Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 316

Which of the following conditions must be met in order to return results from the results cache? (Choose two.)

    Correct Answer: A, E

    To return results from the results cache, the user must have the appropriate privileges on the objects associated with the query, ensuring that they are authorized to access the cached data. Additionally, the query must be run within 24 hours of the previously-run query, as the caching mechanism typically has a time limit to ensure the relevance and freshness of the cached results.

Discussion
halolOptions: AE

A&E as the below link: https://docs.snowflake.com/en/user-guide/querying-persisted-results.html#retrieval-optimization

halolOptions: AE

E is correct and maybe A If the same query is fired again in 24 hrs, it will not be COMPUTED, which means it will not be charged. and it is not affected by WH suspension. So as the previous question the same exact query will return the pre-computed results if the underlying data hasn't changed and the results were last accessed within previous 24-hour period

fahfouhi94Options: AE

A&E are the conditions

arpit_dataguyOptions: AE

Answer -- A&E

_yyuktaOptions: AE

AE are correct

Avi0407Options: CE

C&E having access on an object might not give the same results... need to revisit the answer ..

examtopics_strataOptions: AE

A and E correct

MultiCloudIronManOptions: AE

correct

c0d3gOptions: AE

The user has the appropriate privileges on the objects associated with the query. The query has been run within 24 hours of the previously-run query.

HopefanOptions: CE

how about C and E ?

cctv

it doesn't matter with the warehouse since the result cache returning is through cloud service layer.

AlexbDkuOptions: AE

Answer -- A&E