Question 1
Which annotation is used to specify which bean to inject when multiple beans of the same type exist?
Question 2
What type of testing does the `@SpringBootTest` annotation support?
Question 3
Which annotation is used to enable caching in a Spring Boot application?
Question 4
Which repository interface is commonly used for JPA in Spring Boot?
Question 5
What does the `@SpringBootApplication` annotation combine?
Question 6
Which security measure should be used to encrypt communication in a Spring Boot application?
Question 7
Which versioning strategy uses the URL to specify the version of a REST API?
Question 8
Which class should you extend to configure Spring Security in your application?
Question 9
What does the `@CacheEvict` annotation do in a Spring Boot application?
Question 10
Why is `@EnableAutoConfiguration` important in Spring Boot?
Question 11
What is the purpose of the `@Async` annotation?
Question 12
Which caching annotation is used to update the cache without evicting it?
Question 13
When handling performance issues under high load, which tool is recommended for monitoring?
Question 14
Which client is recommended for complex interactions in microservices?
Question 15
Which annotation manages method transactions in Spring Boot?