NHibernate

 20 Minutes
 10 Questions


This test is designed to assess a candidate's knowledge of the basics of technology and NHibernate. It will cover topics such as the fundamentals of NHibernate, how to configure and use it, and how to integrate it with other technologies. The test will also include questions about best practices for using NHibernate in various scenarios.


Example Question:

Multiple-Choice
Answers
 
1. Only some of the items will be returned since you use Lazy FetchMode in your Criteria.
 
2. All of the items will be returned. NHibernate does not support lazy fetching with Criteria.
 
3. It depends on the number of items, if there are more than 10000 only some of the items will be returned since you use Lazy FetchMode in your Criteria.