Question 56

An Architect needs to design a data unloading strategy for Snowflake, that will be used with the COPY INTO
<location> command.
Which configuration is valid?
  • Question 57

    The IT Security team has identified that there is an ongoing credential stuffing attack on many of their organization's system.
    What is the BEST way to find recent and ongoing login attempts to Snowflake?
  • Question 58

    Where can you define the file format settings?
  • Question 59

    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?
  • Question 60

    A company is storing large numbers of small JSON files (ranging from 1-4 bytes) that are received from IoT devices and sent to a cloud provider. In any given hour, 100,000 files are added to the cloud provider.
    What is the MOST cost-effective way to bring this data into a Snowflake table?