
Answer-first summary for fast verification
Answer: The warehouse will never suspend.
According to Snowflake documentation and the community discussion, setting the auto-suspend value to 0 means the warehouse will never automatically suspend. This is explicitly stated in the Snowflake documentation referenced in the discussion, where setting a value of 0 or NULL prevents the warehouse from suspending automatically. The community discussion with 100% consensus on answer A and upvoted comments confirming this interpretation supports this as the correct answer. Option B is incorrect because the warehouse won't suspend at all. Option C is incorrect because it discusses resuming behavior, which is unrelated to the suspend setting. Option D is also incorrect as it discusses multi-cluster warehouse behavior and resuming, which is not relevant to the auto-suspend = 0 configuration.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
What is the effect of setting a virtual warehouse's auto-suspend value to 0?
A
The warehouse will never suspend.
B
The warehouse will suspend immediately upon work completion.
C
The warehouse will not resume automatically.
D
All clusters in the multi-cluster warehouse will resume immediately.
No comments yet.