Exam DVA-C02 Topic 2 Question 6 Discussion
Actual exam question for Amazon's DVA-C02 exam
Question #: 6
Topic #: 2
Question #: 6
Topic #: 2
A developer needs to build and deploy a serverless application that has an API that mobile clients will use. The API will use Amazon DynamoDB and Amazon OpenSearch Service as data sources. Responses that are sent to the clients will contain aggregated data from both data sources.
The developer must minimize the number of API endpoints and must minimize the number of API calls that are required to retrieve the necessary data.
Which solution should the developer use to meet these requirements?
The developer must minimize the number of API endpoints and must minimize the number of API calls that are required to retrieve the necessary data.
Which solution should the developer use to meet these requirements?
Suggested Answer: A Vote an answer
Using AWS AppSync with a GraphQL API allows the developer to aggregate data from multiple sources (such as DynamoDB and OpenSearch Service) and return a single response to the client. This minimizes the number of API endpoints and API calls, making it ideal for mobile clients requiring efficient data access.
by Hunter at Mar 30, 2026, 07:13 AM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).