Question 1

Which feature provides the capability to define an alternate cluster key for a table with an existing cluster key?
  • Question 2

    A table for IOT devices that measures water usage is created. The table quickly becomes large and contains more than 2 billion rows.

    The general query patterns for the table are:
    1. DeviceId, lOT_timestamp and Customerld are frequently used in the filter predicate for the select statement
    2. The columns City and DeviceManuf acturer are often retrieved
    3. There is often a count on Uniqueld
    Which field(s) should be used for the clustering key?
  • Question 3

    A company has a Snowflake environment running in AWS us-west-2 (Oregon). The company needs to share data privately with a customer who is running their Snowflake environment in Azure East US 2 (Virginia).
    What is the recommended sequence of operations that must be followed to meet this requirement?
  • Question 4

    Which SQL alter command will MAXIMIZE memory and compute resources for a Snowpark stored procedure when executed on the snowpark_opt_wh warehouse?
  • Question 5

    Data is being imported and stored as JSON in a VARIANT column. Query performance was fine, but most recently, poor query performance has been reported.
    What could be causing this?