Zafrul
TechStack
Home
Blog
Interview Q&A
Projects
AI Assistant
Resume Analyzer
Job Match
Contact
Spring Boot
Security
Interview questions on Security.
All Levels
Beginner
Intermediate
Advanced
Search
Showing
10
of
18
questions
1. 16⃣ How to achieve security using Spring Boot?
+
2. What is BlackDuck?
+
3. How have you leveraged OAuth2 in your application?
+
4. How are you getting auth token from auth server and how does it get refreshed?
+
5. How does the resource server verify your token? Does it hit the auth server for each request? How to optimize?
+
6. How does Spring Boot remember you if you call APIs a second time? Does it do all auth steps again?
+
7. How can you implement your own auth provider?
+
8. What auth server have you used? How do you validate users? If I want resources protected, how do you do it?
+
9. How to implement custom authentication in Spring Security?
+
10. What is a SecurityContext, and how does it work in Spring Security?
+
Previous
Page 1 of 2
Next