Direction: Choose the correct option
Q1.
What is transaction management in Spring?
Direction: Choose the correct option
Q2.
Which annotation is used for declarative transaction management?
Direction: Choose the correct option
Q3.
What does @Transactional(propagation = Propagation.REQUIRED) mean?
Direction: Choose the correct option
Q4.
What is the isolation level in transactions?
Direction: Choose the correct option
Q5.
What does @Transactional(readOnly = true) do?
Direction: Choose the correct option
Q6.
What is the rollback policy of @Transactional by default?
Direction: Choose the correct option
Q7.
How do you specify a custom rollback rule?
Direction: Choose the correct option
Q8.
What is the PlatformTransactionManager in Spring?
Direction: Choose the correct option
Q9.
Which transaction manager is commonly used with JPA?
Direction: Choose the correct option
Q10.
How do you enable transaction management in Spring?
