SnowPro Advanced: Architect — Question 48

A company’s daily Snowflake workload consists of a huge number of concurrent queries triggered between 9pm and 11pm. At the individual level, these queries are smaller statements that get completed within a short time period.
What configuration can the company’s Architect implement to enhance the performance of this workload? (Choose two.)

Answer options

Correct answer: A, B

Explanation

Enabling a multi-clustered virtual warehouse in maximized mode allows Snowflake to scale out resources dynamically to handle a high volume of concurrent queries. Adjusting the MAX_CONCURRENCY_LEVEL increases the number of queries that can run simultaneously. Increasing the virtual warehouse size may help but is less efficient than the other options, while reducing data processed may not address concurrency issues directly.