ExamGecko
Home / VMware / 2V0-72.22 / List of questions
Ask Question

VMware 2V0-72.22 Practice Test - Questions Answers, Page 2

Add to Whishlist

List of questions

Question 11

Report Export Collapse

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-boot-devtools
spring-boot-devtools
spring-boot-initializr
spring-boot-initializr
spring-boot-starter-devtools
spring-boot-starter-devtools
spring-boot-restart
spring-boot-restart
Suggested answer: C
Explanation:

Spring Boot provides a set of tools for improving the development experience, such as automatic restart, live reload, remote debugging, etc. These tools are included in the spring-boot-starter-devtools dependency, which can be added to the project's pom.xml or build.gradle file. The automatic restart feature will monitor the classpath for changes and trigger a restart of the application when necessary.

asked 16/09/2024
Michael Whitehouse
56 questions

Question 12

Report Export Collapse

Spring puts each bean instance in a scope. What is the default scope? (Choose the best answer.)

prototype
prototype
singleton
singleton
request
request
session
session
Suggested answer: B
Explanation:

Reference: https://stackoverflow.com/questions/17599216/spring-bean-scopes

asked 16/09/2024
Nader Pouri
36 questions

Question 13

Report Export Collapse

Refer to the exhibit.

VMware 2V0-72.22 image Question 13 9826 09162024012619000000

Which option is a valid way to retrieve the account id? (Choose the best answer.)

Add @PathVariable(β€œid”) String accountId argument to the update() handler method.
Add @PathVariable(β€œid”) String accountId argument to the update() handler method.
Add @PathVariable long accountId argument to the update() handler method.
Add @PathVariable long accountId argument to the update() handler method.
Add @RequestParam long accountId argument to the update() handler method.
Add @RequestParam long accountId argument to the update() handler method.
Add @RequestParam(β€œid”) String accountId argument to the update() handler method.
Add @RequestParam(β€œid”) String accountId argument to the update() handler method.
Suggested answer: B
Explanation:

Reference: https://docs.spring.io/spring-framework/docs/4.3.12.RELEASE/spring-framework-reference/htmlsingle/

asked 16/09/2024
Oliver Lüthi
47 questions

Question 14

Report Export Collapse

Which strategy is correct for configuring Spring Security to intercept particular URLs? (Choose the best answer.)

The URLs can be specified via configuration (using authorizeRequests () and request matchers), with the most specific rule first and the least specific last.
The URLs can be specified via configuration (using authorizeRequests () and request matchers), with the most specific rule first and the least specific last.
Spring Security can obtain URLs from Spring MVC controllers, the Spring Security configuration just needs a reference to the controller to be protected.
Spring Security can obtain URLs from Spring MVC controllers, the Spring Security configuration just needs a reference to the controller to be protected.
The URLs are specified in a special properties file, used by Spring Security.
The URLs are specified in a special properties file, used by Spring Security.
The URLs can be specified via configuration (using authorizeRequests () and request matchers), with the least specific rule first and the most specific last.
The URLs can be specified via configuration (using authorizeRequests () and request matchers), with the least specific rule first and the most specific last.
Suggested answer: A
Explanation:

Reference: https://www.baeldung.com/security-none-filters-none-access-permitAll

asked 16/09/2024
Ryan Campbell
33 questions

Question 15

Report Export Collapse

In which three ways are Security filters used in Spring Security? (Choose three.)

Become a Premium Member for full access
  Unlock Premium Member

Question 16

Report Export Collapse

Refer to the exhibit.

VMware 2V0-72.22 image Question 16 9829 09162024012619000000

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.)

Become a Premium Member for full access
  Unlock Premium Member

Question 17

Report Export Collapse

What is a Spring Boot starter dependency? (Choose the best answer.)

Become a Premium Member for full access
  Unlock Premium Member

Question 18

Report Export Collapse

Which two are required to use transactions in Spring? (Choose two.)

Become a Premium Member for full access
  Unlock Premium Member

Question 19

Report Export Collapse

Which two statements are true regarding the RestTemplate class? (Choose two.)

Become a Premium Member for full access
  Unlock Premium Member

Question 20

Report Export Collapse

Which statement is true? (Choose the best answer.)

Become a Premium Member for full access
  Unlock Premium Member
Total 79 questions
Go to page: of 8