ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 253 - DP-203 discussion

Report
Export

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.

A.
Create an index on the avg_f column.
Answers
A.
Create an index on the avg_f column.
B.
Convert the avg_c column into a calculated column.
Answers
B.
Convert the avg_c column into a calculated column.
C.
Create an index on the sensorid column.
Answers
C.
Create an index on the sensorid column.
D.
Enable result set caching.
Answers
D.
Enable result set caching.
E.
Change the table distribution to replicate.
Answers
E.
Change the table distribution to replicate.
Suggested answer: B, D
asked 02/10/2024
David Vicente Martinez
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first