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.
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.
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
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
...
Log in to ExamTopics
Sign in:
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.
DataEngineerNeeraj1
1 month, 1 week agop22_nilesh
5 months, 2 weeks agoifmateus
1 year, 2 months agoifmateus
1 year, 2 months agoifmateus
1 year, 2 months agooscarglob
1 year, 1 month agoMayuri917233
1 year, 6 months agosystematics78
1 year, 10 months agoTapasgup007
1 year, 11 months agovivek_nitd
2 years, 9 months agoPrithviPatil
2 years, 10 months agomoon2351
2 years, 10 months ago