Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam ADA-C02 Topic 1 Question 42 Discussion

Actual exam question for Snowflake's ADA-C02 exam
Question #: 42
Topic #: 1
A Snowflake organization MYORG consists of two Snowflake accounts:
Account Name Snowflake Region Snowflake Edition
ACCOUNT1 AWS_EU_WEST_2 ENTERPRISE
ACCOUNT2 AZURE_WESTEUROPE STANDARD
The ACCOUNT1 has a database PROD_DB and the ORGADMIN role enabled.
Management wants to have the PROD_DB database replicated to ACCOUNT2.
Are there any necessary configuration steps in ACCOUNT1 before the database replication can be configured and initiated in ACCOUNT2?

Suggested Answer: B Vote an answer

Replication between accounts requires both accounts to have replication enabled. Since ACCOUNT1 (Enterprise) replicates to ACCOUNT2 (Standard), the edition mismatch must be explicitly overridden. The correct configuration in ACCOUNT1 is to enable account-level database replication using SYSTEM$GLOBAL_ACCOUNT_SET_PARAMETER and then issue ALTER DATABASE PROD_DB ENABLE REPLICATION TO ACCOUNTS MYORG.ACCOUNT2 IGNORE EDITION CHECK;. The IGNORE EDITION CHECK clause is mandatory because Snowflake editions differ between the two accounts.

by Christopher at May 13, 2026, 10:32 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.