Loading questions...
Updated
Which dependency enables an automatic restart of the application as code is changed during development of a Spring boot configuration on a web application? (Choose the best answer.)
Spring puts each bean instance in a scope. What is the default scope? (Choose the best answer.)
Refer to the exhibit.
Which strategy is correct for configuring Spring Security to intercept particular URLs? (Choose the best answer.)
In which three ways are Security filters used in Spring Security? (Choose three.)
Refer to the exhibit.
What is a Spring Boot starter dependency? (Choose the best answer.)
Which two are required to use transactions in Spring? (Choose two.)
Which two statements are true regarding the RestTemplate class? (Choose two.)
Which two options will inject the value of the daily.limit system property? (Choose two.)
Which statement is true? (Choose the best answer.)
Which two statements are true about REST? (Choose two.)
Spring Boot will find and load property files in which of the following? (Choose the best answer.)
Which three dependencies are provided by the spring-boot-starter-test? (Choose three.)
Create a free account to unlock all questions for this exam.
Log In / Sign UpIf 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.)
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.)
Which option is a valid way to retrieve the account id? (Choose the best answer.)
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.)