ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 53 - BDS-C00 discussion

Report
Export

A company uses Amazon Redshift for its enterprise data warehouse. A new on-premises PostgreSQL OLTP DB must be integrated into the data warehouse. Each table in the PostgreSQL DB has an indexed last_modified timestamp column. The data warehouse has a staging layer to load source data into the data warehouse environment for further processing.

The data lag between the source PostgreSQL DB and the Amazon Redshift staging layer should NOT exceed four hours. What is the most efficient technique to meet these requirements?

A.
Create a DBLINK on the source DB to connect to Amazon Redshift. Use a PostgreSQL trigger on the source table to capture the new insert/update/deleteevent and execute the event on the Amazon Redshift staging table.
Answers
A.
Create a DBLINK on the source DB to connect to Amazon Redshift. Use a PostgreSQL trigger on the source table to capture the new insert/update/deleteevent and execute the event on the Amazon Redshift staging table.
B.
Use a PostgreSQL trigger on the source table to capture the new insert/update/delete event and write it to Amazon Kinesis Streams. Use a KCL applicationto execute the event on the Amazon Redshift staging table.
Answers
B.
Use a PostgreSQL trigger on the source table to capture the new insert/update/delete event and write it to Amazon Kinesis Streams. Use a KCL applicationto execute the event on the Amazon Redshift staging table.
C.
Extract the incremental changes periodically using a SQL query. Upload the changes to multiple Amazon Simple Storage Service (S3) objects, and run theCOPY command to load to the Amazon Redshift staging layer.
Answers
C.
Extract the incremental changes periodically using a SQL query. Upload the changes to multiple Amazon Simple Storage Service (S3) objects, and run theCOPY command to load to the Amazon Redshift staging layer.
D.
Extract the incremental changes periodically using a SQL query. Upload the changes to a single Amazon Simple Storage Service (S3) object, and run theCOPY command to load to the Amazon Redshift staging layer.
Answers
D.
Extract the incremental changes periodically using a SQL query. Upload the changes to a single Amazon Simple Storage Service (S3) object, and run theCOPY command to load to the Amazon Redshift staging layer.
Suggested answer: C
asked 16/09/2024
Evgeniy Lyashonkov
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first