๐Ÿงช Hibernate MCQ Quiz Hub

Hibernate Mcq Set 1

Choose a topic to test your knowledge and improve your Hibernate skills

Which of the following methods hits database always?





โœ… Correct Answer: 4

Select the inheritance model which is NOT available in Hibernate





โœ… Correct Answer: 4

Which method is easy for a Java programmer to add a criterion?





โœ… Correct Answer: 1

Which of the following are most common configuration methods of Hibernate Configuration





โœ… Correct Answer: 2

Which of the following is true about transient state of a persistent entity?





โœ… Correct Answer: 4

Which of the following are tags of hibernate.cfg.xml?





โœ… Correct Answer: 4

To persist collections of embeddable type, hibernates uses





โœ… Correct Answer: 2

Which of the following is not an inheritance mapping strategies?





โœ… Correct Answer: 4

Which of the following is FALSE about Session in hibernate





โœ… Correct Answer: 2

Which of the following is true about query level cache in hibernate?





โœ… Correct Answer: 4

The QBC stands for





โœ… Correct Answer: 3

If a single table hosts all the instances of a class hierarchy, then it is known as





โœ… Correct Answer: 2

Select the design pattern that should be followed while creating SessionFactory in hibernate?





โœ… Correct Answer: 2

The Hibernate XML configuration file name is?





โœ… Correct Answer: 1

What does hibernate.hbm2ddl.auto create this means?





โœ… Correct Answer: 1

In which file database table configuration is stored?





โœ… Correct Answer: 2

Which of the following is not a Session method?





โœ… Correct Answer: 2

What does "" means?





โœ… Correct Answer: 1

Which statement is correct?





โœ… Correct Answer: 3

In the elements of Hibernate architecture is a factory of session and client of ConnectionProvider,It holds second level cache (optional) of data?





โœ… Correct Answer: 3

Which of the following is not a core interface of Hibernate?





โœ… Correct Answer: 3

Which of the following methods returns proxy object?





โœ… Correct Answer: 3

Which of the following method is used inside session only?





โœ… Correct Answer: 2

Which of the following is not a state of object in Hibernate?





โœ… Correct Answer: 1

Which of the following is not an advantage of using Hibernate Query Language?





โœ… Correct Answer: 4

Which of the following is not an advantage of Hibernate Criteria API?





โœ… Correct Answer: 2

Which of the following is not a core component of Hibernate?





โœ… Correct Answer: 1

Which of the following is true about detached state of a persistent entity?





โœ… Correct Answer: 1

Which of the following elements is used to define specific mappings from a Java classes to the database tables?





โœ… Correct Answer: 3

Which of the following element maps java.util.Map property in hibernate?





โœ… Correct Answer: 4

Which of the following element is used to represent many-to-many relationship in hibernate?





โœ… Correct Answer: 1

Which of the following database is not supported by Hibernate?





โœ… Correct Answer: 3

Which of the following is true about HQL?





โœ… Correct Answer: 3