Valid COF-C02 Dumps shared by ExamDiscuss.com for Helping Passing COF-C02 Exam! ExamDiscuss.com now offer the newest COF-C02 exam dumps, the ExamDiscuss.com COF-C02 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com COF-C02 dumps with Test Engine here:
What optional properties can a Snowflake user set when creating a virtual warehouse? (Select TWO).
Correct Answer: A,D
When creating a virtual warehouse in Snowflake, users have the option to set several properties to manage its behavior and resource usage. Two of these optional properties are Auto-suspend and Resource monitor. * Auto-suspend: This property defines the period of inactivity after which the warehouse will automatically suspend. This helps in managing costs by stopping the warehouse when it is not in use. CREATE WAREHOUSE my_warehouse WITH WAREHOUSE_SIZE = 'XSMALL' AUTO_SUSPEND = 300; -- Auto-suspend after 5 minutes of inactivity * Resource monitor: Users can assign a resource monitor to a warehouse to control and limit the amount of credit usage. Resource monitors help in setting quotas and alerts for warehouse usage. CREATE WAREHOUSE my_warehouse WITH WAREHOUSE_SIZE = 'XSMALL' RESOURCE_MONITOR = 'my_resource_monitor'; References: * Snowflake Documentation: Creating Warehouses * Snowflake Documentation: Resource Monitors