Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-203 Topic 2 Question 97 Discussion

Actual exam question for Microsoft's DP-203 exam
Question #: 97
Topic #: 2
[All DP-203 Questions]

You have an Azure subscription that contains an Azure Synapse Analytics dedicated SQL pool named Pool1. Pool1 receives new data once every 24 hours.

You have the following function.

You have the following query.

The query is executed once every 15 minutes and the @parameter value is set to the current date.

You need to minimize the time it takes for the query to return results.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer: A, B

Contribute your Thoughts:

Aleisha
12 days ago
Indexing the columns? Sounds like a real snoozefest. I'd rather just wait for the results to come back and then take a nap. Who needs performance when you've got time on your hands?
upvoted 0 times
...
Lindsay
14 days ago
E) Change the table distribution to replicate is an interesting option, but I'm not sure it would be the most effective in this case. Replicating the table might be overkill.
upvoted 0 times
...
Jerry
16 days ago
D) Enable result set caching is a good idea too, especially since the query is executed every 15 minutes and the data is updated daily. This can help reduce the time to return results.
upvoted 0 times
...
Jesusita
18 days ago
I think B) Convert the avg_c column into a calculated column is also a good option. This can potentially reduce the amount of data that needs to be processed.
upvoted 0 times
An
3 days ago
I agree, converting the avg_c column into a calculated column could help optimize the query.
upvoted 0 times
...
...
Xuan
2 months ago
I believe enabling result set caching could also be beneficial in reducing query time. It's worth considering.
upvoted 0 times
...
Juliann
2 months ago
I agree with Bok. Creating an index on the avg_f column will definitely help minimize query time.
upvoted 0 times
...
Bok
2 months ago
I think we should create an index on the avg_f column to improve query performance.
upvoted 0 times
...
Belen
2 months ago
The correct answers are A) Create an index on the avg_f column, and C) Create an index on the sensorid column. Indexing the columns used in the query can significantly improve query performance.
upvoted 0 times
Chantell
5 days ago
Changing the table distribution to replicate might be another option to consider.
upvoted 0 times
...
Chaya
7 days ago
Enabling result set caching could also help minimize query time.
upvoted 0 times
...
Fanny
12 days ago
I agree, indexing the sensorid column will also improve performance.
upvoted 0 times
...
Brett
13 days ago
Creating an index on the avg_f column will help speed up the query.
upvoted 0 times
...
...

Save Cancel