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

A company runs a microservice-based serverless web application. The application must be able to retrieve data from multiple Amazon DynamoDB tables A solutions architect needs to give the application the ability to retrieve the data with no impact on the baseline performance of the application.

Which solution will meet these requirements in the MOST operationally efficient way?

  • A. AWS AppSync pipeline resolvers
  • B. Amazon CloudFront with Lambda@Edge functions
  • C. Edge-optimized Amazon API Gateway with AWS Lambda functions
  • D. Amazon Athena Federated Query with a DynamoDB connector
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
elmogy
Highly Voted 1 year, 9 months ago
just passed yesterday 30-05-23, around 75% of the exam came from here, some with light changes.
upvoted 36 times
...
omoakin
Highly Voted 1 year, 9 months ago
Great work made it to the last question. Goodluck to you all
upvoted 20 times
cyber_bedouin
1 year, 4 months ago
Thanks. Do you think the questions after 500 after relevant, they seem to be above associate level (harder)
upvoted 10 times
...
Drew3000
11 months, 2 weeks ago
I am jealous that 10 months ago there were only 523 questions :(
upvoted 10 times
Awsbeginner87
11 months, 2 weeks ago
right...how to go through 840 questions :(
upvoted 3 times
Rhydian25
8 months, 2 weeks ago
Currently 904 :')
upvoted 5 times
4729e6c
1 month, 1 week ago
1019 now and hard to finish them all in a month :(
upvoted 3 times
37a869e
4 days, 13 hours ago
The first 25% is free though. "Only" 765 questions to do in a month. But not sure I'm gonna make it
upvoted 1 times
...
...
...
...
Awsbeginner87
11 months, 2 weeks ago
moderators answer is wrong for many questions.which one should we consider:(
upvoted 1 times
...
...
MostofMichelle
1 year, 9 months ago
good luck to you as well.
upvoted 6 times
...
...
CTao
Most Recent 1 month ago
Selected Answer: A
AWS AppSync: It provides a managed GraphQL service that simplifies data access across multiple sources, including DynamoDB tables.
upvoted 1 times
...
4729e6c
1 month, 1 week ago
Selected Answer: A
Deepseek and Qwen are just published and they both say A.
upvoted 1 times
...
FlyingHawk
1 month, 2 weeks ago
Selected Answer: A
AWS AppSync is a managed GraphQL service that allows applications to query multiple data sources, such as DynamoDB tables, in a single API call. It is highly efficient and does not require maintaining backend infrastructure. Pipeline resolvers in AppSync enable the combination of multiple resolvers to fetch data from different sources, aggregate the data, and return it in a single response. This approach is operationally efficient, has minimal impact on baseline performance, and is designed for applications interacting with multiple DynamoDB tables. https://docs.aws.amazon.com/appsync/latest/devguide/tutorial-pipeline-resolvers.html
upvoted 1 times
...
FlyingHawk
2 months, 4 weeks ago
Why the suggested answer is D? I read the comments, feel A is more suitable as the requirement is to give the application the ability to retrieve the data with no impact on the baseline performance of the application. D might have affect the baseline performance, A is more effective
upvoted 2 times
...
LeonSauveterre
3 months ago
Selected Answer: A
A - Correct. Retrieves data from multiple data sources. B - Incorrect. Lambda@Edge extends serverless processing to CloudFront, but it is typically used for content manipulation, caching, or geographic distribution. C - That works but requires a lot of things to do manually. Why C when you can do with A? D - Amazon Athena Federated Query is designed for ad hoc querying of data across different sources BUT it has impact on performance, and not operationally efficient. PS: "ad hoc" means "for this specific purpose". Such requests can lack efficiency for repetitive tasks because it's not optimized or automated, since they're naturally exploratory or tailored to specific immediate needs.
upvoted 2 times
...
kevindu
6 months, 3 weeks ago
Selected Answer: A
Is there anyone who has recently passed the exam who can tell me approximately how many of the original questions are in the actual exam?
upvoted 3 times
...
use4u
10 months, 3 weeks ago
let me know for most of questions that system answer are correct or comment answer are correct?
upvoted 2 times
Sergiuss95
10 months, 2 weeks ago
Comment answer
upvoted 1 times
...
...
osmk
1 year ago
Selected Answer: D
https://docs.amazonaws.cn/en_us/athena/latest/ug/connect-to-a-data-source.html
upvoted 6 times
FlyingHawk
1 month, 2 weeks ago
Athena queries are serverless and scalable but are not optimized for low-latency, high-concurrency scenarios typically required for a microservice-based operational web application. Additionally, query execution time and costs can become a concern if frequent access to DynamoDB tables is required.
upvoted 2 times
...
...
upliftinghut
1 year, 1 month ago
Selected Answer: D
key word is most operational effective => D requires no coding
upvoted 3 times
...
awsgeek75
1 year, 1 month ago
Selected Answer: D
I'll go with D as ABC looks too much work or irrelevant. Although not sure how AFQ actually achieves the read without impacting performance.
upvoted 2 times
...
pentium75
1 year, 2 months ago
Selected Answer: D
Not A - Pipe Resolvers require coding, would not consider that 'operationally efficient' Not B - CloudFront caches web content at the edge, not DynamoDB query results for apps Not C - Neither API Gateway or Lambda have anything to do with DynamoDB performance D - Can do exactly that
upvoted 8 times
...
aws94
1 year, 2 months ago
Selected Answer: A
I am not an expert but I used Bing+Gemini+Chatgbt=AAA
upvoted 2 times
...
ekisako
1 year, 3 months ago
Selected Answer: A
multiple database tables = AppSync pipeline resolvers
upvoted 7 times
...
hungta
1 year, 3 months ago
Selected Answer: B
For an operationally efficient solution that minimizes impact on baseline performance in a microservice-based serverless web application retrieving data from multiple DynamoDB tables, Amazon CloudFront with Lambda@Edge functions (Option B) is often the most suitable choice
upvoted 1 times
pentium75
1 year, 2 months ago
CloudFront to retrieve data from DynamoDB tables?
upvoted 4 times
...
...
thanhnv142
1 year, 4 months ago
D is correct. There is contruction of how to retrive data from DynamoDB with Anthena https://docs.aws.amazon.com/athena/latest/ug/connect-to-a-data-source.html
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago