ARA-C01 Exam Question 26

Why might a Snowflake Architect use a star schema model rather than a 3NF model when designing a data architecture to run in Snowflake? (Select TWO).
  • ARA-C01 Exam Question 27

    An Architect is designing a file ingestion recovery solution. The project will use an internal named stage for file storage. Currently, in the case of an ingestion failure, the Operations team must manually download the failed file and check for errors.
    Which downloading method should the Architect recommend that requires the LEAST amount of operational overhead?
  • ARA-C01 Exam Question 28

    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?
  • ARA-C01 Exam Question 29

    An Architect has a design where files arrive every 10 minutes and are loaded into a primary database table using Snowpipe. A secondary database is refreshed every hour with the latest data from the primary database.
    Based on this scenario, what Time Travel query options are available on the secondary database?
  • ARA-C01 Exam Question 30

    An Architect with the ORGADMIN role wants to change a Snowflake account from an Enterprise edition to a Business Critical edition.
    How should this be accomplished?