Which two options will inject the value of the daily.limit system property? (Choose two.)
Which two use cases can be addressed by the method level security annotation @PreAuthorize? (Choose two.)
Which two statements are correct regarding the Actuator info endpoint? (Choose two.)
Which two mechanisms of autowiring a dependency when multiple beans match the dependency ' s type are correct? (Choose two.)
Which two statements are true about @Controller annotated classes? (Choose two.)
Which two statements are correct regarding Spring Boot auto-configuration customization? (Choose two.)
If a class is annotated with @Component, what should be done to have Spring automatically detect the annotated class and load it as a bean? (Choose the best answer.)
What are the two reasons Spring be used to build a Java application? (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.)
Which two options are valid optional attributes for Spring’s @Transactional annotation? (Choose two.)
Which strategy is correct for configuring Spring Security to intercept particular URLs? (Choose the best answer.)
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.)