Full-stack dev quiz question #3

Full-stack dev quiz question #3

quizThe third question in the quiz for a full-stack developer is about Hibernate. Have you used it?

Correct answer for the second question is published.

 

 

Bad usage of Hibernate may lead to n+1 problem. What is it related to? Choose the most suitable one.

  1. performance
  2. calculation correctness
  3. data consistency
  4. system instability

For answers scroll down

.

.

.

 

 

 

 

 

 

 

 

 

 

.

.

.

The correct answer is a. n+1 problem in Hibernate is related to performance.