Question 76

Which account__usage views are used to evaluate the details of dynamic data masking? (Select TWO)
  • Question 77

    What is the default character set used when loading CSV files into Snowflake?
  • Question 78

    Snowflake provides a mechanism for its customers to override its clustering algorithms. This method is:
  • Question 79

    A virtual warehouse is created using the following command:
    Create warehouse my_WH with
    warehouse_size = MEDIUM
    min_cluster_count = 1
    max_cluster_count = 1
    auto_suspend = 60
    auto_resume = true;
    The image below is a graphical representation of the warehouse utilization across two days.

    What action should be taken to address this situation?
  • Question 80

    What parameter controls if the Virtual warehouse starts immediately after the CREATE WAREHOUSE statement?
    Select one.