Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 784 discussion

A company's marketing data is uploaded from multiple sources to an Amazon S3 bucket. A series of data preparation jobs aggregate the data for reporting. The data preparation jobs need to run at regular intervals in parallel. A few jobs need to run in a specific order later.

The company wants to remove the operational overhead of job error handling, retry logic, and state management.

Which solution will meet these requirements?

  • A. Use an AWS Lambda function to process the data as soon as the data is uploaded to the S3 bucket. Invoke other Lambda functions at regularly scheduled intervals.
  • B. Use Amazon Athena to process the data. Use Amazon EventBridge Scheduler to invoke Athena on a regular internal.
  • C. Use AWS Glue DataBrew to process the data. Use an AWS Step Functions state machine to run the DataBrew data preparation jobs.
  • D. Use AWS Data Pipeline to process the data. Schedule Data Pipeline to process the data once at midnight.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
agg42
Highly Voted 7 months, 2 weeks ago
Selected Answer: C
data preparation = Glue DataBrew https://docs.aws.amazon.com/databrew/latest/dg/what-is.html state handling = DataBrew with Step Functions https://docs.aws.amazon.com/step-functions/latest/dg/connect-databrew.html
upvoted 9 times
...
Andy_09
Highly Voted 8 months, 1 week ago
Option C
upvoted 8 times
...
Scheldon
Most Recent 3 months, 3 weeks ago
Selected Answer: C
AnswerC With Step Functions' built-in controls, you can examine the state of each step in your workflow to make sure that your application runs in order and as expected. https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html AWS Glue is a serverless data integration service that makes it easy for analytics users to discover, prepare, move, and integrate data from multiple sources. https://docs.aws.amazon.com/glue/latest/dg/what-is-glue.html
upvoted 2 times
...
asdfcdsxdfc
7 months, 2 weeks ago
Selected Answer: C
c looks correct
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 ...