COF-C02 · Question #128
Which services does the Snowflake Cloud Services layer manage? (Choose two.)
The correct answer is C. Authentication E. Metadata. Snowflake's architecture has three distinct layers: Storage, Compute (Virtual Warehouses), and Cloud Services. The Cloud Services layer acts as the 'brain' of Snowflake, handling Authentication (C) - verifying user identity and managing login sessions - and Metadata management…
Question
Which services does the Snowflake Cloud Services layer manage? (Choose two.)
Options
- ACompute resources
- BQuery execution
- CAuthentication
- DData storage
- EMetadata
How the community answered
(23 responses)- B4% (1)
- C96% (22)
Explanation
Snowflake's architecture has three distinct layers: Storage, Compute (Virtual Warehouses), and Cloud Services. The Cloud Services layer acts as the 'brain' of Snowflake, handling Authentication (C) - verifying user identity and managing login sessions - and Metadata management (E) - tracking object definitions, statistics, and micro-partition information used for query optimization. Compute resources (A) and query execution (B) belong to the Virtual Warehouse layer, while data storage (D) belongs to the centralized Storage layer.
Topics
Community Discussion
No community discussion yet for this question.