100+ Free VMware Spring Professional Develop Practice Questions
Pass your VMware Spring Professional Develop (2V0-72.22 / EDU-1202) exam on the first try — instant access, no signup required.
Which annotation is used to mark a class as a Spring-managed component eligible for component scanning?
Key Facts: VMware Spring Professional Develop Exam
60
Exam Questions
VMware (Broadcom)
130 min
Time Limit
VMware
300
Scaled Pass Score
VMware (~76%)
$250
Exam Fee
Pearson VUE
Lifetime
Cert Validity
No renewal required
Spring 5.x
Tech Version
Boot 2.x era
The VMware 2V0-72.22 Spring Professional Develop exam contains 60 questions in 130 minutes and requires a scaled score of 300 (approximately 76%) to pass. It covers Spring Core / IoC, AOP, Data Management with JDBC and JPA, Spring Boot, Spring MVC, REST, Spring Security, and Testing. The exam fee is roughly $250 USD via Pearson VUE and the credential does not expire.
Sample VMware Spring Professional Develop Practice Questions
Try these sample questions to test your VMware Spring Professional Develop exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.
1Which annotation is used to mark a class as a Spring-managed component eligible for component scanning?
2What is the default scope of a Spring bean defined with @Component or @Bean?
3Which annotation, placed on a method inside an @Configuration class, registers the method's return value as a bean in the ApplicationContext?
4Which dependency injection style does Spring recommend as a best practice for required dependencies?
5Given the following snippet, what does Spring inject into the AccountService constructor? @Service public class AccountService { private final AccountRepository repo; public AccountService(AccountRepository repo) { this.repo = repo; } }
6Which annotation tells Spring to inject the bean named 'primaryDataSource' when multiple DataSource beans exist?
7What does the @Configuration annotation do beyond what @Component does?
8Which annotation activates classpath scanning for components?
9Which interface is the root of Spring's bean container hierarchy?
10Which lifecycle callback is invoked AFTER all properties have been set but BEFORE the bean is exposed to the container?
About the VMware Spring Professional Develop Exam
VMware Spring Professional Develop (2V0-72.22) validates skills to build enterprise Java applications using Spring Framework 5.x and Spring Boot 2.x. Topics include Inversion of Control, Aspect-Oriented Programming, JDBC and JPA data access, transaction management, Spring Boot auto-configuration, Spring MVC, Spring Security, RESTful services, and Spring Testing.
Questions
60 scored questions
Time Limit
130 minutes
Passing Score
300 (scaled, ~76%)
Exam Fee
$250 USD (VMware (Broadcom) / Pearson VUE)
VMware Spring Professional Develop Exam Content Outline
Spring Core (Container, Dependency Injection, Bean Lifecycle)
ApplicationContext, BeanFactory, @Component / @Service / @Repository / @Controller stereotypes, @Autowired, @Configuration, @Bean, @ComponentScan, scopes, profiles, @Value, @ConfigurationProperties, @Conditional, BeanPostProcessor
Aspect-Oriented Programming (AOP)
@Aspect, @Pointcut, @Before / @After / @AfterReturning / @AfterThrowing / @Around advice, JoinPoint, ProceedingJoinPoint, proxy mechanics (JDK vs CGLIB), pointcut expressions
Data Management: JDBC, Transactions
JdbcTemplate, RowMapper, NamedParameterJdbcTemplate, @Transactional propagation and isolation, declarative vs programmatic transactions, DataSource and exception translation
Spring Data JPA
JpaRepository, CrudRepository, derived query methods, @Query, @Modifying, paging and sorting, entity lifecycle, EntityManager, persistence context
Spring Boot
@SpringBootApplication, auto-configuration, starters, externalized configuration (application.properties / YAML / @ConfigurationProperties), profiles, Spring Boot Actuator (/health, /info, /metrics), packaging
Spring MVC and REST
@RequestMapping / @GetMapping / @PostMapping, @PathVariable, @RequestParam, @RequestBody / @ResponseBody, @RestController, ResponseEntity, @ControllerAdvice / @ExceptionHandler, content negotiation, RestTemplate / WebClient
Security
Spring Security filter chain, HttpSecurity DSL, authentication and authorization, UserDetailsService, BCryptPasswordEncoder, method security (@PreAuthorize / @PostAuthorize), CSRF, OAuth2 / JWT basics
Testing
@SpringBootTest, @WebMvcTest, @DataJpaTest, MockMvc, @MockBean, TestRestTemplate, JUnit 5 with Spring TestContext Framework, profile-based test configuration
How to Pass the VMware Spring Professional Develop Exam
What You Need to Know
- Passing score: 300 (scaled, ~76%)
- Exam length: 60 questions
- Time limit: 130 minutes
- Exam fee: $250 USD
Keys to Passing
- Complete 500+ practice questions
- Score 80%+ consistently before scheduling
- Focus on highest-weighted sections
- Use our AI tutor for tough concepts
VMware Spring Professional Develop Study Tips from Top Performers
Frequently Asked Questions
How many questions are on the 2V0-72.22 exam?
The VMware Spring Professional Develop (2V0-72.22) exam delivers 60 multiple-choice questions in 130 minutes. You must score 300 on a scaled scale (roughly 76% raw) to pass. The exam is administered by Pearson VUE at test centers or via OnVUE online proctoring.
What does 2V0-72.22 cost?
The exam fee is approximately $250 USD (verify on the official VMware/Broadcom certification site, where it is listed as EDU-1202). Pricing varies slightly by country due to local taxes. Spring Academy and the official VMware Spring Professional course are recommended preparation paths.
What versions of Spring does 2V0-72.22 cover?
2V0-72.22 targets Spring Framework 5.x and Spring Boot 2.x. Topics tested include the IoC container, @Configuration / @Bean, AOP, JdbcTemplate, Spring Data JPA, Spring Boot starters and auto-configuration, Spring MVC and REST, Spring Security 5, and the Spring TestContext framework with JUnit 5.
Does the certification expire?
VMware Spring Professional certifications do not have a renewal cycle — once earned, the credential is valid for life. However, the underlying technology evolves, so VMware periodically issues new exam codes (for example, 2V0-72.22 succeeds 2V0-72.20). Employers may favor candidates who have certified on the most recent version.
Which domain is the largest?
Spring Core, container, dependency injection, and bean lifecycle is the largest domain at roughly 32% of questions. Mastery of @Component scanning, @Autowired resolution, bean scopes (singleton vs prototype), profiles, @ConfigurationProperties, and BeanPostProcessor lifecycle hooks is essential to pass.
What study resources does VMware recommend?
VMware recommends the official Spring Professional course (D-EDU-1202), the Spring Framework reference documentation, the Spring Boot reference documentation, and the Spring Academy training platform. Hands-on practice building a Spring Boot application with JPA, MVC, Security, and tests is essential.