Quiz: Hibernate ORM Questions

Browse questions from Quiz: Hibernate ORM. Each question has options and an explanation.

Questions — Page 1 of 2

  1. What does ORM stand for?
  2. Hibernate is an ORM framework.
  3. Which Hibernate object is thread-safe and usually created once per application?
  4. Hibernate Session is thread-safe and should be shared globally.
  5. Which Hibernate API helps build dynamic queries using objects instead of string concatenation?
  6. Criteria-style APIs are useful when filters are assembled dynamically.
  7. Which Hibernate method family is associated with HQL query creation?
  8. HQL is exactly the same as raw SQL and never references entity names.
  9. A Hibernate Session is stored in a static field and shared across web requests. What is wrong with this design?
  10. You need to build a query where filters are optional based on request parameters. Which Hibernate query style is designed for dynamic query construction?

Browse questions

Next page · Quiz overview

Open on QuizMaker