ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 33 - DAS-C01 discussion

Report
Export

A company is building a data lake and needs to ingest data from a relational database that has time-series data. The company wants to use managed services to accomplish this. The process needs to be scheduled daily and bring incremental data only from the source into Amazon S3.

What is the MOST cost-effective approach to meet these requirements?

A.
Use AWS Glue to connect to the data source using JDBC Drivers. Ingest incremental records only using job bookmarks.
Answers
A.
Use AWS Glue to connect to the data source using JDBC Drivers. Ingest incremental records only using job bookmarks.
B.
Use AWS Glue to connect to the data source using JDBC Drivers. Store the last updated key in an Amazon DynamoDB table and ingest the data using the updated key as a filter.
Answers
B.
Use AWS Glue to connect to the data source using JDBC Drivers. Store the last updated key in an Amazon DynamoDB table and ingest the data using the updated key as a filter.
C.
Use AWS Glue to connect to the data source using JDBC Drivers and ingest the entire dataset. Use appropriate Apache Spark libraries to compare the dataset, and find the delta.
Answers
C.
Use AWS Glue to connect to the data source using JDBC Drivers and ingest the entire dataset. Use appropriate Apache Spark libraries to compare the dataset, and find the delta.
D.
Use AWS Glue to connect to the data source using JDBC Drivers and ingest the full data. Use AWS DataSync to ensure the delta only is written into Amazon S3.
Answers
D.
Use AWS Glue to connect to the data source using JDBC Drivers and ingest the full data. Use AWS DataSync to ensure the delta only is written into Amazon S3.
Suggested answer: B
asked 16/09/2024
John Tourloukis
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first