exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 1179 discussion

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

Using which object-level parameters will help limit query processing and concurrency slowdowns? (Choose two.)

  • A. MULTI_STATEMENT_COUNT
  • B. ENABLE_QUERY_ACCELERATION
  • C. STATEMENT_TIMEOUT_IN_SECONDS
  • D. STATEMENT_QUEUED_TIMEOUT_IN_SECONDS
  • E. QUERY_ACCELERATION_MAX_SCALE_FACTOR
Show Suggested Answer Hide Answer
Suggested Answer: BE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ywan1600
6 months ago
Selected Answer: CD
STATEMENT_TIMEOUT_IN_SECONDS: This parameter sets a limit on the execution time for a SQL statement. If a statement runs longer than the specified time (in seconds), the system automatically aborts it. This helps prevent long-running queries from monopolizing resources and slowing down other processes. STATEMENT_QUEUED_TIMEOUT_IN_SECONDS: This parameter controls how long a statement will wait in a queue before it's canceled. When there's high concurrency, queries might be queued before they can be executed. Setting a timeout prevents statements from staying in the queue indefinitely, freeing up resources and preventing potential deadlocks.
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 ...