ExamGecko
Question list
Search
Search

Question 133 - COF-C02 discussion

Report
Export

Which of the following statements describe features of Snowflake data caching? (Choose two.)

A.
When a virtual warehouse is suspended, the data cache is saved on the remote storage layer.
Answers
A.
When a virtual warehouse is suspended, the data cache is saved on the remote storage layer.
B.
When the data cache is full, the least-recently used data will be cleared to make room.
Answers
B.
When the data cache is full, the least-recently used data will be cleared to make room.
C.
A user can only access their own queries from the query result cache.
Answers
C.
A user can only access their own queries from the query result cache.
D.
A user must set USE_METADATA_CACHE to TRUE to use the metadata cache in queries.
Answers
D.
A user must set USE_METADATA_CACHE to TRUE to use the metadata cache in queries.
E.
The RESULT_SCAN table function can access and filter the contents of the query result cache.
Answers
E.
The RESULT_SCAN table function can access and filter the contents of the query result cache.
Suggested answer: B, E

Explanation:

Snowflake's data caching features include the ability to clear the least-recently used data when the data cache is full to make room for new data. Additionally, the RESULT_SCAN table function can access and filter the contents of the query result cache, allowing users to retrieve and work with the results of previous queries. The other statements are incorrect: the data cache is not saved on the remote storage layer when a virtual warehouse is suspended, users can access queries from the query result cache that were run by other users, and there is no setting called USE_METADATA_CACHE in Snowflake. References:Caching in the Snowflake Cloud Data Platform,Optimizing the warehouse cache

asked 23/09/2024
Stephen McMahon
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first