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

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 143 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 143
Topic #: 1
[All SnowPro Core Questions]

When reviewing a query profile, what is a symptom that a query is too large to fit into the memory?

  • A. A single join node uses more than 50% of the query time
  • B. Partitions scanned is equal to partitions total
  • C. An AggregateOperator node is present
  • D. The query is spilling to remote storage
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
omiiUST
3 months, 2 weeks ago
Selected Answer: D
“Bytes spilled to remote storage” indicates the volume of data that couldn’t fit in memory and had to be spilled to a virtual warehouse temporary storage.
upvoted 1 times
...
Mallikharjuna452
4 months ago
D.is correct
upvoted 1 times
...
pranalig
5 months ago
Correct Answer: D
upvoted 1 times
...
AnireddySaikiranReddy
8 months, 3 weeks ago
Correct Answer: D
upvoted 1 times
...
_yyukta
8 months, 4 weeks ago
Selected Answer: D
D is correct
upvoted 1 times
...
RajuNaik
1 year, 6 months ago
Answer should be D
upvoted 2 times
...
c0d3g
1 year, 8 months ago
Selected Answer: D
For some operations (e.g. duplicate elimination for a huge data set), the amount of memory available for the compute resources used to execute the operation might not be sufficient to hold intermediate results. As a result, the query processing engine will start *spilling* the data to local disk. If the local disk space is not sufficient, the spilled data is then saved to remote disks. https://docs.snowflake.com/en/user-guide/ui-query-profile.html#queries-too-large-to-fit-in-memory
upvoted 4 times
whiteomax
9 months, 2 weeks ago
I agree, I think having all partitions scanned just means you might want to set up a cluster key.
upvoted 2 times
...
...
EmiB
1 year, 8 months ago
Selected Answer: D
As a result, the query processing engine will start spilling the data to local disk. If the local disk space is not sufficient, the spilled data is then saved to remote disks.
upvoted 1 times
...
KarBiswa
1 year, 9 months ago
Selected Answer: D
as per documentaion
upvoted 1 times
JRTanubuddi
1 year, 9 months ago
as per the document it will spill to local storage and if it fills then dumped into Remote storage
upvoted 1 times
...
...
iamPhD
1 year, 10 months ago
Selected Answer: D
Answer should be D
upvoted 1 times
...
aalonso
1 year, 11 months ago
Selected Answer: D
https://docs.snowflake.com/en/user-guide/ui-query-profile.html#queries-too-large-to-fit-in-memory
upvoted 2 times
...
baig123
1 year, 11 months ago
I agree with Answer D, if query spilling happens , query processing engine start saving the data to local disk if this is not sufficient then it start saving the data to remote disk, this process significantly impact query performance, the solution is use larger size warehouse.
upvoted 1 times
...
kjdfsafc87456
2 years, 2 months ago
Selected Answer: D
See docs referred to by Manocs.
upvoted 1 times
...
William_20
2 years, 2 months ago
Selected Answer: D
See docs referred to by Manocs.
upvoted 1 times
...
Manocs
2 years, 2 months ago
Selected Answer: D
https://docs.snowflake.com/en/user-guide/ui-query-profile.html#queries-too-large-to-fit-in-memory
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 ...