Question 71

How can the Snowpipe REST API be used to keep a log of data load history?
  • Question 72

    Which statements describe characteristics of the use of materialized views in Snowflake? (Choose two.)
  • Question 73

    You have a very large table which is already clustered on columns that are used to retrieve data from the table by a business group. The base table data does not change much. Another business group came to you and requested for a relatively small subset of data from the table which they will query using complex aggregation logic. You know that querying with those columns will take a lot of time because the table is not clustered on those columns.
    What is the most optimal solution that you will suggest to the business team?
  • Question 74

    A Snowflake Architect Is working with Data Modelers and Table Designers to draft an ELT framework specifically for data loading using Snowpipe. The Table Designers will add a timestamp column that Inserts the current tlmestamp as the default value as records are loaded into a table. The Intent is to capture the time when each record gets loaded into the table; however, when tested the timestamps are earlier than the loae_take column values returned by the copy_history function or the Copy_HISTORY view (Account Usage).
    Why Is this occurring?
  • Question 75

    What is a characteristic of loading data into Snowflake using the Snowflake Connector for Kafka?