Question 91

The Business Intelligence team reports that when some team members run queries for their dashboards in parallel with others, the query response time is getting significantly slower What can a Snowflake Architect do to identify what is occurring and troubleshoot this issue?
  • Question 92

    A company is designing high availability and disaster recovery plans and needs to maximize redundancy and minimize recovery time objectives for their critical application processes. Cost is not a concern as long as the solution is the best available. The plan so far consists of the following steps:
    1. Deployment of Snowflake accounts on two different cloud providers.
    2. Selection of cloud provider regions that are geographically far apart.
    3. The Snowflake deployment will replicate the databases and account data between both cloud provider accounts.
    4. Implementation of Snowflake client redirect.
    What is the MOST cost-effective way to provide the HIGHEST uptime and LEAST application disruption if there is a service event?
  • Question 93

    A company has a table with that has corrupted data, named Data. The company wants to recover the data as it was 5 minutes ago using cloning and Time Travel.
    What command will accomplish this?
  • Question 94

    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 95

    The following table exists in the production database:
    A regulatory requirement states that the company must mask the username for events that are older than six months based on the current date when the data is queried.
    How can the requirement be met without duplicating the event data and making sure it is applied when creating views using the table or cloning the table?