A) Server-side encryption with Amazon S3 managed keys (SSE-S3)
B) Server-side encryption with customer-provided encryption keys (SSE-C)
C) Server-side encryption with AWS KMS managed keys (SSE-KMS)
D) Client-side encryption
Correct Answer
verified
Multiple Choice
A) The command is incorrect; it should be rewritten to use put-item with a string argument. The command is incorrect; it should be rewritten to use put-item with a string argument.
B) The developer needs to log a ticket with AWS Support to enable access to the demoman-table.
C) Amazon DynamoDB cannot be accessed from the AWS CLI and needs to be called via the REST API.
D) The IAM user needs an associated policy with read access to demoman-table.
Correct Answer
verified
Multiple Choice
A) Configure a high-resolution CloudWatch alarm.
B) Set up a custom CloudWatch dashboard.
C) Use Amazon CloudWatch Logs Insights.
D) Change to a default CloudWatch metric.
Correct Answer
verified
Multiple Choice
A) Use nested stacks for common template patterns.
B) Embed credentials to prevent typos.
C) Remove mappings to decrease the number of variables.
D) Use AWS::Include to reference publicly-hosted template files. Use AWS::Include to reference publicly-hosted template files.
Correct Answer
verified
Multiple Choice
A) Enable AWS CloudTrail logging for the S3 bucket-level action and create a lifecycle policy to move the data from the log bucket to Amazon S3 Glacier in 90 days.
B) Enable S3 server access logging and create a lifecycle policy to expire the data in 90 days.
C) Enable AWS CloudTrail logging for the S3 bucket-level action and create a lifecycle policy to expire the data in 90 days.
D) Enable S3 server access logging and create a lifecycle policy to move the data to Amazon S3 Glacier in 90 days.
Correct Answer
verified
Multiple Choice
A) Store the user credentials in Amazon DynamoDB. Build an AWS Lambda function to validate the credentials and authorize users.
B) Deploy a custom authentication and authorization API on an Amazon EC2 instance. Store the user credentials in Amazon S3 and encrypt the credentials using Amazon S3 server-side encryption.
C) Use Amazon Cognito to configure a user pool, and user the Cognito API to authenticate and authorize the user.
D) Store the user credentials in Amazon RDS. Enable the encryption option for the Amazon RDS DB instances. Build an API using AWS Lambda to validate the credentials and authorize users.
Correct Answer
verified
Multiple Choice
A) 1 write capacity unit
B) 10 write capacity units
C) 60 write capacity units
D) 600 write capacity units
E) 3600 write capacity units
Correct Answer
verified
Multiple Choice
A) The GSI write capacity units are underprovisioned
B) There are not enough read capacity units on the primary table
C) Amazon DynamoDB Streams is not enabled on the table
D) A large write operation is being performed against another table
Correct Answer
verified
Multiple Choice
A) Download the Lambda code locally and use the AWS CLI to execute it
B) Use the Lambda console to connect the debugger
C) Use AWS SAM to invoke a function locally in debug mode
D) Connect a third-party-compatible integrated development environment (IDE) to the Lambda debugger endpoint
Correct Answer
verified
Multiple Choice
A) AWS AppSync
B) Amazon Cognito identity pools
C) Amazon Cognito user pools
D) Amazon Lambda@Edge
Correct Answer
verified
Multiple Choice
A) Triple DES
B) Advanced Encryption Standard
C) Blowfish
D) RC5
Correct Answer
verified
Multiple Choice
A) Set the imaging queue visibility Timeout attribute to 20 seconds
B) Set the Imaging queue ReceiveMessageWaitTimeSeconds attribute to 20 seconds
C) Set the imaging queue MessageRetentionPeriod attribute to 20 seconds
D) Set the DelaySeconds parameter of a message to 20 seconds
Correct Answer
verified
Multiple Choice
A) Update the policy of the IAM user to allow the s3 Encrypt action.
B) Update the bucket policy of the S3 bucket to allow the IAM user to upload objects.
C) Update the policy of the IAM user to allow the kms:GenerateDataKey action.
D) Update the ACL of the S3 bucket to allow the IAM user to upload objects.
Correct Answer
verified
Multiple Choice
A) Even though the Swagger import was successful, resource creation failed afterwards.
B) There is a propagation delay of several minutes in creating API Gateway resources after import.
C) The developer needs to restart the API Gateway stage after import in order to apply the changes.
D) The developer needs to create a new deployment after import in order to deploy the changes.
Correct Answer
verified
Multiple Choice
A) Create a new attribute that has the Number data type. Add a local secondary index (LSI) for this attribute, and enable TTL with an expiration of 48 hours. In the application code, set the value of this attribute to the current timestamp for each new item that is being inserted.
B) Create a new attribute that has the String data type. Add a local secondary index (LSI) for this attribute, and enable TTL with an expiration of 48 hours. In the application code, set the value of this attribute to the current timestamp for each new item that is being inserted.
C) Create a new attribute that has the Number data type. Enable TTL on the DynamoDB table for this attribute. In the application code, set the value of this attribute to the current timestamp plus 48 hours for each new item that is being inserted.
D) Create a new attribute that has the String data type. Enable TTL on the DynamoDB table for this attribute. In the application code, set the value of this attribute to the current timestamp plus 48 hours for each new item that is being inserted.
Correct Answer
verified
Multiple Choice
A) Call the ChangeMessageVisibility API for the queue and set MaxNumberOfMessages to a value greater than the default of 1.
B) Call the AddPermission API to set MaxNumberOfMessages for the ReceiveMessage action to a value greater than the default of 1.
C) Call the ReceiveMessage API to set MaxNumberOfMessages to a value greater than the default of 1.
D) Call the SetQueueAttributes API for the queue and set MaxNumberOfMessages to a value greater than the default of 1.
Correct Answer
verified
Multiple Choice
A) x-amz-storage-class
B) Content-MD5
C) x-amz-security-token
D) x-amz-server-side-encryption
Correct Answer
verified
Multiple Choice
A) Retrieve the message with an increased visibility timeout, process the message, delete the message from the queue
B) Retrieve the message with an increased visibility timeout, delete the message from the queue, process the message
C) Retrieve the message with increased DelaySeconds, process the message, delete the message from the queue
D) Retrieve the message with increased DelaySeconds, delete the message from the queue, process the message
Correct Answer
verified
Multiple Choice
A) Use parallel scans while limiting the rate
B) Use sequential scans
C) Increase read capacity units during the scan operation
D) Change consistency to eventually consistent during the scan operation
Correct Answer
verified
Multiple Choice
A) Amazon DynamoDB
B) Amazon EC2
C) AWS Lambda
D) Amazon RDS
Correct Answer
verified
Showing 181 - 200 of 470
Related Exams