
Answer-first summary for fast verification
Answer: True
The correct answer is A (True) based on Snowflake's query result cache functionality. The query result cache is stored in the cloud services layer, not in the virtual warehouse, and persists for 24 hours regardless of warehouse state. When a user executes a query that matches exactly (including whitespace) a previously executed query within the 24-hour window, Snowflake can return the cached results directly from the cloud services layer without needing to spin up or use a running virtual warehouse. This is a key cost-saving feature of Snowflake's architecture. The community discussion shows strong consensus for A (83% of answers), with multiple users confirming through actual testing that queries can retrieve cached results even when warehouses are suspended. Comments suggesting B (False) often confuse the query result cache with the warehouse cache or misunderstand that users don't explicitly 'point' to the cache - Snowflake automatically uses it when conditions are met.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.