- (Exam Topic 2)
Queries to an Amazon DynamoDB table are consuming a large amount of read capacity. The table has a significant number of large attributes. The application does not need all of the attribute data.
How can DynamoDB costs be minimized while maximizing application performance?
Correct Answer:
C
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/query-api-troubleshooting.html
- (Exam Topic 2)
A Developer must analyze performance issues with production-distributed applications written as AWS Lambda functions. These distributed Lambda applications invoke other components that make up the applications.
How should the Developer identify and troubleshoot the root cause of the performance issues in production?
Correct Answer:
C
https://aws.amazon.com/blogs/developer/new-analyze-and-debug-distributed-applications-interactively-using-aw
- (Exam Topic 2)
A developer is migrating code to an AWS Lambda function that will access an Amazon Aurora MySQL database.
What is the MOST secure way to authenticate the function to the database?
Correct Answer:
B
- (Exam Topic 1)
Company D is running their corporate website on Amazon S3 accessed from http//www.companyd.com. Their marketing team has published new web fonts to a separate S3 bucket accessed by the S3 endpoint
https://s3-us-west-1.amazonaws.com/cdfonts. While testing the new web fonts, Company D recognized the
web fonts are being blocked by the browser.
What should Company D do to prevent the web fonts from being blocked by the browser?
Correct Answer:
D
https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html
- (Exam Topic 1)
A Developer is designing a fault-tolerant environment where client sessions will be saved. How can the Developer ensure that no sessions are lost if an Amazon EC2 instance fails?
Correct Answer:
C