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 865 discussion

A company's near-real-time streaming application is running on AWS. As the data is ingested, a job runs on the data and takes 30 minutes to complete. The workload frequently experiences high latency due to large amounts of incoming data. A solutions architect needs to design a scalable and serverless solution to enhance performance.

Which combination of steps should the solutions architect take? (Choose two.)

  • A. Use Amazon Kinesis Data Firehose to ingest the data.
  • B. Use AWS Lambda with AWS Step Functions to process the data.
  • C. Use AWS Database Migration Service (AWS DMS) to ingest the data.
  • D. Use Amazon EC2 instances in an Auto Scaling group to process the data.
  • E. Use AWS Fargate with Amazon Elastic Container Service (Amazon ECS) to process the data.
Show Suggested Answer Hide Answer
Suggested Answer: AE 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Scheldon
4 months, 2 weeks ago
Selected Answer: AE
AnswerAE Amazon Kinesis data firehose for data ingesting, and hence output cannot go to EC2, hence Fargate with ECS.
upvoted 2 times
...
Hkayne
5 months, 4 weeks ago
Selected Answer: AE
A is correct for ingesting data. B or E both choises are serverless but the difference is the lambda maximum execution time is 15 minutes. So the right option is E. A and E
upvoted 2 times
...
Awsbeginner87
6 months, 2 weeks ago
Selected Answer: AE
A-ingesting real-time data E- serverless option ECS+fargate
upvoted 3 times
...
xBUGx
6 months, 2 weeks ago
Selected Answer: AE
Lambda maxed to 15mins
upvoted 3 times
JoeTromundo
2 weeks, 5 days ago
But through Step Functions it would be possible to divide a long task, lasting more than 15 minutes, into multiple Lambda invocations with a maximum duration of 15 minutes.
upvoted 1 times
...
...
AlvinC2024
6 months, 2 weeks ago
Selected Answer: AE
The maximum run time for lambda is 15 mins.
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 ...