Question 1: SPRING BOOT CACHING- CacheEvict Annotation
What is the purpose of @CacheEvict?
Question 2: SPRING BOOT MICROSERVICES- Inter-Service Communication
Which Spring Boot project is commonly used for declarative REST client communication between microservices?
Question 3: SPRING BOOT ASYNC- Async Return Types
What return type is recommended when using @Async to track completion?
Question 4: SPRING BOOT AWS - Code Snippet (Download from S3)
What does this code snippet achieve?
Question 5: SPRING BOOT TESTING - Testcontainers Purpose
What is the main advantage of using Testcontainers in Spring Boot tests?
Question 6: SPRING BOOT AOP - Pointcut Expressions
Which pointcut expression matches all methods in all classes under com.app.repository package?
Question 7: SPRING BOOT CACHING- Code Snippet (@CacheEvict)
What does this method do?
Question 8: SPRING BOOT MICROSERVICES- Code Snippet (Feign Client)
What does this interface represent?
Question 9: SPRING BOOT ASYNC- @Scheduled Usage
What is the role of @Scheduled in Spring Boot?
Question 10: SPRING BOOT AWS - AWS RDS Integration
What is the role of AWS RDS in a Spring Boot application?
Question 11: SPRING BOOT TESTING - Code Snippet (Postgres Testcontainer)
What does the following snippet configure?
Question 12: SPRING BOOT AOP - Code Snippet (Around Advice)
What does this @Around advice do?
Question 13: SPRING BOOT CACHING- Redis as Cache Store
How does Spring Boot typically connect to Redis for caching?
Question 14: SPRING BOOT MICROSERVICES- API Gateway
In Spring Boot microservices, what is the main purpose of an API Gateway (e.g., Spring Cloud Gateway)?
Question 15: SPRING BOOT ASYNC- Code Snippet (@Scheduled fixedRate)
How often will the below method execute?
Question 16: SPRING BOOT AWS - Code Snippet (Spring Boot with RDS)
Given this application.properties, what is configured?
Question 17: SPRING BOOT TESTING - Dynamic Properties from Testcontainers
Which method is typically used to register Testcontainers database properties with Spring Boot during tests?
Question 18: SPRING BOOT AOP - Code Snippet (AfterThrowing)
What is the purpose of this advice?
Question 19: SPRING BOOT CACHING- Code Snippet (CachePut)
What does this annotation do?
Question 20: SPRING BOOT MICROSERVICES- Code Snippet (Spring Cloud Gateway)
What does this configuration achieve?