ARA-C01 Exam Question 11

How can the Snowpipe REST API be used to keep a log of data load history?
  • ARA-C01 Exam Question 12

    A global company needs to securely share its sales and Inventory data with a vendor using a Snowflake account.
    The company has its Snowflake account In the AWS eu-west 2 Europe (London) region. The vendor's Snowflake account Is on the Azure platform in the West Europe region. How should the company's Architect configure the data share?
  • ARA-C01 Exam Question 13

    How does a standard virtual warehouse policy work in Snowflake?
  • ARA-C01 Exam Question 14

    A Data Engineer is designing a near real-time ingestion pipeline for a retail company to ingest event logs into Snowflake to derive insights. A Snowflake Architect is asked to define security best practices to configure access control privileges for the data load for auto-ingest to Snowpipe.
    What are the MINIMUM object privileges required for the Snowpipe user to execute Snowpipe?
  • ARA-C01 Exam Question 15

    An Architect has been asked to clone schema STAGING as it looked one week ago, Tuesday June 1st at 8:00 AM, to recover some objects.
    The STAGING schema has 50 days of retention.
    The Architect runs the following statement:
    CREATE SCHEMA STAGING_CLONE CLONE STAGING at (timestamp => '2021-06-01 08:00:00'); The Architect receives the following error: Time travel data is not available for schema STAGING. The requested time is either beyond the allowed time travel period or before the object creation time.
    The Architect then checks the schema history and sees the following:
    CREATED_ON|NAME|DROPPED_ON
    2021-06-02 23:00:00 | STAGING | NULL
    2021-05-01 10:00:00 | STAGING | 2021-06-02 23:00:00
    How can cloning the STAGING schema be achieved?