Question 16

A healthcare company wants to share data with a medical institute. The institute is running a Standard edition of Snowflake; the healthcare company is running a Business Critical edition.
How can this data be shared?
  • Question 17

    What are characteristics of the use of transactions in Snowflake? (Select TWO).
  • Question 18

    A company's client application supports multiple authentication methods, and is using Okta.
    What is the best practice recommendation for the order of priority when applications authenticate to Snowflake?
  • Question 19

    A table contains five columns and it has millions of records. The cardinality distribution of the columns is shown below:

    Column C4 and C5 are mostly used by SELECT queries in the GROUP BY and ORDER BY clauses.
    Whereas columns C1, C2 and C3 are heavily used in filter and join conditions of SELECT queries.
    The Architect must design a clustering key for this table to improve the query performance.
    Based on Snowflake recommendations, how should the clustering key columns be ordered while defining the multi-column clustering key?
  • Question 20

    An Architect is troubleshooting a query with poor performance using the QUERY_HIST0RY function. The Architect observes that the COMPILATIONJHME is greater than the EXECUTIONJTIME.
    What is the reason for this?