exam questions

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 549 discussion

A company is designing an application. The application uses an AWS Lambda function to receive information through Amazon API Gateway and to store the information in an Amazon Aurora PostgreSQL database.
During the proof-of-concept stage, the company has to increase the Lambda quotas significantly to handle the high volumes of data that the company needs to load into the database. A solutions architect must recommend a new design to improve scalability and minimize the configuration effort.
Which solution will meet these requirements?

  • A. Refactor the Lambda function code to Apache Tomcat code that runs on Amazon EC2 instances. Connect the database by using native Java Database Connectivity (JDBC) drivers.
  • B. Change the platform from Aurora to Amazon DynamoDB. Provision a DynamoDB Accelerator (DAX) cluster. Use the DAX client SDK to point the existing DynamoDB API calls at the DAX cluster.
  • C. Set up two Lambda functions. Configure one function to receive the information. Configure the other function to load the information into the database. Integrate the Lambda functions by using Amazon Simple Notification Service (Amazon SNS).
  • D. Set up two Lambda functions. Configure one function to receive the information. Configure the other function to load the information into the database. Integrate the Lambda functions by using an Amazon Simple Queue Service (Amazon SQS) queue.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
BlassArun
Highly Voted 3 years, 5 months ago
Ans is D
upvoted 8 times
...
jw1806
Most Recent 2 years, 8 months ago
Selected Answer: B
DynamoDB seems to be a good choice.
upvoted 1 times
...
esinan
3 years, 1 month ago
Selected Answer: D
scalability = SQS
upvoted 4 times
...
Mrtn_Fgra
3 years, 3 months ago
Why not B?
upvoted 2 times
naveenagurjara
2 years, 11 months ago
SQL to NoSQL? not possible.
upvoted 3 times
...
fedeX
2 years, 9 months ago
It needs DMS to get to DynamoDB
upvoted 1 times
...
...
Siraf
3 years, 3 months ago
Ans is D
upvoted 1 times
...
Robert_B
3 years, 4 months ago
Selected Answer: D
D is correct, bottlenecks can be avoided with queues (SQS).
upvoted 4 times
...
MikeDuB
3 years, 5 months ago
Process of elimination, D
upvoted 3 times
...
tototo
3 years, 5 months ago
Selected Answer: D
Answer is Q
upvoted 1 times
downlinkvip
3 years, 5 months ago
Can you explain why
upvoted 3 times
Kelvin_ke
2 years, 11 months ago
SQS is used in decoupling applications to improve performance by distributing load
upvoted 1 times
...
...
...
hmc929
3 years, 5 months ago
D is the answer
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 ...