Snowflake ARA-C01

Page:    1 / 89   
Total 442 questions | Updated On: Apr 24, 2024
Question 1

A Snowflake Architect is writing a User-Defined Function (UDF) with some unqualified object names.

How will those object names be resolved during execution?


Answer: D
Question 2

How does Snowflake charge for the compute resources of the cloud services layer?


Answer: C
Question 3

You have an inventory table. You created two views on this table. The views look like as below
CREATE VIEW NON_SECURE_INVENTORY AS
SELECT BIBNUMBER, TITLE, AUTHOR,ISBN
FROM INVENTORY
WHERE BIBNUMBER IN(511784,511805,511988,512044,512052,512063);
CREATE SECURE VIEW SECURE_INVENTORY AS
SELECT BIBNUMBER, TITLE, AUTHOR,ISBN
FROM INVENTORY
WHERE BIBNUMBER IN(511784,511805,511988,512044,512052,512063);
You ran the below queries
ALTER SESSION SET USE_CACHED_RESULT=FALSE;--This is to ensure that we do not retrieve from query cache
SELECT * FROM NON_SECURE_INVENTORY WHERE BIBNUMBER =511784;
SELECT * FROM SECURE_INVENTORY WHERE BIBNUMBER =511784;
The query profile for the first query looks as below
2020-09-06-20-26-48-21b07202e527a5b67bbba720952a3ecf
However, the query profile for the second one looks like as below
2020-09-06-20-26-48-21b07202e527a5b67bbba720952a3ecf
Both the views use the same columns from the same underlying view. So, why is this difference in query profiles.


Answer: A
Question 4

What is the function of Resource Monitors regarding data pipelines?


Answer: C
Question 5

Assuming all Snowflake accounts are using an Enterprise edition or higher, in which development and testing scenarios would be copying of data be required, and zero-copy cloning not be suitable? (Select TWO). 


Answer: A,C
Page:    1 / 89   
Total 442 questions | Updated On: Apr 24, 2024

Quickly grab our ARA-C01 product now and kickstart your exam preparation today!

Name: SnowPro Advanced Architect Certification
Exam Code: ARA-C01
Certification: SnowPro Certification
Vendor: Snowflake
Total Questions: 442
Last Updated: Apr 24, 2024