exam questions

Exam AWS Certified Data Analytics - Specialty All Questions

View all questions & answers for the AWS Certified Data Analytics - Specialty exam

Exam AWS Certified Data Analytics - Specialty topic 1 question 42 discussion

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.
  • 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.
  • 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.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
paul0099
Highly Voted 3 years, 11 months ago
Seems answer is A
upvoted 27 times
...
zeronine
Highly Voted 3 years, 11 months ago
my answer is A
upvoted 9 times
...
skb0071
Most Recent 1 year, 8 months ago
It's B. Glue job bookmark option is for S3 not for database.
upvoted 1 times
...
RollingGemini
1 year, 12 months ago
Selected Answer: A
Of course A
upvoted 1 times
...
juanife
2 years, 2 months ago
Undoubtedly it's A.
upvoted 1 times
...
pk349
2 years, 3 months ago
A: I passed the test
upvoted 1 times
...
anjuvinayan
2 years, 4 months ago
Answer is A Since Glue has the Job bookmark option to save the info regarding the last load, this can be used when starting next load so that duplicates are not inserted.
upvoted 1 times
...
renfdo
2 years, 8 months ago
Selected Answer: A
I'm sure it's A. Follow documnet explain about JDBC source. https://docs.aws.amazon.com/glue/latest/dg/monitor-continuations.html
upvoted 2 times
...
cloudlearnerhere
2 years, 9 months ago
Selected Answer: A
Correct answer is A as AWS Glue can be used to export the data from the relational database incrementally using job bookmarks in a cost-effective way.
upvoted 2 times
...
Arka_01
2 years, 10 months ago
Selected Answer: A
Incremental Data and Managed Service, these are the two key words here. So AWS Glue with Job Bookmark will do the trick.
upvoted 1 times
...
rocky48
3 years ago
Selected Answer: A
Selected Answer: A
upvoted 1 times
...
Bik000
3 years, 3 months ago
Selected Answer: A
My Answer is A
upvoted 1 times
...
moon2351
3 years, 5 months ago
Selected Answer: A
Answer is A
upvoted 2 times
...
KnightVictor
3 years, 5 months ago
Answer is A. why to use other services when Glue itself can perform the desired functions as per the question
upvoted 1 times
...
Shraddha
3 years, 9 months ago
Ans A This is a textbook question.
upvoted 2 times
...
lostsoul07
3 years, 9 months ago
A is the right answer
upvoted 2 times
...
saabji
3 years, 9 months ago
A. Job bookmarks are implemented for JDBC data sources, the Relationalize transform, and some Amazon Simple Storage Service (Amazon S3) sources
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...