Multiple Choice
A company is developing a serverless ecommerce web application. The application needs to make coordinated, all-or-nothing changes to multiple items in the company's inventory table in Amazon DynamoDB. Which solution will meet these requirements?
A) Enable transactions for the DynamoDB table. Use the BatchWriteItem operation to update the items.
B) Use the TransactWriteItems operation to group the changes. Update the items in the table.
C) Set up a FIFO queue using Amazon SQS. Group the changes in the queue. Update the table based on the grouped changes.
D) Create a transaction table in an Amazon Aurora DB cluster to manage the transactions. Write a backend process to sync the Aurora DB table and the DynamoDB table.
Correct Answer:

Verified
Correct Answer:
Verified
Q259: An application that is deployed to Amazon
Q260: A company needs a new REST API
Q261: A company has 25,000 employees and is
Q262: A company needs to distribute firmware updates
Q263: An application running on multiple Amazon EC2
Q265: A developer must build a mobile application
Q266: A development team consists of 10 team
Q267: A Developer is writing an application that
Q268: In a multi-container Docker environment in AWS
Q269: A developer is writing an application that