Which two options are REST principles? (Choose two.)
Refer to the exhibit.
AppConfig is a Java configuration class. Which two statements are true? (Choose two.)
Which two mechanisms of autowiring a dependency when multiple beans match the dependency's type are correct? (Choose two.)
Which strategy is correct for configuring Spring Security to intercept particular URLs? (Choose the best answer.)
Which three statements are advantages of using Spring’s Dependency Injection? (Choose three.)
Which two are required to use transactions in Spring? (Choose two.)
Which two use cases can be addressed by the method level security annotation @PreAuthorize? (Choose two.)
Which statement describes the propagation behavior of Propagation.REQUIRES_NEW annotation? (Choose the best answer.)
Which two statements are true regarding Spring Boot Testing? (Choose two.)
Which two statements are correct regarding Spring Boot 2.x Actuator Metrics? (Choose two.)
Refer to the exhibit.
Which statement is true? (Choose the best answer.)
Which two statements are correct regarding the Actuator info endpoint? (Choose two.)
Which two statements are correct regarding the Actuator loggers endpoint? (Choose two.)
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.)
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.)
What's the password storage format when using the DelegatingPasswordEncoder?
Which two options are valid optional attributes for Spring’s @Transactional annotation? (Choose two.)
Which two statements are correct regarding the Health Indicator status? (Choose two.)
Which two statements are true regarding Spring and Spring Boot Testing? (Choose two.)
Which statement is true about the @PropertySource annotation? (Choose the best answer.)
Which two statements about the @Autowired annotation are true? (Choose two.)
Which two statements are true regarding a Spring Boot-based Spring MVC application? (Choose two.)
Which three types of objects can be returned form a JdbcTemplate query? (Choose three.)