
Answer-first summary for fast verification
Answer: Snowflake will continue to execute and complete upon the next login.
Based on the community discussion and testing evidence, option D is correct. Multiple users (including 0e504b5, Lematthew31, SSahar, and isolated_sniper) conducted actual tests showing that queries continue running after exiting Snowsight, with results available upon re-login. This aligns with Snowflake's architecture where queries execute on servers independently of the client interface. While official documentation suggests option B (canceling queries), community testing consistently contradicts this, indicating the documentation may be outdated or incorrect. Option A is partially correct about continued execution but incorrect about the 'same session' aspect, as session IDs may change upon re-login. Option C is incorrect as there's no 24-hour cancellation mechanism mentioned.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
If a user logs out of Snowsight while a query is actively running in their session, what is the outcome for that query?
A
Snowflake executes the query during the same session immediately.
B
Snowflake cancels any queries submitted during this session that are still running.
C
Snowflake will cancel any queries submitted during this session after 24 hours.
D
Snowflake will continue to execute and complete upon the next login.
No comments yet.