
Answer-first summary for fast verification
Answer: Array, Object
The correct answers are B (Array) and D (Object). According to Snowflake documentation, unstructured data in Snowflake is stored using VARIANT data type, which can contain semi-structured data formats including arrays and objects. Arrays (B) represent ordered lists of values, and Objects (D) represent key-value pairs - both are fundamental semi-structured data formats that Snowflake handles natively. GeoJSON (A) is a specific format for geographic data, not a general storage format for unstructured data. XML (C) is a structured markup language, not Snowflake's native storage format for unstructured data. BLOB (E) is for binary large objects but is not Snowflake's primary format for unstructured data storage - Snowflake uses VARIANT for semi-structured data instead.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.