Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 407

During periods of warehouse contention, which parameter controls the maximum length of time a warehouse will hold a query for processing?

    Correct Answer: B

    The parameter that controls the maximum length of time a warehouse will hold a query for processing during periods of contention is STATEMENT_QUEUED_TIMEOUT_IN_SECONDS. This parameter specifies the amount of time a SQL statement can remain in a queued state before it is canceled by the system, which directly addresses the scenario of a query being held in a queue for processing.

Discussion
isolated_sniperOption: B

Answer B STATEMENT_QUEUED_TIMEOUT_IN_SECONDS is a configuration parameter in Snowflake that specifies the maximum amount of time, in seconds, that a statement can remain in a queued state before timing out. STATEMENT_TIMEOUT_IN_SECONDS is a parameter in Snowflake that specifies the maximum amount of time that a query can execute before being automatically terminated by the system. The default value for this parameter is 0, which means there is no timeout limit set.

0e504b5

STATEMENT_TIMEOUT_IN_SECONDS - default is 2 days. https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds

Kate0204Option: B

https://docs.snowflake.com/en/sql-reference/parameters.html#statement-queued-timeout-in-seconds

SV1122Option: B

Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the MAX_CONCURRENCY_LEVEL parameter to ensure a warehouse is never backlogged https://docs.snowflake.com/en/sql-reference/parameters.html#statement-queued-timeout-in-seconds

Kvk117Option: A

Verified

_yyuktaOption: B

B is correct

Ram9198Option: B

Hold for processing means queue, hold for running or cancelling means means A

dmitriypoOption: B

https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds

drsergueyOption: B

STATEMENT_QUEUED_TIMEOUT_IN_SECONDS Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds

MultiCloudIronManOption: A

Verified

MultiCloudIronMan

Change my mind to B