List of popular Hibernate questions.
- What is ORM?
- Explain Object States in Hibernate.
- Explain the types of caches.
- How does First level and second level caches work?
- Explain data mappings. Be prepared to write some of the mappings on paper (One to Many, Many to One, One to One, Many to Many mapping).
- What is lazy fetching?
- get and load method difference.
- merge and update method difference.
- Explain named query
- Explain criteria queries
- Explain Projection
- How to create Session Factory in Hibernate?
- Which is thread safe? Session of SessionFactory?
- How to configure Second-Level Cache?
- What is N+1 problem in Hibernate and how to overcome with it?
- Sorted vs Ordered collections.
No comments:
Post a Comment