PrepAway - Latest Free Exam Questions & Answers

Category: AWS Certified Developer – Associate

Exam AWS Certified Developer – Associate

Which AWS Service can help refactor and manage the state machine?

A current architecture uses many Lambda functions invoking one another as a large state machine. The coordination of this state machine is legacy custom code that breaks easily. Which AWS Service can help refactor and manage the state machine? A. AWS Data Pipeline B. AWS SNS with AWS SQS C. Amazon Elastic MapReduce D. AWS […]

After testing the Lambda function, the Developer notices that the Lambda execution time is much longer than ex

A Developer has implemented a Lambda function that needs to add new customers to an RDS database that is expected to run hundreds of times per hour. The Lambda function is configured to use 512MB of RAM and is based on the following pseudo code: After testing the Lambda function, the Developer notices that the […]

Assuming the SQS queue is configured with the default VisibilityTimeout value, what is the BEST way, upon rece

An application takes 40 seconds to process instructions received in an Amazon SQS message. Assuming the SQS queue is configured with the default VisibilityTimeout value, what is the BEST way, upon receiving a message, to ensure that no other instances can retrieve a message that has already been processed or is currently being processed? A. […]

A Developer is creating a web application that requires authentication, but also needs to support guest access

A Developer is creating a web application that requires authentication, but also needs to support guest access to provide users limited access without having to authenticate. What service can provide support for the application to allow guest access? A. IAM temporary credentials using AWS STS. B. Amazon Directory Service C. Amazon Cognito with unauthenticated access […]

What are the steps to using the AWS CLI to launch a templatized serverless application?

What are the steps to using the AWS CLI to launch a templatized serverless application? A. Use AWS CloudFormation get-template then CloudFormation execute-change-set. B. Use AWS CloudFormation validate-template then CloudFormation create-change-set. C. Use AWS CloudFormation package then CloudFormation deploy. D. Use AWS CloudFormation create-stack then CloudFormation update-stack. Reference: https://github.com/awslabs/aws-sam-cli

A Developer has written a serverless application using multiple AWS services. The business logic is written as

A Developer has written a serverless application using multiple AWS services. The business logic is written as a Lambda function which has dependencies on third-party libraries. The Lambda function endpoints will be exposed using Amazon API Gateway. The Lambda function will write the information to Amazon DynamoDB. The Developer is ready to deploy the application […]

Which field, when used as the partition key, would result in the MOST consistent performance using DynamoDB?

A Developer is working on an application that tracks hundreds of millions of product reviews in an Amazon DynamoDB table. The records include the data elements shown in the table: Which field, when used as the partition key, would result in the MOST consistent performance using DynamoDB? A. starRating B. reviewID C. comment D. productID

Which method would be the MOST secure way to authenticate a CloudWatch PUT request?

A Developer is creating an Auto Scaling group whose instances need to publish a custom metric to Amazon CloudWatch. Which method would be the MOST secure way to authenticate a CloudWatch PUT request? A. Create an IAM user with PutMetricData permission and put the user credentials in a private repository; have applications pull the credentials […]

What is the MOST likely cause of this situation?

A Developer has created an S3 bucket s3://mycoolapp and has enabled server across logging that points to the folder s3://mycoolapp/logs. The Developer moved 100 KB of Cascading Style Sheets (CSS) documents to the folder s3://mycoolapp/css, and then stopped work. When the developer came back a few days later, the bucket was 50 GB. What is […]

Which AWS service should the Developer use to support this authentication scenario?

A Developer created a dashboard for an application using Amazon API Gateway, Amazon S3, AWS Lambda, and Amazon RDS. The Developer needs an authentication mechanism allowing a user to sign in and view the dashboard. It must be accessible from mobile applications, desktops, and tablets, and must remember user preferences across platforms. Which AWS service […]


Page 2 of 212