exam questions

Exam 98-364 All Questions

View all questions & answers for the 98-364 exam

Exam 98-364 topic 1 question 156 discussion

Actual exam question from Microsoft's 98-364
Question #: 156
Topic #: 1
[All 98-364 Questions]

JDBC API 2.0 defines five levels of transaction isolation for database concurrency control.
Which of the following is the lowest level of transaction isolation?

  • A. TRANSACTION_SERIALIZABLE
  • B. TRANSACTION_NONE
  • C. TRANSACTION_READ_COMMITTED
  • D. TRANSACTION_READ_UNCOMMITTED
  • E. TRANSACTION_REPEATABLE_READ
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rogeriosolano
2 years, 11 months ago
Selected Answer: B
The transaction isolation levels in terms of concurrency control in ascending order are as follows: TRANSACTION_NONE TRANSACTION_READ_COMMITTED TRANSACTION_READ_UNCOMMITTED TRANSACTION_REPEATABLE_READ TRANSACTION_SERIALIZABLE
upvoted 1 times
...
Streetz_dime11
3 years ago
The right answer is D read uncommited
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...