
Answer-first summary for fast verification
Answer: Storage expands without the requirement to add more compute, Compute can be scaled up or down without the requirement to add more storage, Multiple compute clusters can access stored data without contention
The question asks about benefits of Snowflake's separation of compute and storage. Option A is incorrect because it describes the opposite of separation - tight coupling is a characteristic of traditional architectures, not Snowflake. Option B is correct because Snowflake's architecture allows storage to scale independently without requiring additional compute resources. Option C is correct because compute resources (virtual warehouses) can be scaled up/down independently without affecting storage. Option D is correct because multiple compute clusters can access the same stored data simultaneously without contention, enabling concurrent workloads. The community discussion shows 100% consensus on BCD with multiple upvoted comments confirming these are the correct benefits of Snowflake's decoupled architecture.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which of the following statements describe benefits of Snowflake's separation of compute and storage? (Select all that apply.)
A
Growth of storage and compute are tightly coupled together
B
Storage expands without the requirement to add more compute
C
Compute can be scaled up or down without the requirement to add more storage
D
Multiple compute clusters can access stored data without contention
No comments yet.