Which two statements are true about Spring Boot and Spring Data JPA? (Choose two.)
Which two statements are true regarding @DataJpaTest? (Choose two.)
Which is the correct approach to register for a bean destruction callback?
Which strategy is correct for configuring Spring Security to intercept particular URLs? (Choose the best answer.)
Refer to the exhibit.
How can a response status code be set for No Content (204)? (Choose the best answer.)
Which statement describes the @AfterReturning advice type? (Choose the best answer.)
Which two statements are correct regarding the Actuator info endpoint? (Choose two.)
Which two statements are true about @Controller annotated classes? (Choose two.)
Which two statements are correct regarding Spring Boot auto-configuration? (Choose two.)
Which two statements are true about REST? (Choose two.)
Which two statements about pointcut expressions are true? (Choose two.)
Which three statements are advantages of using Spring’s Dependency Injection? (Choose three.)
Refer to the exhibit.
The above code shows a conditional @Bean method for the creation of a JdbcTemplate bean. Which two statements correctly describe the code behavior? (Choose two.)
Which two mechanisms of autowiring a dependency when multiple beans match the dependency's type are correct? (Choose two.)
Which two statements describe the ApplicationContext correctly? (Choose two.)
Refer to the exhibit.
Which two statements are correct regarding the HelloAutoConfig auto-configuration class when it is specified in the META-INF/spring.factories file? (Choose two.)
Refer to the exhibit.
Which option is a valid way to retrieve the account id? (Choose the best answer.)
Which two annotations are meta-annotations on the @SpringBootApplication composed annotation? (Choose two.)
Which two options are valid optional attributes for Spring’s @Transactional annotation? (Choose two.)
Which two statements are correct regarding Spring Boot auto-configuration customization? (Choose two.)
Which two statements are correct regarding Spring Boot 2.x Actuator Metrics? (Choose two.)
Which two statements are correct regarding the @EnableAutoConfiguration annotation? (Choose two.)
In which three ways are Security filters used in Spring Security? (Choose three.)