Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 80 discussion

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

The number of queries that a Virtual Warehouse can concurrently process is determined by (Choose two.):

  • A. The complexity of each query
  • B. The CONCURRENT_QUERY_LIMIT parameter set on the Snowflake account
  • C. The size of the data required for each query
  • D. The tool that is executing the query
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
DataEngineerNeeraj1
1 month, 1 week ago
Only A and C is correct , B would also have been corrected if MAX_CONCURRENCY_LEVEL was given but here option is MAX_CONCURRENCY_LIMIT .
upvoted 1 times
...
p22_nilesh
5 months, 2 weeks ago
Selected Answer: AB
AB is the answer
upvoted 2 times
...
ifmateus
1 year, 2 months ago
I think it's A and B because "You can use the MAX_CONCURRENCY_LEVEL parameter to limit the number of concurrent queries running in a warehouse." and "The number of queries that a warehouse can concurrently process is determined by the size and complexity of each query. " here it seems the number of queries processed are determined by the query complexity and its size and not the data size.
upvoted 1 times
ifmateus
1 year, 2 months ago
https://docs.snowflake.com/en/user-guide/warehouses-overview#query-processing-and-concurrency
upvoted 1 times
ifmateus
1 year, 2 months ago
https://docs.snowflake.com/en/user-guide/performance-query-warehouse-max-concurrency
upvoted 1 times
oscarglob
1 year, 1 month ago
I'd agree, but the parameter in that case would be MAX_CONCURRENCY_LEVEL, not CONCURRENT_QUERY_LIMIT
upvoted 4 times
...
...
...
...
Mayuri917233
1 year, 6 months ago
Selected Answer: AC
AC is correct
upvoted 1 times
...
systematics78
1 year, 10 months ago
https://docs.snowflake.com/en/user-guide/warehouses-overview.html#query-processing-and-concurrency AC are correct
upvoted 1 times
...
Tapasgup007
1 year, 11 months ago
Selected Answer: AC
AC are correct
upvoted 3 times
...
vivek_nitd
2 years, 9 months ago
Selected Answer: AC
Answer: AC MAX_CONCURRENCY_LEVEL is set to 8 by default at account level and can be changed. In reality, we can have more than 8 concurrent queries as well. But it depends on the factors such as the complexity of the queries, their resource consumptions etc.
upvoted 3 times
...
PrithviPatil
2 years, 10 months ago
What about parameter MAX_CONCURRENCY_LEVEL that defines the maximum number of parallel or concurrent statements a warehouse can execute? https://community.snowflake.com/s/article/Warehouse-Concurrency-and-Statement-Timeout-Parameters
upvoted 1 times
...
moon2351
2 years, 10 months ago
Answer is correct. The number of queries that a warehouse can concurrently process is determined by the size and complexity of each query. As queries are submitted, the warehouse calculates and reserves the compute resources needed to process each query. If the warehouse does not have enough remaining resources to process a query, the query is queued, pending resources that become available as other running queries complete.
upvoted 3 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 ...