Medium1 markMultiple Choice
Domain 4.4: Modernization RequirementsModernizationAppSyncDynamoDB

AWS SAP-C02 · Question 63 · Domain 4.4: Modernization Requirements

A company is designing a serverless application using AWS AppSync and Amazon DynamoDB. The application requires real-time updates to be pushed to thousands of connected mobile clients whenever data in DynamoDB changes. Which combination of features should be used? (Select TWO)

Answer options:

A.

Enable DynamoDB Streams on the table.

B.

Use Amazon SNS to send push notifications to the mobile clients.

C.

Use AppSync Subscriptions to push real-time updates to the clients.

D.

Configure API Gateway WebSockets.

E.

Use Amazon Kinesis Data Streams.

F.

Poll the DynamoDB table every second from the mobile clients.

How to approach this question

Identify the GraphQL real-time feature and the database change capture feature.

Full Answer

DynamoDB Streams capture changes to the database. AWS AppSync Subscriptions use WebSockets to automatically push these real-time data updates to connected GraphQL clients.

Common mistakes

Choosing API Gateway WebSockets when AppSync is already being used.

Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 7

75 questions · hints · full answers · grading

More questions from this exam