ExamGecko
Home Home / Amazon / DVA-C01

Amazon DVA-C01 Practice Test - Questions Answers, Page 50

Question list
Search
Search

List of questions

Search

Related questions











A company has an internal website that gives users the ability to access contract Idata that is stored in an Amazon RDS DB instance The number of contracts has increased and several users have reported slow retrieval of the contract data The company wants to set up a cache to improve the latency A developer must create a solution that ensures data resiliency The data must be encrypted and must be partitioned by department Which solution will meet these requirements?

A.
Amazon ElastiCache for Memcached with cluster mode enabled
A.
Amazon ElastiCache for Memcached with cluster mode enabled
Answers
B.
Amazon ElastiCache for Redis with cluster mode enabled
B.
Amazon ElastiCache for Redis with cluster mode enabled
Answers
C.
Amazon ElastiCache for Redis with cluster mode disabled
C.
Amazon ElastiCache for Redis with cluster mode disabled
Answers
D.
Amazon ElastiCache for Memcached with cluster mode disabled
D.
Amazon ElastiCache for Memcached with cluster mode disabled
Answers
Suggested answer: C

A company has an application that is based on Amazon EC2 The company provides API access to the application through Amazon API Gateway and uses Amazon DynamoDB to store the application's data A developer is investigating performance issues that are affecting the application. During peak usage, the application is overwhelmed by a large number of identical data read requests that come through APIs What is the MOST operationally efficient way for the developer to improve the application's performance''

A.
Use DynamoDB Accelerator (DAX) to cache database responses
A.
Use DynamoDB Accelerator (DAX) to cache database responses
Answers
B.
Configure Amazon EC2 Auto Scaling policies to meet fluctuating demand
B.
Configure Amazon EC2 Auto Scaling policies to meet fluctuating demand
Answers
C.
Enable API Gateway caching to cache API responses
C.
Enable API Gateway caching to cache API responses
Answers
D.
Use Amazon ElastiCache to cache application responses.
D.
Use Amazon ElastiCache to cache application responses.
Answers
Suggested answer: D

A developer is building a web and mobile application for two types of users regular users and guest users Regular users are required to log in, but guest users do not log in Users should see only their data regardless of whether they authenticate Users need AWS credentials before they can access AWS resources What is the MOST secure solution that the developer can implement to allow access for guest users?

A.
Use an Amazon Cognito credentials provider to issue temporary credentials that are linked to an unauthenticated role that has access to the required resources.
A.
Use an Amazon Cognito credentials provider to issue temporary credentials that are linked to an unauthenticated role that has access to the required resources.
Answers
B.
Set up an IAM user that has permissions to the required resources. Hardcode the 1AM credentials in the web and mobile application
B.
Set up an IAM user that has permissions to the required resources. Hardcode the 1AM credentials in the web and mobile application
Answers
C.
Generate temporary keys that are stored in AWS Key Management Service (AWS KMS) Use the temporary keys to access the required resources
C.
Generate temporary keys that are stored in AWS Key Management Service (AWS KMS) Use the temporary keys to access the required resources
Answers
D.
Generate temporary credentials. Store the temporary credentials in AWS Secrets Manager Use the temporary credentials to access the required resources
D.
Generate temporary credentials. Store the temporary credentials in AWS Secrets Manager Use the temporary credentials to access the required resources
Answers
Suggested answer: D

A developer is designing a web application in which new users will use their email addresses to create accounts Millions of users are expected to sign up. The application will store attributes for each user Which AWS service or feature should the developer implement to meet these requirements?

A.
Amazon Cognito user pools
A.
Amazon Cognito user pools
Answers
B.
AWS Mobile Hub User File Storage
B.
AWS Mobile Hub User File Storage
Answers
C.
AWS AppSync
C.
AWS AppSync
Answers
D.
AWS Mobile Hub Cloud Logic
D.
AWS Mobile Hub Cloud Logic
Answers
Suggested answer: A

A developer is building a static, client-side rendered website that is powered by ReactJS The code has no server-side generated components and does not need to run any programming languages on the server However the code serves static HTML, CSS, and JavaScript to the client on each request The developer's solution to host the website must maximize performance and cost-effectiveness Which combination of AWS services or resources should the developer use to meet these requirements?

A.
Application Load Balancer and Amazon EC2
A.
Application Load Balancer and Amazon EC2
Answers
B.
Amazon API Gateway and AWS Lambda
B.
Amazon API Gateway and AWS Lambda
Answers
C.
Amazon CloudFront and Amazon S3
C.
Amazon CloudFront and Amazon S3
Answers
D.
Amazon CloudFront and AWS Elastic Beanstalk
D.
Amazon CloudFront and AWS Elastic Beanstalk
Answers
Suggested answer: C

A company has an AWS Lambda function that runs hourly, reads log files that are stored in Amazon S3, and forwards alerts to Amazon Simple Notification Service (Amazon SNS) topics based on content A developer wants to add a custom metric to the Lambda function to track the number of alerts of each type for each run The developer needs to log this information in Amazon CloudWatch in a metnc that is named Lambda/AlertCounts How should the developer modify the Lambda function to meet this requirement with the LEAST operational overhead1?

