ARA-C01 Exam Question 26

An Architect on a new project has been asked to design an architecture that meets Snowflake security, compliance, and governance requirements as follows:
1) Use Tri-Secret Secure in Snowflake
2) Share some information stored in a view with another Snowflake customer
3) Hide portions of sensitive information from some columns
4) Use zero-copy cloning to refresh the non-production environment from the production environment To meet these requirements, which design elements must be implemented? (Choose three.)
  • ARA-C01 Exam Question 27

    A table for IOT devices that measures water usage is created. The table quickly becomes large and contains more than 2 billion rows.

    The general query patterns for the table are:
    1. DeviceId, lOT_timestamp and Customerld are frequently used in the filter predicate for the select statement
    2. The columns City and DeviceManuf acturer are often retrieved
    3. There is often a count on Uniqueld
    Which field(s) should be used for the clustering key?
  • ARA-C01 Exam Question 28

    There are two databases in an account, named fin_db and hr_db which contain payroll and employee data, respectively. Accountants and Analysts in the company require different permissions on the objects in these databases to perform their jobs. Accountants need read-write access to fin_db but only require read-only access to hr_db because the database is maintained by human resources personnel.
    An Architect needs to create a read-only role for certain employees working in the human resources department.
    Which permission sets must be granted to this role?
  • ARA-C01 Exam Question 29

    You will be using a multi cluster warehouse. You will statically control the available resources (i.e. servers) and you have large numbers of concurrent user sessions and/or queries and the numbers do not fluctuate significantly.
    Which mode will you use for the warehouse?
  • ARA-C01 Exam Question 30

    A company is using a Snowflake account in Azure. The account has SAML SSO set up using ADFS as a SCIM identity provider. To validate Private Link connectivity, an Architect performed the following steps:
    * Confirmed Private Link URLs are working by logging in with a username/password account
    * Verified DNS resolution by running nslookups against Private Link URLs
    * Validated connectivity using SnowCD
    * Disabled public access using a network policy set to use the company's IP address range However, the following error message is received when using SSO to log into the company account:
    IP XX.XXX.XX.XX is not allowed to access snowflake. Contact your local security administrator.
    What steps should the Architect take to resolve this error and ensure that the account is accessed using only Private Link? (Choose two.)