Question 6

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

    What is a characteristic of Role-Based Access Control (RBAC) as used in Snowflake?
  • Question 8

    For the best performance while loading data into table from a stage, you should avoid applying patterns that filter on a large number of files.
  • Question 9

    Role A has the following permissions:
    . USAGE on db1
    . USAGE and CREATE VIEW on schemal in db1
    . SELECT on tablel in schemal
    Role B has the following permissions:
    . USAGE on db2
    . USAGE and CREATE VIEW on schema2 in db2
    . SELECT on table2 in schema2
    A user has Role A set as the primary role and Role B as a secondary role.
    What command will fail for this user?
  • Question 10

    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?