Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Que 1

A gaming website gives users the ability to trade game items with each other on the platform. The
platform requires both users' records to be updated and persisted in one transaction. If any update
fails, the transaction must roll back. Which AWS solution can provide the transactional capability
that is required for this feature?

 Amazon DynamoDB with reads and writes made by using Transact* operations Most Voted

Que 2

A developer has created a Java application that makes HTTP requests directly to AWS services.
Application logging shows 5xx HTTP response codes that occur at irregular intervals. The errors are
affecting users. How should the developer update the application to improve the application's
resiliency?

 Use the AWS SDK for Java to interact with AWS APIs.

Que 3

A global company has a mobile app with static data stored in an Amazon S3 bucket in the us-east-1
Region. The company serves the content through an Amazon CloudFront distribution. The company
is launching the mobile app in South Africa. The data must reside in the af-south-1 Region. The
company does not want to deploy a specific mobile client for South Africa. What should the
company do to meet these requirements?

 Create a Lambda@Edge function. Associate the Lambda@Edge function as an origin request


trigger with the CloudFront distribution to change the S3 origin Region.

You might also like