Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam SnowPro Advanced Architect All Questions

View all questions & answers for the SnowPro Advanced Architect exam

Exam SnowPro Advanced Architect topic 1 question 92 discussion

Actual exam question from Snowflake's SnowPro Advanced Architect
Question #: 92
Topic #: 1
[All SnowPro Advanced Architect Questions]

Data is being imported and stored as JSON in a VARIANT column. Query performance was fine, but most recently, poor query performance has been reported.

What could be causing this?

  • A. There were JSON nulls in the recent data imports.
  • B. The order of the keys in the JSON was changed.
  • C. The recent data imports contained fewer fields than usual.
  • D. There were variations in string lengths for the JSON values in the recent data imports.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
MSIDDIQUI18
2 weeks, 3 days ago
Correct Answer "A" JSON with a ‘null’ value will have a query performance impact.
upvoted 1 times
...
akellaanurag
3 weeks, 1 day ago
Correct answer is A To avoid the performance impact for elements that were not extracted, do the following: Extract semi-structured data elements containing “null” values into relational columns before you load them. Alternatively, if the “null” values in your files indicate missing values and have no other special meaning, we recommend setting the file format option STRIP_NULL_VALUES to TRUE when you load the semi-structured data files. This option removes OBJECT elements or ARRAY elements containing “null” values.
upvoted 1 times
...
h8er
7 months ago
Selected Answer: A
Seems like A is the correct answer https://docs.snowflake.com/en/user-guide/semistructured-considerations#how-extraction-impacts-queries
upvoted 3 times
...
jigsaa7
7 months, 1 week ago
Correct answer should be D refer the below snowflake documentation https://docs.snowflake.com/en/user-guide/semistructured-considerations
upvoted 1 times
...
Atomic_Gecko
8 months, 2 weeks ago
Option A seems more relevant: JSON with a ‘null’ value will have a query performance impact.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...