SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 209


When should a multi-cluster warehouse be used in auto-scaling mode?

Show Answer
Correct Answer: D

A multi-cluster warehouse in auto-scaling mode should be used when a large number of concurrent queries are run on the same warehouse. This is because auto-scaling allows for automatic management of additional clusters based on the load, ensuring that resources are efficiently allocated to handle multiple simultaneous queries, thus preventing query queuing and improving overall performance.

Discussion

10 comments
Sign in to comment
halolOption: D
Dec 7, 2022

https://docs.snowflake.com/en/user-guide/warehouses-multicluster.html#:~:text=Auto%2Dscale,-You%20can%20choose&text=This%20mode%20is%20enabled%20by,while%20the%20warehouse%20is%20running.

tejarunOption: A
Nov 26, 2022

For variable compute needs, auto scaling should be used

ntechkumaOption: D
Feb 22, 2023

multi cluster for concurrency

Apo1021Option: A
Jan 8, 2023

I think A

GeeraOption: D
Jan 11, 2023

It can't be A because SF recommends experimenting when you don't know the right size/number of clusters for your wh.

Geera
Jan 11, 2023

Also, compute power -> scaling up instead of scaling out

c0d3gOption: D
May 15, 2023

Auto-scale This mode is enabled by specifying different values for maximum and minimum number of clusters. In this mode, Snowflake starts and stops clusters as needed to dynamically manage the load on the warehouse: As the number of concurrent user sessions and/or queries for the warehouse increases, and queries start to queue due to insufficient resources, Snowflake automatically starts additional clusters, up to the maximum number defined for the warehouse. Similarly, as the load on the warehouse decreases, Snowflake automatically shuts down clusters to reduce the number of running clusters and, correspondingly, the number of credits used by the warehouse.

MultiCloudIronManOption: D
Jul 20, 2023

correct

_yyuktaOption: D
Feb 26, 2024

D. When a large number of concurrent queries are run on the same warehouse

Marty1152Option: A
Jun 9, 2024

In Auto-scale mode, a multi-cluster warehouse eliminates the need for resizing the warehouse or starting and stopping additional warehouses to handle fluctuating workloads. Snowflake automatically starts and stops additional clusters as needed.

Mallikharjuna452Option: D
Jul 21, 2024

D is correct answer