Question 1: SPRING BOOT ASYNC- Code Snippet (@Scheduled fixedDelay)
How does this method behave?
Question 2: SPRING BOOT AWS - CI/CD with CodePipeline
Which AWS service automates CI/CD pipelines for Spring Boot applications?
Question 3: SPRING BOOT TESTING - Code Snippet (DynamicPropertySource)
What is the purpose of this code?
Question 4: SPRING BOOT AOP - Proxy Mechanism
How does Spring AOP implement aspects internally by default?
Question 5: SPRING BOOT CACHING- CacheManager Bean
Which bean typically manages cache interactions in a Redis-backed Spring Boot application?
Question 6: SPRING BOOT MICROSERVICES- Distributed Configuration
Which Spring Cloud component provides centralized configuration management for microservices?
Question 7: SPRING BOOT ASYNC- Code Snippet (Cron Expression)
What is the schedule for this method?
Question 8: SPRING BOOT AWS - Code Snippet (Delete File in S3)
What does this code do?
Question 9: SPRING BOOT TESTING - @TestConfiguration
What is the purpose of `@TestConfiguration` in Spring Boot testing?
Question 10: SPRING BOOT AOP - Aspect Ordering
If multiple aspects apply to the same join point, how can their execution order be controlled?
Question 11: SPRING BOOT CACHING- TTL in Redis Cache
How can you configure a Time-To-Live (TTL) for cached entries in Spring Boot Redis caching?
Question 12: SPRING BOOT MICROSERVICES- Fault Tolerance
Which library in Spring Cloud provides circuit breaker functionality for fault tolerance?
Question 13: SPRING BOOT ASYNC- Enabling Scheduling
Which annotation is required to enable @Scheduled annotations?
Question 14: SPRING BOOT AWS - Monitoring Applications
Which AWS service can be used to monitor Spring Boot applications deployed on EC2 or ECS?
Question 15: SPRING BOOT TESTING - Code Snippet (Repository Test)
What is this test checking?
Question 16: SPRING BOOT AOP - Code Snippet (Reusing Pointcut)
What does the following code achieve?
Question 17: SPRING BOOT CACHING- Code Snippet (RedisTemplate Usage)
What does this code do?
Question 18: SPRING BOOT MICROSERVICES- Code Snippet (Circuit Breaker with Resilience4j)
What does this method do?
Question 19: SPRING BOOT ASYNC- Thread Pool for Async Tasks
How can we define a custom thread pool for @Async methods in Spring Boot?
Question 20: SPRING BOOT AWS - CI/CD Deployment
In a typical CI/CD pipeline for Spring Boot on AWS, which combination is correct?