exam questions

Exam 70-764 All Questions

View all questions & answers for the 70-764 exam

Exam 70-764 topic 1 question 164 discussion

Actual exam question from Microsoft's 70-764
Question #: 164
Topic #: 1
[All 70-764 Questions]

DRAG DROP -
You plan to deploy a database to SQL Azure. You are designing two stored procedures named USP_1 and USP_2 that have the following requirements:
✑ Prevent data read by USP_1 from being modified by other active processes.
✑ Allow USP_2 to perform dirty reads.
You need to recommend the isolation level for the stored procedures.
The solution must maximize concurrency.
Which isolation levels should you recommend? To answer, drag the appropriate isolation level to the correct stored procedure in the answer area.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Note:
- SP1: repeatable read a repeatable read scan retains locks on every row it touches until the end of the transaction. Even rows that do not qualify for the query result remain locked. These locks ensure that the rows touched by the query cannot be updated or deleted by a concurrent session until the current transaction completes (whether it is committed or rolled back).
- SP2: read uncommitted permits repeatable reads

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
andrey_batrakov
Highly Voted 5 years, 1 month ago
Repeatable ready Rean uncommitted
upvoted 7 times
...
Twabam
Most Recent 4 years, 5 months ago
Repeatable read Read uncommitted
upvoted 1 times
...
TheSwedishGuy
5 years, 5 months ago
Trick question, you have to read carefully. It's not entirely like the older question :) Can't go on auto-pilot!
upvoted 4 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 ...