Refer to the exhibit.

Based on the default Spring behavior, choose the correct answer. (Choose the best answer.)
Which two annotations are meta-annotations on the @SpringBootApplication composed annotation? (Choose two.)
Which two statements are true regarding Spring Boot Testing? (Choose two.)
Which two statements about BeanFactoryPostProcessors are true? (Choose two.)
Which two statements are true regarding @DataJpaTest? (Choose two.)
Given an ApplicationContext containing three bean definitions of type Foo with bean ids foo1, foo2, and foo3, which three @Autowired scenarios are valid and will allow the ApplicationContext to initialize successfully? (Choose three.)
Spring puts each bean instance in a scope. What is the default scope? (Choose the best answer.)
Which two statements are true about Spring AOP? (Choose two.)
Which three statements are advantages of using Spring’s Dependency Injection? (Choose three.)
Which two statements are true regarding @WebMvcTest? (Choose two.)