2V0-72.22 Professional Develop VMware Spring

Loading demo links...

Showing 4–6 of 10 questions

Question 4

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

Select all that apply, then click Submit answer.

  • To provide risk governance.

  • To drive authentication.

  • To manage application users.

  • To provide a logout capability.

  • To enforce authorization (access control).

  • To encrypt data.

Question 5

Refer to the exhibit.

Graphical user interface, text, application, email Description automatically generated

Which two statements are correct regarding the HelloAutoConfig auto-configuration class when it is specified in the META-INF/spring.factories file? (Choose two.)

Select all that apply, then click Submit answer.

  • A HelloService bean will be created from the helloService() method even if the
    HelloService.class is not in the classpath.

  • A HelloService bean will be created from the helloService() method only when there is no other
    HelloService bean in the ApplicationContext.

  • This auto-configuration class is used only when the HelloService.class is not on the classpath.

  • This auto-configuration class is used only when the HelloService.class is on the classpath.

  • A HelloService bean will be created from the helloService() method and will replace existing a
    HelloService bean in the ApplicationContext.

Question 6

Which statement defines a pointcut? (Choose the best answer.)

Select an option, then click Submit answer.

  • A point in the execution of a program such as a method call or field assignment.

  • An expression that selects one or more join points.

  • A module that encapsulated advices.

  • Code to be executed at each selected join point.