FIS Interview Question

Hibernate 1st level cache and 2nd level cache

Interview Answers

Anonymous

Sep 16, 2024

I have completed the test today but due to time constraints, I was not able to fully complete the code , and the test got submitted. Will this affect the selection for next round.

Anonymous

Oct 26, 2024

1st level cache is associate with session 2nd level cache is associate with session Factory. 1st level cache is enable by default 2nd level cache is not enable by default.