Exam Details

  • Exam Code
    :ARA-C01
  • Exam Name
    :SnowPro Advanced: Architect Certification (ARA-C01)
  • Certification
    :Snowflake Certifications
  • Vendor
    :Snowflake
  • Total Questions
    :65 Q&As
  • Last Updated
    :May 22, 2025

Snowflake Snowflake Certifications ARA-C01 Questions & Answers

  • Question 31:

    An Architect entered the following commands in sequence:

    USER1 cannot find the table.

    Which of the following commands does the Architect need to run for USER1 to find the tables using the Principle of Least Privilege? (Choose two.)

    A. GRANT ROLE PUBLIC TO ROLE INTERN;

    B. GRANT USAGE ON DATABASE SANDBOX TO ROLE INTERN;

    C. GRANT USAGE ON SCHEMA SANDBOX.PUBLIC TO ROLE INTERN;

    D. GRANT OWNERSHIP ON DATABASE SANDBOX TO USER INTERN;

    E. GRANT ALL PRIVILEGES ON DATABASE SANDBOX TO ROLE INTERN;

  • Question 32:

    A company has a Snowflake account named ACCOUNTA in AWS us-east-1 region. The company stores its marketing data in a Snowflake database named MARKET_DB. One of the company's business partners has an account named PARTNERB in Azure East US 2 region. For marketing purposes the company has agreed to share the database MARKET_DB with the partner account.

    Which of the following steps MUST be performed for the account PARTNERB to consume data from the MARKET_DB database?

    A. Create a new account (called AZABC123) in Azure East US 2 region. From account ACCOUNTA create a share of database MARKET_DB, create a new database out of this share locally in AWS us-east-1 region, and replicate this new database to AZABC123 account. Then set up data sharing to the PARTNERB account.

    B. From account ACCOUNTA create a share of database MARKET_DB, and create a new database out of this share locally in AWS us-east-1 region. Then make this database the provider and share it with the PARTNERB account.

    C. Create a new account (called AZABC123) in Azure East US 2 region. From account ACCOUNTA replicate the database MARKET_DB to AZABC123 and from this account set up the data sharing to the PARTNERB account.

    D. Create a share of database MARKET_DB, and create a new database out of this share locally in AWS us-east-1 region. Then replicate this database to the partner's account PARTNERB.

  • Question 33:

    A user has the appropriate privilege to see unmasked data in a column.

    If the user loads this column data into another column that does not have a masking policy, what will occur?

    A. Unmasked data will be loaded in the new column.

    B. Masked data will be loaded into the new column.

    C. Unmasked data will be loaded into the new column but only users with the appropriate privileges will be able to see the unmasked data.

    D. Unmasked data will be loaded into the new column and no users will be able to see the unmasked data.

  • Question 34:

    When loading data into a table that captures the load time in a column with a default value of either CURRENT_TIME () or CURRENT_TIMESTAMP() what will occur?

    A. All rows loaded using a specific COPY statement will have varying timestamps based on when the rows were inserted.

    B. Any rows loaded using a specific COPY statement will have varying timestamps based on when the rows were read from the source.

    C. Any rows loaded using a specific COPY statement will have varying timestamps based on when the rows were created in the source.

    D. All rows loaded using a specific COPY statement will have the same timestamp value.

  • Question 35:

    A user can change object parameters using which of the following roles?

    A. ACCOUNTADMIN, SECURITYADMIN

    B. SYSADMIN, SECURITYADMIN

    C. ACCOUNTADMIN, USER with PRIVILEGE

    D. SECURITYADMIN, USER with PRIVILEGE

  • Question 36:

    When loading data from stage using COPY INTO, what options can you specify for the ON_ERROR clause? (Choose three.)

    A. CONTINUE

    B. SKIP_FILE

    C. ABORT_STATEMENT

    D. FAIL