Question 1: SPRING BOOT TESTING - @SpringBootTest Purpose
What is the primary purpose of using `@SpringBootTest` in a test class?
Question 2: SPRING BOOT AOP - Core Concept
What is the main purpose of AOP in Spring Boot?
Question 3: SPRING BOOT CACHING- Enabling Caching
Which annotation is used to enable caching in a Spring Boot application?
Question 4: SPRING BOOT MICROSERVICES- Core Concept of Microservices
What is the main advantage of using Microservices architecture with Spring Boot?
Question 5: SPRING BOOT ASYNC- Enabling Async Processing
Which annotation enables asynchronous method execution in Spring Boot?
Question 6: SPRING BOOT AWS - Storing Files in S3
Which AWS service is primarily used for storing and retrieving unstructured data like images, videos, and documents in Spring Boot apps?
Question 7: SPRING BOOT TESTING - Slicing Annotations
Which of the following annotations provides slice testing for JPA repositories?
Question 8: SPRING BOOT AOP - Key Terminology
In Spring AOP, what does the term Join Point refer to?
Question 9: SPRING BOOT CACHING- Cacheable Annotation
What does the @Cacheable annotation do?
Question 10: SPRING BOOT MICROSERVICES- Service Discovery
Which tool is commonly used for service discovery in Spring Boot microservices?
Question 11: SPRING BOOT ASYNC- Basic @Async Usage
Which statement about @Async is correct?
Question 12: SPRING BOOT AWS - Code Snippet (Upload File to S3)
What does this code snippet do?
Question 13: SPRING BOOT TESTING - Mocking Dependencies
What does the `@MockBean` annotation do in a Spring Boot test?
Question 14: SPRING BOOT AOP - Advice Types
Which of the following is not a valid advice type in Spring AOP?
Question 15: SPRING BOOT CACHING- Code Snippet (@Cacheable)
What does this method do?
Question 16: SPRING BOOT MICROSERVICES- Code Snippet (Eureka Client)
What does this configuration do?
Question 17: SPRING BOOT ASYNC- Code Snippet (@Async)
What will happen when the sendEmail() method is called?
Question 18: SPRING BOOT AWS - Connecting to EC2
Which statement is true about AWS EC2 in Spring Boot apps?
Question 19: SPRING BOOT TESTING - Code Snippet (MockMvc)
What does the following test verify?
Question 20: SPRING BOOT AOP - Code Snippet (Before Advice)
What does this aspect do?