A) Amazon Cognito identify pools and AWS STS
B) Amazon Cognito identity pools and AWS IAM
C) Amazon Cognito user pools and AWS KMS
D) Amazon Cognito user pools and identity pools
Correct Answer
verified
Multiple Choice
A) Place the Lambda function and target group in the same account.
B) Send the request body to the Lambda function with a size less than 1 MB.
C) Include the Base64 encoding status, status code, status description, and headers in the Lambda function.
D) Enable the multi-value headers on the ALB.
Correct Answer
verified
Multiple Choice
A) Create two SQS queues; one for paying members, and one for non-paying members. Poll the paying member queue first and then poll the non-paying member queue.
B) Use SQS to set priorities on individual items within a single queue; give the paying members' videos the highest priority.
C) Use SQS to set priorities on individual items within a single queue and use Amazon SNS to encode the videos.
D) Create two Amazon SNS topics: one for paying members and one for non-paying members. Use SNS topic subscription priorities to differentiate between the two types of members.
Correct Answer
verified
Multiple Choice
A) Add the messages to an Amazon SQS queue. Set up and Amazon EC2 instance to poll the queue and process messages as they arrive.
B) Add the messages to an Amazon SQS queue. Set up Amazon EC2 instances in an Auto Scaling group to poll the queue and process the messages as they arrive.
C) Create a support ticket to increase the Lambda timeout to 60 minutes to allow for increased processing time.
D) Change the application to directly insert the body of the message into an Amazon RDS database.
Correct Answer
verified
Multiple Choice
A) The traces are reaching X-Ray, but the Developer does not have access to view the records.
B) The X-Ray daemon is not installed on the EC2 instance.
C) The X-Ray endpoint specified in the application configuration is incorrect.
D) The instance role does not have "xray:BatchGetTraces" and "xray:GetTraceGraph" permissions.
E) The instance role does not have "xray:PutTraceSegments" and "xray:PutTelemetryRecords" permissions.
Correct Answer
verified
Multiple Choice
A) Configure AWS CloudTrail logging to investigate the invocation failures
B) Configure Dead Letter Queues by sending events to Amazon SQS for investigation
C) Configure Amazon Simple Workflow Service to process any direct unprocessed events
D) Configure AWS Config to process any direct unprocessed events
Correct Answer
verified
Multiple Choice
A) Enable AWS CloudTrail logging and use the logs to map each latency and bottleneck.
B) Enable and configure AWS X-Ray tracing on API Gateway and the Lambda function. Use X-Ray to trace and analyze user requests.
C) Enable Amazon CloudWatch Logs for the Lambda function. Enable execution logs for API Gateway to view and analyze user request logs.
D) Enable VPC Flow Logs to capture and analyze network traffic within the VPC.
Correct Answer
verified
Multiple Choice
A) Amazon DynamoDB Streams
B) Amazon DynamoDB Accelerator
C) Amazon DynamoDB global tables
D) Amazon DynamoDB transactions
Correct Answer
verified
Multiple Choice
A) be used to launch EC2 Instances in any AWS region.
B) only be used to launch EC2 instances in the same country as the AMI is stored.
C) only be used to launch EC2 instances in the same AWS region as the AMI is stored.
D) only be used to launch EC2 instances in the same AWS availability zone as the AMI is stored
Correct Answer
verified
Multiple Choice
A) Copy the documents to a separate S3 bucket that has a lifecycle policy for deletion after 15 minutes.
B) Create a presigned S3 URL using the AWS SDK with an expiration time of 15 minutes.
C) Use server-side encryption with AWS KMS managed keys (SSE-KMS) and download the documents using HTTPS.
D) Modify the S3 bucket policy to only allow specific users to download the documents. Revert the change after 15 minutes.
Correct Answer
verified
Multiple Choice
A) Use an IAM role to assume a role and execute API calls using the role.
B) Create an IAM user to be shared with the entire development team; provide the development team with the access key.
C) Create an IAM user for each developer on the team; provide each developer with a unique access key.
D) Set up a federation through an Amazon Cognito user pool.
Correct Answer
verified
Multiple Choice
A) Use Amazon SQS to invoke the Lambda functions
B) Use an AWS Step Functions activity to run the Lambda functions
C) Use Amazon SNS to trigger the Lambda functions
D) Use an AWS Step Functions state machine to orchestrate the Lambda functions
Correct Answer
verified
Multiple Choice
A) AWS IAM
B) Amazon Cognito identity pools
C) Amazon Cognito user pools
D) AWS Directory Service
Correct Answer
verified
Multiple Choice
A) Store the connection string as a secret in AWS Secrets Manager.
B) Store the connection string in an IAM user account.
C) Store the connection string in AWS KMS.
D) Store the connection string as a Lambda layer.
Correct Answer
verified
Multiple Choice
A) Use S3 default encryption using Advanced Encryption Standard-256 (AES-256) on the destination bucket.
B) Use Amazon Cognito for authorization and authentication to ensure the security of the application and documents.
C) Use AWS Lambda to encrypt and decrypt objects as they are placed into the S3 bucket.
D) Use client-side encryption/decryption with Amazon S3 and AWS KMS.
Correct Answer
verified
Multiple Choice
A) Change the existing Lambda function handling the uploads to create thumbnails at the time of upload. Have the function store both the image and thumbnail in Amazon S3.
B) Create a second Lambda function that handles thumbnail generation and storage. Change the existing Lambda function to invoke it asynchronously.
C) Create an S3 event notification with a Lambda function destination. Create a new Lambda function to generate and store thumbnails.
D) Create an S3 event notification to an SQS Queue. Create a scheduled Lambda function that processes the queue, and generates and stores thumbnails.
Correct Answer
verified
Multiple Choice
A) Perl
B) PHP
C) Pascal
D) Java
E) SQL
Correct Answer
verified
Multiple Choice
A) Use the AWS CLI to retrieve the IAM group.
B) Query Amazon EC2 metadata for in-line IAM policies.
C) Request a token from AWS STS, and perform a describe action.
D) Perform a get action using the --dry-run argument. Perform a get action using the --dry-run argument.
E) Validate the IAM role policy with the IAM policy simulator.
Correct Answer
verified
Multiple Choice
A) Create a Docker image that runs the X-Ray daemon.
B) Add instrumentation to the application code for X-Ray.
C) Install the X-Ray daemon on the underlying EC2 instance.
D) Configure and use an IAM EC2 instance role.
E) Register the application with X-Ray.
F) Configure and use an IAM role for tasks.
Correct Answer
verified
Multiple Choice
A) A Lambda@Edge function
B) An Amazon API Gateway with a Lambda function
C) An exposed GET method in an Amazon API Gateway
D) An exposed GET method in the Lambda function
E) An exposed GET method in Amazon Route 53
Correct Answer
verified
Showing 81 - 100 of 470
Related Exams