exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 3 question 40 discussion

Actual exam question from Microsoft's DP-300
Question #: 40
Topic #: 3
[All DP-300 Questions]

HOTSPOT
-

You have an Azure SQL database named DB1 that contains a table named Table1.

You run a query to load data into Table1.

The performance metrics of Table1 during the load operation are shown in the following exhibit.



Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
Gocsan
Highly Voted 2 years, 3 months ago
You are loading data into Table1, which means there is some inserts going on. Note that insert statements is also considered a query. Not sure why the first answer is perform query tuning. It should be scale resource in order to reduce the time insert data into Table1.
upvoted 8 times
voodoo_sh
5 months, 2 weeks ago
Thinking the same, if there is plain INSERT without any additional joins, etc., then there may be nothing to tune. So: Scale the resource In-memory non durable This approach minimizes the impact on the transaction log by using memory-optimized tables that do not persist data to disk, thus reducing the IO load.
upvoted 1 times
...
susejzepol
2 years ago
I was thinking the same, In my opinion also can be scale resources for the first one.
upvoted 5 times
...
...
bingomutant
Most Recent 8 months, 3 weeks ago
chat also goes for scale resource
upvoted 1 times
...
kev22
2 years, 2 months ago
Query tuning is correct, make sure insert is efficient i.e. load in batches from In-Memory non durable table is faster.
upvoted 3 times
...
kkkiet
2 years, 4 months ago
correct.
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 ...