AWS-Certified-Developer-Associate Exam Question 1
A developer uses server-side encryption with Amazon S3 managed encryption keys (SSE-S3) to store data in Amazon S3. The developer needs to decrypt and download the encrypted objects by using the GetObject API call.
What is the LEAST amount of information that the developer must provide in the API call to meet this requirement?
What is the LEAST amount of information that the developer must provide in the API call to meet this requirement?
AWS-Certified-Developer-Associate Exam Question 2
A developer has an Amazon DynamoDB table that must be in provisioned mode to comply with user requirements. The application needs to support the following:
* Average item size: 10 KB
* Item reads each second: 10 strongly consistent
* Item writes each second: 2 transactional
Which read and write capacity cost-effectively meets these requirements?
* Average item size: 10 KB
* Item reads each second: 10 strongly consistent
* Item writes each second: 2 transactional
Which read and write capacity cost-effectively meets these requirements?
AWS-Certified-Developer-Associate Exam Question 3
A developer is writing an AWS Lambda function. The developer wants to log key events that occur during the Lambda function and include a unique identifier to associate the events with a specific function invocation.
Which of the following will help the developer accomplish this objective?
Which of the following will help the developer accomplish this objective?
AWS-Certified-Developer-Associate Exam Question 4
A Developer accesses AWS CodeCommit over SSH. The SSH keys configured to access AWS CodeCommit are tied to a user with the following permissions:

The Developer needs to create/delete branches.
Which specific IAM permissions need to be added, based on the principle of least privilege?

The Developer needs to create/delete branches.
Which specific IAM permissions need to be added, based on the principle of least privilege?
AWS-Certified-Developer-Associate Exam Question 5
A front-end web application is using Amazon Cognito user pools to handle the user authentication flow. A developer is integrating Amazon DynamoDB into the application using the AWS SDK for JavaScript How would the developer securely call the API without exposing the access or secret keys?