A.
Add a print statement to standard out for each alert and the number of occurrences
A.
Add a print statement to standard out for each alert and the number of occurrences
Answers
B.
Add a call to the PutMetncData API operation Pass an array for alerts and the number of occurrences in the Values and Counts fields with a namespace of "Lambda/AlertCounts"
B.
Add a call to the PutMetncData API operation Pass an array for alerts and the number of occurrences in the Values and Counts fields with a namespace of "Lambda/AlertCounts"
Answers
C.
Add a call to the PutMetncAlarm API operation Pass an array of alerts in the metrics member with the namespace of "Lambda/AlertCounts"
C.
Add a call to the PutMetncAlarm API operation Pass an array of alerts in the metrics member with the namespace of "Lambda/AlertCounts"
Answers
D.
Add a call to the PutDashboard API operation Pass an array of alerts in the metrics member with the namespace of "Lambda/AlertCounts"
D.
Add a call to the PutDashboard API operation Pass an array of alerts in the metrics member with the namespace of "Lambda/AlertCounts"
Answers
Suggested answer: B

A company has a web application that uses an Amazon Cogmto user pool for authentication. The company wants to create a login page that includes the-company logo What should a developer do to meet these requirements?

A.
Create a hosted user interface (Ul) in Amazon Cognito Customize the hosted Ui with the company logo
A.
Create a hosted user interface (Ul) in Amazon Cognito Customize the hosted Ui with the company logo
Answers
B.
Create a login page that includes the company logo. Upload the login page to Amazon Cognito
B.
Create a login page that includes the company logo. Upload the login page to Amazon Cognito
Answers
C.
Create a login page that includes the company logo in Amazon API Gateway Save the link in Amazon Cognito
C.
Create a login page that includes the company logo in Amazon API Gateway Save the link in Amazon Cognito
Answers
D.
Upload the company logo to an Amazon S3 bucket Specify the S3 object path in app client settings in Amazon Cognito
D.
Upload the company logo to an Amazon S3 bucket Specify the S3 object path in app client settings in Amazon Cognito
Answers
Suggested answer: B

A company is providing read access to objects in an Amazon S3 bucket for different customers The company uses 1AM permissions to restnd access to the S3 bucket The customers can access only their own files Due to a regulation requirement the company needs to enforce encryption in transit for interactions with Amazon S3 Which solution will meet these requirements'?

A.
Add a bucket policy to the S3 bucket to deny S3 actions when the aws SecureTransport condition is equal to false
A.
Add a bucket policy to the S3 bucket to deny S3 actions when the aws SecureTransport condition is equal to false
Answers
B.
Add a bucket policy to the S3 bucket to deny S3 actions when the s3 x-amz-aci condition is equal to public-read
B.
Add a bucket policy to the S3 bucket to deny S3 actions when the s3 x-amz-aci condition is equal to public-read
Answers
C.
Add an IAM policy to the IAM users to enforce the usage of the AWS SDK
C.
Add an IAM policy to the IAM users to enforce the usage of the AWS SDK
Answers
D.
Add an IAM policy to the IAM users that allows S3 actions when the s3 x-arnz-acl condition is equal to bucket-owner-read
D.
Add an IAM policy to the IAM users that allows S3 actions when the s3 x-arnz-acl condition is equal to bucket-owner-read
Answers
Suggested answer: C

A company's security policies require all database passwords to be rotated every 30 days The company uses different database platforms, including Amazon Aurora databases and proprietary NoSQL document databases, for different applications A developer needs to implement a solution for password rotation Which solution will meet these requirements?

A.
Create an AWS Lambda rotation function that has appropriate IAM permissions Store the password in AWS Secrets Manager Configure Secrets Manager to rotate the password by using the Lambda function
A.
Create an AWS Lambda rotation function that has appropriate IAM permissions Store the password in AWS Secrets Manager Configure Secrets Manager to rotate the password by using the Lambda function
Answers
B.
Encrypt the existing password with AWS Key Management Service (AWS KMS) Export the existing password Generate a random password with AWS KMS Use the AWS KMS password renewal feature to replace the existing password with the new password.
B.
Encrypt the existing password with AWS Key Management Service (AWS KMS) Export the existing password Generate a random password with AWS KMS Use the AWS KMS password renewal feature to replace the existing password with the new password.
Answers
C.
Create an AWS Lambda rotation function that has appropriate IAM permissions Store the password in AWS Systems Manager Parameter Store Configure Parameter Store to rotate the password by using the Lambda function
C.
Create an AWS Lambda rotation function that has appropriate IAM permissions Store the password in AWS Systems Manager Parameter Store Configure Parameter Store to rotate the password by using the Lambda function
Answers
D.
Integrate AWS Systems Manager Parameter Store with a Key Management Interoperability Protocol (KMIP)-compliant third-party secret manager to enable third-party database password rotation on AWS
D.
Integrate AWS Systems Manager Parameter Store with a Key Management Interoperability Protocol (KMIP)-compliant third-party secret manager to enable third-party database password rotation on AWS
Answers
Suggested answer: C

A company requires objects that are stored in Amazon S3 to be encrypted The company is currently using server-side encryption with AWS KMS managed encryption keys (SSE-KMS) A developer needs to optimize the cost-effectiveness of the encryption mechanism without negatively affecting performance What should the developer do to meet these requirements?

A.
Change the encryption type to customer-provided keys.
A.
Change the encryption type to customer-provided keys.
Answers
B.
Configure the SJ bucket to use an S3 Bucket Key for SSE-KMS
B.
Configure the SJ bucket to use an S3 Bucket Key for SSE-KMS
Answers
C.
Use S3 bucket policies to limit the principals who can create objects
C.
Use S3 bucket policies to limit the principals who can create objects
Answers
D.
Use a custom policy to limit the number of AWS KMS calls that are allowed
D.
Use a custom policy to limit the number of AWS KMS calls that are allowed
Answers
Suggested answer: B
Total 608 questions
Go to page: of 61