A) AWS Lambda
B) Amazon Cognito
C) AWS IAM
D) Amazon EC2
Correct Answer
verified
Multiple Choice
A) ap-northeast-1
B) us-west-2
C) us-east-1
D) eu-west-1
E) us-central-1
Correct Answer
verified
Multiple Choice
A) Use an Application Load Balancer and the X-Forwarded-For headers.
B) Use a Network Load Balancer (NLB) . Enable proxy protocol support on the NLB and the target application.
C) Use an Application Load Balancer. Register the targets by the instance ID.
D) Use a Network Load Balancer and the X-Forwarded-For headers.
Correct Answer
verified
Multiple Choice
A) Amazon EC2 VPC Flow Logs
B) Amazon CloudWatch Logs
C) Amazon CloudSearch
D) AWS CloudTrail
Correct Answer
verified
Multiple Choice
A) Implement exponential backoffs in the application.
B) Load balance the application to multiple servers.
C) Move the application to Amazon EC2.
D) Add a one second delay to each API call.
Correct Answer
verified
Multiple Choice
A) Create a custom namespace with a unique metric name for each application.
B) Create a custom dimension with a unique metric name for each application.
C) Create a custom event with a unique metric name for each application.
D) Create a custom alarm with a unique metric name for each application.
Correct Answer
verified
Multiple Choice
A) Store the source code in AWS CodeCommit. Create a CodePipeline to automate unit testing. Use Amazon SNS to trigger notifications of failure events.
B) Store the source code in GitHub. Create a CodePipeline to automate unit testing. Use Amazon SES to trigger notifications of failure events.
C) Store the source code on GitHub. Create a CodePipeline to automate unit testing. Use Amazon CloudWatch to trigger notifications of failure events.
D) Store the source code in AWS CodeCommit. Create a CodePipeline to automate unit testing. Use Amazon CloudWatch to trigger notification of failure events.
Correct Answer
verified
Multiple Choice
A) Change the application to use an alias that points to the current version. Deploy the new version of the code. Update the alias to use the newly deployed version. If too many errors are encountered, point the alias back to the previous version.
B) Change the application to use an alias that points to the current version. Deploy the new version of the code. Update the alias to direct 10% of users to the newly deployed version. If too many errors are encountered, send 100% of traffic to the previous version.
C) Do not make any changes to the application. Deploy the new version of the code. If too many errors are encountered, point the application back to the previous version using the version number in the Amazon Resource Name (ARN) .
D) Create three aliases: new, existing, and router. Point the existing alias to the current version. Have the router alias direct 100% of users to the existing alias. Update the application to use the router alias. Deploy the new version of the code. Point the new alias to this version. Update the router alias to direct 10% of users to the new alias. If too many errors are encountered, send 100% of traffic to the existing alias.
Correct Answer
verified
Multiple Choice
A) An Amazon ElastiCache for Redis cluster
B) A second Amazon EBS volume
C) The web server's primary disk
D) An Amazon EC2 instance dedicated to session data
Correct Answer
verified
Multiple Choice
A) Apply a bucket policy that allows anonymous users to download the content from the S3 bucket.
B) Generate a pre-signed object URL for the premier content file when a paid subscriber requests a download.
C) Add a bucket policy that requires multi-factor authentication for requests to access the S3 bucket objects.
D) Enable server-side encryption on the S3 bucket for data protection against the non-paying website visitors.
Correct Answer
verified
Multiple Choice
A) Install and run the X-Ray SDK on the on-premises servers to capture and relay the data to the X-Ray service.
B) Install and run the X-Ray daemon on the on-premises servers to capture and relay the data to the X-Ray service.
C) Capture incoming requests on-premises and configure an AWS Lambda function to pull, process, and relay relevant data to X-Ray using the PutTraceSegments API call.
D) Capture incoming requests on-premises and configure an AWS Lambda function to pull, process, and relay relevant data to X-Ray using the PutTelemetryRecords API call.
Correct Answer
verified
Multiple Choice
A) Messages will be delivered exactly once and messages will be delivered in First in, First out order
B) Messages will be delivered exactly once and message delivery order is indeterminate
C) Messages will be delivered one or more times and messages will be delivered in First in, First out order
D) Messages will be delivered one or more times and message delivery order is indeterminate
Correct Answer
verified
Multiple Choice
A) Auto scaling groups
B) Route 53 hosted zones
C) Elastic Load Balancers
D) RDS Instances
E) Elastic IP addresses
F) SQS Queues
Correct Answer
verified
Multiple Choice
A) Create an IAM user with read-only permissions for the S3 bucket. Temporarily store the user credentials in the Amazon EBS volume of the EC2 instance.
B) Create an IAM user with read-only permissions for the S3 bucket. Temporarily store the user credentials in the user data of the EC2 instance.
C) Create an EC2 service role with read-only permissions for the S3 bucket. Attach the role to the EC2 instance.
D) Create an S3 service role with read-only permissions for the S3 bucket. Attach the role to the EC2 instance.
Correct Answer
verified
Multiple Choice
A) Install the Kinesis Producer Library (KPL) for ingesting data into the stream.
B) Reduce the data retention period to allow for more data ingestion using DecreaseStreamRetentionPeriod . Reduce the data retention period to allow for more data ingestion using DecreaseStreamRetentionPeriod .
C) Increase the shard count of the stream using UpdateShardCount . Increase the shard count of the stream using UpdateShardCount
D) Ingest multiple records into the stream in a single call using PutRecords . Ingest multiple records into the stream in a single call using PutRecords
Correct Answer
verified
Multiple Choice
A) Assign an IAM role to the EC2 instance to allow necessary API calls on behalf of the client.
B) Implement an exponential backoff algorithm for optimizing the number of API requests made to Amazon EC2.
C) Increase the overall network bandwidth to handle higher API request rates.
D) Upgrade to the latest AWS CLI version so that boto3 can handle higher request rates.
Correct Answer
verified
Multiple Choice
A) Create a new global secondary index for the table to help with the additional requests.
B) Retry the failed read requests with exponential backoff.
C) Immediately retry the failed read requests.
D) Use the DynamoDB "UpdateItem" API to increase the provisioned throughput capacity of the table.
Correct Answer
verified
Multiple Choice
A) AWS Data Pipeline
B) AWS SNS with AWS SQS
C) Amazon Elastic MapReduce
D) AWS Step Functions
Correct Answer
verified
Multiple Choice
A) Create an event with Amazon CloudWatch Events that will monitor the S3 bucket and then insert the records into DynamoDB.
B) Configure an S3 event to invoke a Lambda function that inserts records into DynamoDB.
C) Create a Lambda function that will poll the S3 bucket and then insert the records into DynamoDB.
D) Create a cron job that will run at a scheduled time and insert the records into DynamoDB.
Correct Answer
verified
Multiple Choice
A) Create a CloudWatch Logs Insights query to extract the device type information from the logs and to create a custom metric with device type as a dimension.
B) Create a CloudWatch metric filter to extract metrics from the log files with device type as a dimension.
C) Update the application to write its logs in the CloudWatch embedded metric format with device type as a dimension.
D) Configure the CloudWatch Logs agent for Lambda integration. Update the application to use the StatsD protocol to emit the metrics.
Correct Answer
verified
Showing 201 - 220 of 470
Related Exams