VMware vRealize Automation 8.x (2022) — Question 33

Which following statements are true about Spring Data? (Choose two.)

Answer options

Correct answer: A, C

Explanation

The correct answers are A and C because Spring Data indeed supports multiple data storage types like MongoDB, Neo4j, and Redis, and it helps in reducing boilerplate code for data access. Option B is incorrect as Spring Data does not apply JPA annotations to non-relational data stores. Option D is wrong because Spring Data is not limited to just JPA and relational databases; it supports various data storage types. Option E is false since Spring Data can work with Spring MVC.