ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 17 - ADA-C01 discussion

Report
Export

A company enabled replication between accounts and is ready to replicate data across regions in the same cloud service provider.

The primary database object is : PROD_AWS_EAST. Location : AWS_EAST

The secondary database object is : PROD_AWS_WEST. Location : AWS_WEST

What command and account location is needed to refresh the data?

A.
Location : AWS_WEST Command : REFRESH DATABASE PROD_AWS WEST REFRESH;
Answers
A.
Location : AWS_WEST Command : REFRESH DATABASE PROD_AWS WEST REFRESH;
B.
Location : AWS_WEST Command : ALTER DATABASE PROD AWS WEST REFRESH;
Answers
B.
Location : AWS_WEST Command : ALTER DATABASE PROD AWS WEST REFRESH;
C.
Location : AWS_EAST Command : REFRESH DATABASE PROD_AWS_WEST REFRESH;
Answers
C.
Location : AWS_EAST Command : REFRESH DATABASE PROD_AWS_WEST REFRESH;
D.
Location : AWS EAST Command: ALTER DATABASE PROD_AWS_WEST REFRESH;
Answers
D.
Location : AWS EAST Command: ALTER DATABASE PROD_AWS_WEST REFRESH;
Suggested answer: A

Explanation:

The REFRESH DATABASE command is used to refresh a secondary database with the latest data and metadata from the primary database1. The command must be executed in the target account where the secondary database resides2. Therefore, the answer is A, as the location is AWS_WEST and the command is REFRESH DATABASE PROD_AWS_WEST REFRESH. The other options are incorrect because they either use the wrong location, the wrong command, or the wrong database name.

asked 23/09/2024
Paul Bryant
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first