Spring Boot Security Quiz - MCQ - Multiple Choice Questions
Q. What does Spring Security provide?
Q. Which authentication mechanism does Spring Security support?
Q. Which of the following is not a core concept of Spring Security?
Q. Which annotation in Spring Security is used to secure a method or class?
Q. Which interface in Spring Security is used to encode passwords?
Q. Which authentication provider in Spring Security supports LDAP authentication?
Q. How can you configure method-level security in Spring Security?
Q. What is CSRF protection in Spring Security?
Q. What is the purpose of the Remember-Me functionality in Spring Security?
Q. Which authentication provider in Spring Security is suitable for custom authentication logic?