ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 662 - SAP-C01 discussion

Report
Export

While debugging a backend application for an IoT system that supports globally distributed devices, a Solutions Architect notices that stale data is occasionally being sent to user devices. Devices often share data, and stale data does not cause issues in most cases. However, device operations are disrupted when a device reads the stale data after an update.

The global system has multiple identical application stacks deployed in different AWS Regions. If a user device travels out of its home geographic region, it will always connect to the geographically closest AWS Region to write or read data.

The same data is available in all supported AWS Regions using an Amazon DynamoDB global table.

What change should be made to avoid causing disruptions in device operations?

A.
Update the backend to use strongly consistent reads. Update the devices to always write to and read from their home AWS Region.
Answers
A.
Update the backend to use strongly consistent reads. Update the devices to always write to and read from their home AWS Region.
B.
Enable strong consistency globally on a DynamoDB global table. Update the backend to use strongly consistent reads.
Answers
B.
Enable strong consistency globally on a DynamoDB global table. Update the backend to use strongly consistent reads.
C.
Switch the backend data store to Amazon Aurora MySQL with cross-region replicas. Update the backend to always write to the master endpoint.
Answers
C.
Switch the backend data store to Amazon Aurora MySQL with cross-region replicas. Update the backend to always write to the master endpoint.
D.
Select one AWS Region as a master and perform all writes in that AWS Region only. Update the backend to use strongly consistent reads.
Answers
D.
Select one AWS Region as a master and perform all writes in that AWS Region only. Update the backend to use strongly consistent reads.
Suggested answer: A
asked 16/09/2024
Lea Kohl
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first