ARA-C01 Exam Question 101

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

    This privilege applies to only shared databases. It grants ability to enable roles other than the owning role to access a shared database.
    Which is that role?
  • ARA-C01 Exam Question 103

    If you run the below commands in your worksheet, what will happen?
    CREATE TEMP TABLE STUDENT_TABLE(STUID NUMBER, COURSE VARCHAR); CREATE TABLE
    STUDENT_TABLE_CLONE
    CLONE STUDENT_TABLE;
  • ARA-C01 Exam Question 104

    Which of the following are characteristics of how row access policies can be applied to external tables?
    (Choose three.)
  • ARA-C01 Exam Question 105

    A DevOps team has a requirement for recovery of staging tables used in a complex set of data pipelines. The staging tables are all located in the same staging schem a. One of the requirements is to have online recovery of data on a rolling 7-day basis.
    After setting up the DATA_RETENTION_TIME_IN_DAYS at the database level, certain tables remain unrecoverable past 1 day.
    What would cause this to occur? (Choose two.)