
Answer-first summary for fast verification
Answer: It is a hybrid of traditional shared-disk and shared-nothing database architectures.
Option C is correct because it accurately describes Snowflake's hybrid architecture, which combines elements of shared-disk (centralized storage accessible to all compute nodes) and shared-nothing (MPP compute clusters with local data caching) architectures. This is confirmed by the community discussion where all responses (100%) select C, with detailed explanations citing Snowflake's official documentation. Option A is incorrect because Snowflake uses cloud storage, not local data repositories. Option B is incorrect as it mentions 'shared-everything' which is not part of Snowflake's architecture. Option D describes Snowflake's internal data optimization but does not characterize the overall architectural approach.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which statement accurately describes Snowflake's architecture?
A
It uses a local data repository for all compute nodes in the platform.
B
It is a blend of shared-disk and shared-everything database architectures.
C
It is a hybrid of traditional shared-disk and shared-nothing database architectures.
D
It reorganizes loaded data into internal optimized, compressed, and row-based format.
No comments yet.