Home > Java Programming > Quizzes > Hibernate Fundamentals Test
Hibernate Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 41% Most missed: “Which of the following is NOT true about Second Level Cache?”
Hibernate Fundamentals Test
Time left 00:00
25 Questions

1. Which of the following is NOT true about Second Level Cache?
2. POJO stands for_____.
3. Which of the following is an INVALID LockMode?
4. Which of the following XML elements is true for Hibernate?
5. Which one of the following statements is NOT true about using components in Hibernate?
6. Which of the following is NOT true about First Level Cache?
7. If Hibernate does not commit the transaction it can _______.
8. Java is to the business logic as ____ is to the database
9. Which one of the following statements is NOT true about transient state?
10. Which one of the following statements is NOT true about join strategy (table per subclass)?
11. Which one of the following statements is NOT true about named queries?
12. The createhibernate.cfg.xml is a/an ____ configuration file.
13. Which of the following is correct?
14. A/an ______ is a primitive data type.
15. The Hibernate framework is stored in (a) _____.
16. Which one of the following statements is NOT true about HQL joins?
17. Which one of the following statements is true about using annotation to setup Inheritance Models?
18. Which one of the following statements is NOT true about embedded objects?
19. Which of the following correctly describes org.hibernate.cache log category?
20. Which is true:
21. Which of the followings might be able to solve N+1 problem?
22. Which is true:
23. Which of the following is NOT a valid value for 'hbm2ddl.auto' property in hibernate configuration?
24. Which one of the following statements is NOT true about using annotation mapping Entity hierarchies?
25. Hibernate is a high performance ORM. ORM stands for?