SnowPro Advanced: Architect — Question 123

A company’s management has requested insights concerning their Snowflake usage. An Architect needs to quickly build a reporting framework for a web application which stores its data in JSON format.

How can this requirement be met with the LEAST operational overhead?

Answer options

Correct answer: B

Explanation

Option B is correct because it allows for the direct loading of semi-structured data into Snowflake, which is designed to handle such formats efficiently, thus minimizing overhead. Option A requires upfront schema definition, which adds complexity, while option C complicates the process by suggesting different strategies for varying data complexity. Option D involves unnecessary normalization steps, increasing operational overhead.