
Answer-first summary for fast verification
Answer: 0, NULL
The question asks for auto-suspend settings that result in a warehouse running continuously (24/7). According to Snowflake documentation and the community discussion consensus (100% agreement on BE), to disable auto-suspend, you must set the value to 0 or NULL. Option B (0) explicitly disables auto-suspend, and option E (NULL) also disables it, as confirmed by the referenced Snowflake documentation. Option A (-1) is invalid and not supported. Options C (86400 seconds = 1 day) and D (172800 seconds = 2 days) would suspend the warehouse after the specified time, not run it continuously. Thus, B and E are correct.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.