Exam 2V0-72.22: Professional Develop VMware Spring
Exam Number: 2V0-72.22 | Length of test: 130 mins |
Exam Name: Professional Develop VMware Spring | Number of questions in the actual exam: +65 |
Format: PDF, VPLUS | Passing Score: 300/500 |
Total Questions: 79
FREE
Premium VPLUS file
Download practice test questions
Title | Size | Hits | Download |
---|---|---|---|
VMware.2V0-72.22.by.Ken.52q | 0.99 MB | 41 | Download |
VMware.2V0-72.22.by.Ken.52q | 806.68 KB | 41 | Download |
Some new questions:
Question:
Which two statements are correct regarding the Actuator loggers endpoint? (Choose two.)
A. To get a logging level of a package called account.web, you can access the /actuator/loggers/account.web endpoint.
B. An application restart is required to change the logging level of the package.
C. In order to use the loggers endpoint, a logger implementation dependency needs to be added.
D. The logging levels of a package that can be accessed via the loggers endpoint include configuredLevel and effectiveLevel.
Question:
Which two statements about BeanFactoryPostProcessors are true? (Choose two.)
A. Allows for the transformation of Spring bean definitions after the beans have been instantiated.
B. Allows for the transformation of Spring bean definitions before the beans are instantiated.
C. Creates proxies for the Spring beans that require an extra behavior like transaction management.
D. PropertySourcesPlaceholderConfigurer implements BeanFactoryPostProcessor and is used to read property values from the Spring Environment.
E. Detects annotations such as @PostConstruct and @PreDestroy and then invokes appropriate behavior.
Question:
According to REST principles, which is the recommended way to update the order resource identified by 1234?
A. Send a PUT request to /orders/edit?id=1234.
B. Send a PUT request to /orders/1234.
C. Send a POST request to /orders/1234.
D. Send a POST request to /orders/edit?id=1234.
Question:
Which two statements are true about Spring AOP? (Choose two.)
A. The @After advice type is invoked regardless of whether a method successfully returned or an exception was thrown.
B. In Spring AOP, a join point represents a method execution or property access.
C. Spring AOP does not use AspectJ’s pointcut expression language.
D. Examples of cross-cutting concerns include security, caching, transaction.
E. There are in total 4 types of advice, @Before, @After, @AfterReturning and @AfterThrowing.
Question:
What’s the password storage format when using the DelegatingPasswordEncoder?
A. encodedPassword{id}, where {id} is an identifier used to look up which PasswordEncoder should be used.
B. {id}encodedPassword, where {id} is an identifier used to look up which PasswordEncoder should be used.
C. {timestamp}encodedPassword, where {timestamp} is the time when the password was encoded.
D. {id}{salt}encodedPassword, where {id} is an identifier used to look up which PasswordEncoder should be used and {salt} a randomly generated salt.
………