
Master Hibernate and JPA with Spring Boot in 100 Steps - FAQ 2 - When do We Need @Transactional in a Unit Test?
Interactive Video
•
Information Technology (IT), Architecture
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Read more
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why is a transaction necessary when making changes to a database in unit tests?
To ensure data consistency and integrity
To reduce the amount of code needed
To speed up the database operations
To make the code more readable
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens when a repository method is called from a unit test?
The unit test must manually handle the transaction
The repository method cannot be called from a unit test
The transaction is ignored
The transaction is automatically handled within the repository
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the role of @Transactional in repository methods?
It ensures that each method runs within a transaction
It speeds up the execution of the method
It makes the method more secure
It allows the method to run without a database connection
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What must be done when directly using the entity manager in a unit test?
Add @Transactional to provide a transaction boundary
Ensure the database is offline
Use a different programming language
Avoid using the entity manager altogether
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the consequence of not using @Transactional when directly modifying the database in a unit test?
The test will pass without any issues
The database will automatically handle the transaction
The changes may not be committed
The test will run faster
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?