SnowPro Core Certification — Question 686

A JSON file that contains lots of dates and arrays needs to be processed in Snowflake. The user wants to ensure optimal performance while querying the data.

How can this be achieved?

Answer options

Correct answer: A

Explanation

The correct answer is A because flattening the data and using structured data types allows for more efficient querying and better performance in Snowflake. Options B and C, while they utilize VARIANT data types, may not provide the same level of performance as structured tables for complex queries. Option D does not optimize performance as it relies on external stages and views, which can introduce additional overhead.