ExamGecko
Home / Amazon / DVA-C01 / List of questions
Ask Question

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

List of questions

Question 41

Report
Export
Collapse

Which of the following platforms are supported by Elastic Beanstalk? Choose 2 answers

Apache Tomcat
Apache Tomcat
.NET
.NET
IBM Websphere
IBM Websphere
Oracle JBoss
Oracle JBoss
Jetty
Jetty
Suggested answer: A, B

Explanation:

https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html

asked 16/09/2024
Veronica Puddu
54 questions

Question 42

Report
Export
Collapse

Which code snippet below returns the URL of a load balanced web site created in CloudFormation with an AWS::ElasticLoadBalancing::LoadBalancer resource name "ElasticLoad Balancer"?

"Fn::Join" : ["". [ "http://", {"Fn::GetAtr” : [ "ElasticLoadBalancer","DNSName"]}]]
"Fn::Join" : ["". [ "http://", {"Fn::GetAtr” : [ "ElasticLoadBalancer","DNSName"]}]]
"Fn::Join" : ["". [ "http://", {"Fn::GetAtr” : [ "ElasticLoadBalancer","Url"]}]]
"Fn::Join" : ["". [ "http://", {"Fn::GetAtr” : [ "ElasticLoadBalancer","Url"]}]]
"Fn::Join" : ["". [ "http://", {"Ref" : "ElasticLoadBalancerUrl"}]]
"Fn::Join" : ["". [ "http://", {"Ref" : "ElasticLoadBalancerUrl"}]]
"Fn::Join" : [".", [ "http://", {"Ref" : "ElasticLoadBalancerDNSName"}]]
"Fn::Join" : [".", [ "http://", {"Ref" : "ElasticLoadBalancerDNSName"}]]
Suggested answer: A

Explanation:

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-referencegetatt.html

asked 16/09/2024
saud ahmed
38 questions

Question 43

Report
Export
Collapse

Which features can be used to restrict access to data in S3? Choose 2 answers

Use S3 Virtual Hosting
Use S3 Virtual Hosting
Set an S3 Bucket policy.
Set an S3 Bucket policy.
Enable IAM Identity Federation.
Enable IAM Identity Federation.
Set an S3 ACL on the bucket or the object.
Set an S3 ACL on the bucket or the object.
Create a CloudFront distribution for the bucket
Create a CloudFront distribution for the bucket
Suggested answer: B, D

Explanation:

https://aws.amazon.com/premiumsupport/knowledge-center/secure-s3-resources/

asked 16/09/2024
Junwei Li
37 questions

Question 44

Report
Export
Collapse


What happens, by default, when one of the resources in a CloudFormation stack cannot be created?

Previously-created resources are kept but the stack creation terminates.
Previously-created resources are kept but the stack creation terminates.
Previously-created resources are deleted and the stack creation terminates.
Previously-created resources are deleted and the stack creation terminates.
The stack creation continues, and the final results indicate which steps failed.
The stack creation continues, and the final results indicate which steps failed.
CloudFormation templates are parsed in advance so stack creation is guaranteed to succeed.
CloudFormation templates are parsed in advance so stack creation is guaranteed to succeed.
Suggested answer: B

Explanation:

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.htmlAWS CloudFormation ensures all stack resources are created or deleted as appropriate. Because AWSCloudFormation treats the stack resources as a single unit, they must all be created or deleted successfully for the stack to be created or deleted. If a resource cannot be created, AWSCloudFormation rolls the stack back and automatically deletes any resources that were created. If are source cannot be deleted, any remaining resources are retained until the stack can be successfully deleted.

asked 16/09/2024
Daniel Hernandez Villar
37 questions

Question 45

Report
Export
Collapse

Which of the following are correct statements with policy evaluation logic in AWS Identity and Access Management? Choose 2 answers

By default, all requests are denied
By default, all requests are denied
An explicit allow overrides an explicit deny
An explicit allow overrides an explicit deny
An explicit allow overrides default deny.
An explicit allow overrides default deny.
An explicit deny does not override an explicit allow
An explicit deny does not override an explicit allow
By default, all request are allowed
By default, all request are allowed
Suggested answer: A, C

Explanation:

https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.htmlBy default, all requests are implicitly denied. (Alternatively, by default, the AWS account root user has full access.) An explicit allow in an identity- based or resource-based policy overrides this default.

If a permissions boundary, Organizations SCP, or session policy is present, it might override the allow with an implicit deny. An explicit deny in any policy overrides any allows.

asked 16/09/2024
Flamur Kapaj
44 questions

Question 46

Report
Export
Collapse

You have an environment that consists of a public subnet using Amazon VPC and 3 instances that are running in this subnet. These three instances can successfully communicate with other hosts on the Internet. You launch a fourth instance in the same subnet, using the same AMI and security group configuration you used for the others, but find that this instance cannot be accessed from the Internet. What should you do to enable internet access?

Deploy a NAT instance into the public subnet.
Deploy a NAT instance into the public subnet.
Modify the routing table for the public subnet
Modify the routing table for the public subnet
Configure a publically routable IP Address In the host OS of the fourth instance.
Configure a publically routable IP Address In the host OS of the fourth instance.
Assign an Elastic IP address to the fourth instance.
Assign an Elastic IP address to the fourth instance.
Suggested answer: C
asked 16/09/2024
TREVOR COLLEDGE
45 questions

Question 47

Report
Export
Collapse

If a message is retrieved from a queue in Amazon SQS, how long is the message inaccessible to other users by default?

0 seconds
0 seconds
1 hour
1 hour
1 day
1 day
forever
forever
30 seconds
30 seconds
Suggested answer: E

Explanation:

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-visibilitytimeout.htmlVisibility timeout:default value = 30 seconds,minimum = 0 seconds,maximum = 12 hours

asked 16/09/2024
Pavol Adamcin
35 questions

Question 48

Report
Export
Collapse

What is the format of structured notification messages sent by Amazon SNS?

An XML object containing MessageId, UnsubscribeURL, Subject, Message and other values
An XML object containing MessageId, UnsubscribeURL, Subject, Message and other values
An JSON object containing MessageId, DuplicateFlag, Message and other values
An JSON object containing MessageId, DuplicateFlag, Message and other values
An XML object containing MessageId, DuplicateFlag, Message and other values
An XML object containing MessageId, DuplicateFlag, Message and other values
An JSON object containing MessageId, unsubscribeURL, Subject, Message and other values
An JSON object containing MessageId, unsubscribeURL, Subject, Message and other values
Suggested answer: D

Explanation:

https://docs.aws.amazon.com/sns/latest/dg/sns-message-and-json-formats.html#http-notificationjson

asked 16/09/2024
fadi kako
45 questions

Question 49

Report
Export
Collapse

Which of the following services are key/value stores? Choose 3 answers

Amazon ElastiCache
Amazon ElastiCache
Simple Notification Service
Simple Notification Service
DynamoDB
DynamoDB
Simple Workflow Service
Simple Workflow Service
Simple Storage Service
Simple Storage Service
Suggested answer: A, C, E
asked 16/09/2024
Naeem Navaid Shaikh
38 questions

Question 50

Report
Export
Collapse

When uploading an object, what request header can be explicitly specified in a request to Amazon S3 to encrypt object data when saved on the server side?

x-amz-storage-class
x-amz-storage-class
Content-MD5
Content-MD5
x-amz-security-token
x-amz-security-token
x-amz-server-side-encryption
x-amz-server-side-encryption
Suggested answer: D

Explanation:

https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html#APISupportforServer-SideEncryption

asked 16/09/2024
Priya Ketkar
36 questions
Total 608 questions
Go to page: of 61

Related questions