Leads4pass > Snowflake > Snowflake Certifications > ARA-C01 > ARA-C01 Online Practice Questions and Answers

ARA-C01 Online Practice Questions and Answers

Questions 4

You are a snowflake architect in an organization. The business team came to to deploy an use case which requires you to load some data which they can visualize through tableau. Everyday new data comes in and the old data is no longer required.

What type of table you will use in this case to optimize cost

A. TRANSIENT

B. TEMPORARY

C. PERMANENT

Buy Now
Questions 5

What Snowflake features should be leveraged when modeling using Data Vault? (Choose two.)

A. Snowflake's support of multi-table inserts into the data model's Data Vault tables

B. Data needs to be pre-partitioned to obtain a superior data access performance

C. Scaling up the virtual warehouses will support parallel processing of new source loads

D. Snowflake's ability to hash keys so that hash key joins can run faster than integer joins

Buy Now
Questions 6

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.)

A. Alter the Azure security integration to use the Private Link URLs.

B. Add the IP address in the error message to the allowed list in the network policy.

C. Generate a new SCIM access token using system$generate_scim_access_token and save it to Azure AD.

D. Update the configuration of the Azure AD SSO to use the Private Link URLs.

E. Open a case with Snowflake Support to authorize the Private Link URLs' access to the account.

Buy Now
Questions 7

A table contains five columns and it has millions of records. The cardinality distribution of the columns is shown below:

Column C4 and C5 are mostly used by SELECT queries in the GROUP BY and ORDER BY clauses. Whereas columns C1, C2 and C3 are heavily used in filter and join conditions of SELECT queries.

The Architect must design a clustering key for this table to improve the query performance.

Based on Snowflake recommendations, how should the clustering key columns be ordered while defining the multi-column clustering key?

A. C5, C4, C2

B. C3, C4, C5

C. C1, C3, C2

D. C2, C1, C3

Buy Now
Questions 8

What built-in Snowflake features make use of the change tracking metadata for a table? (Choose two.)

A. The MERGE command

B. The UPSERT command

C. The CHANGES clause

D. A STREAM object

E. TheCHANGE_DATA_CAPTURE command

Buy Now
Questions 9

A company has a table with that has corrupted data, named Data. The company wants to recover the data as it was 5 minutes ago using cloning and Time Travel.

What command will accomplish this?

A. CREATE CLONE TABLE Recover_Data FROM Data AT(OFFSET => -60*5);

B. CREATE CLONE Recover_Data FROM Data AT(OFFSET => -60*5);

C. CREATE TABLE Recover_Data CLONE Data AT(OFFSET => -60*5);

D. CREATE TABLE Recover Data CLONE Data AT(TIME => -60*5);

Buy Now
Questions 10

How can an Architect enable optimal clustering to enhance performance for different access paths on a given table?

A. Create multiple clustering keys for a table.

B. Create multiple materialized views with different cluster keys.

C. Create super projections that will automatically create clustering.

D. Create a clustering key that contains all columns used in the access paths.

Buy Now
Questions 11

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?

A. An external table

B. A pipe

C. A stream

D. A copy command at regular intervals

Buy Now