Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Snowflake ARA-R01 Exam - Topic 3 Question 47 Discussion

An Architect has chosen to separate their Snowflake Production and QA environments using two separate Snowflake accounts.The QA account is intended to run and test changes on data and database objects before pushing those changes to the Production account. It is a requirement that all database objects and data in the QA account need to be an exact copy of the database objects, including privileges and data in the Production account on at least a nightly basis.Which is the LEAST complex approach to use to populate the QA account with the Production account's data and database objects on a nightly basis?
C) 1) Enable replication for each database in the Production account 2) Create replica databases in the QA account 3) Create clones of the replica databases on a nightly basis 4) Run tests directly on those cloned databases
A) 1) Create a share in the Production account for each database 2) Share access to the QA account as a Consumer 3) The QA account creates a database directly from each share 4) Create clones of those databases on a nightly basis 5) Run tests directly on those cloned databases
B) 1) Create a stage in the Production account 2) Create a stage in the QA account that points to the same external object-storage location 3) Create a task that runs nightly to unload each table in the Production account into the stage 4) Use Snowpipe to populate the QA account
D) 1) In the Production account, create an external function that connects into the QA account and returns all the data for one specific table 2) Run the external function as part of a stored procedure that loops through each table in the Production account and populates each table in the QA account

Snowflake ARA-R01 Exam - Topic 3 Question 47 Discussion

Actual exam question for Snowflake's ARA-R01 exam
Question #: 47
Topic #: 3
[All ARA-R01 Questions]

An Architect has chosen to separate their Snowflake Production and QA environments using two separate Snowflake accounts.

The QA account is intended to run and test changes on data and database objects before pushing those changes to the Production account. It is a requirement that all database objects and data in the QA account need to be an exact copy of the database objects, including privileges and data in the Production account on at least a nightly basis.

Which is the LEAST complex approach to use to populate the QA account with the Production account's data and database objects on a nightly basis?

Show Suggested Answer Hide Answer
Suggested Answer: C

This approach is the least complex because it uses Snowflake's built-in replication feature to copy the data and database objects from the Production account to the QA account. Replication is a fast and efficient way to synchronize data across accounts, regions, and cloud platforms. It also preserves the privileges and metadata of the replicated objects. By creating clones of the replica databases, the QA account can run tests on the cloned data without affecting the original dat

a. Clones are also zero-copy, meaning they do not consume any additional storage space unless the data is modified. This approach does not require any external stages, tasks, Snowpipe, or external functions, which can add complexity and overhead to the data transfer process.


Introduction to Replication and Failover

Replicating Databases Across Multiple Accounts

Cloning Considerations

Contribute your Thoughts:

0/2000 characters
Niesha
2 days ago
I think option B could work too, but unloading tables and using Snowpipe seems like it might take longer than just cloning.
upvoted 0 times
...
Flo
7 days ago
I'm not entirely sure about the replication method in option C. It sounds efficient, but I think it might be more complex than just using shares.
upvoted 0 times
...
Annmarie
12 days ago
I remember we discussed using shares in class, so option A seems like it could be the easiest way to keep the QA account updated.
upvoted 0 times
...

Save Cancel