nerdexam
Broadcom-VMware

2V0-72.22 · Question #8

Which two statements are true about Spring Boot and Spring Data JPA? (Choose two.)

The correct answer is C. Spring Data JPA is the only implementation for relational databases. E. Embedded Databases (H2, HSQLDB, Derby) are not re-created during the startup. See the full explanation below for the reasoning.

Question

Which two statements are true about Spring Boot and Spring Data JPA? (Choose two.)

Options

  • A@EntityScan and spring.jpa.* properties can be used to customize Spring Data JPA.
  • BAny kind of Hibernate property can be passed to Spring Data JPA like
  • CSpring Data JPA is the only implementation for relational databases.
  • DScanning of JPA Entities can not be customized, the whole classpath is scanned.
  • EEmbedded Databases (H2, HSQLDB, Derby) are not re-created during the startup.

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    10% (2)
  • C
    80% (16)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 2V0-72.22 Practice