ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 401 - SAA-C03 discussion

Report
Export

The customers of a finance company request appointments with financial advisors by sending text messages. A web application that runs on Amazon EC2 instances accepts the appointment requests. The text messages are published to an Amazon Simple Queue Service (Amazon SQS) queue through the web application. Another application that runs on EC2 instances then sends meeting invitations and meeting confirmation email messages to the customers. After successful scheduling, this application stores the meeting information in an Amazon DynamoDB database. As the company expands, customers report that their meeting invitations are taking longer to arrive.

What should a solutions architect recommend to resolve this issue?

A.
Add a DynamoDB Accelerator (DAX) cluster in front of the DynamoDB database.
Answers
A.
Add a DynamoDB Accelerator (DAX) cluster in front of the DynamoDB database.
B.
Add an Amazon API Gateway API in front of the web application that accepts the appointment requests.
Answers
B.
Add an Amazon API Gateway API in front of the web application that accepts the appointment requests.
C.
Add an Amazon CloudFront distribution. Set the origin as the web application that accepts the appointment requests.
Answers
C.
Add an Amazon CloudFront distribution. Set the origin as the web application that accepts the appointment requests.
D.
Add an Auto Scaling group for the application that sends meeting invitations. Configure the Auto Scaling group to scale based on the depth of the SQS queue.
Answers
D.
Add an Auto Scaling group for the application that sends meeting invitations. Configure the Auto Scaling group to scale based on the depth of the SQS queue.
Suggested answer: D

Explanation:

To resolve the issue of longer delivery times for meeting invitations, the solutions architect can recommend adding an Auto Scaling group for the application that sends meeting invitations and configuring the Auto Scaling group to scale based on the depth of the SQS queue. This will allow the application to scale up as the number of appointment requests increases, improving the performance and delivery times of the meeting invitations.

asked 16/09/2024
Delano van Kleinwee
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first