Medium1 markMultiple Choice
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)
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
Q01A global enterprise is designing a multi-region network architecture connecting 50 AWS accounts a...HardQ02A company is migrating its hybrid network to AWS. They have two 10 Gbps AWS Direct Connect connec...HardQ03An enterprise has 100 AWS accounts in AWS Organizations. The security team mandates that all Amaz...MediumQ04A financial company requires that all EBS volumes, S3 buckets, and RDS databases be encrypted usi...EasyQ05An enterprise is designing a disaster recovery strategy for a critical application running on Ama...Hard
Expert