FIS interview question

Hibernate 1st level cache and 2nd level cache

Interview Answers

Anonymous

16 Sept 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

26 Oct 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.