The Improve Guide To AWS-Certified-Developer-Associate Free Practice Questions

Exam Code: AWS-Certified-Developer-Associate (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Amazon AWS Certified Developer - Associate
Certification Provider: Amazon
Free Today! Guaranteed Training- Pass AWS-Certified-Developer-Associate Exam.

Online Amazon AWS-Certified-Developer-Associate free dumps demo Below:

Page: 1 / 21
Total 255 questions Full Exam Access
Question 1
Can you SSH to your private machines that reside in a VPC from outside without elastic IP?
My answer: -
Reference answer: A
Reference analysis:

The instances that reside in the private subnets of your VPC are not reachable from the Internet, meAMng that is not possible to ssh into them. To interact with them you can use a bastion server, located in a public subnet, that will act as a proxy for them.
You can also connect if you have direct connect or vpn.
Reference: http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Scenario2.html

Question 2
In DynamoDB, to get a detailed listing of secondary indexes on a table, you can use the action.
My answer: -
Reference answer: A
Reference analysis:

In DynamoDB, DescribeTab|e returns information about the table, including the current status ofthe table, when it was created, the primary key schema, and any indexes on the table.
Reference: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Secondarylndexes.htmI

Question 3
A user is trying to share a video file with all his friends. Which of the below mentioned AWS services will be cheapest and easy to use?
My answer: -
Reference answer: C
Reference analysis:

AWS RRS provides the same functionality as AWS S3, but at a cheaper rate. It is ideally suited for non mission critical applications. It provides less durability than S3, but is a cheaper option.
Reference: http://docs.aws.amazon.com/AmazonS3/Iatest/dev/UsingRRS.htmI

Question 4
Which Amazon service is not used by Elastic Beanstalk?
My answer: -
Reference answer: D
Reference analysis:

Elastic Beanstalk leverages AWS services such as Amazon Elastic Cloud Compute (Amazon EC2), Amazon Simple Storage Service (Amazon S3), Amazon Simple Notification Service (Amazon SNS), Elastic Load Balancing and Auto Scaling to deliver the same highly reliable, scalable, and cost-effective infrastructure that hundreds of thousands of businesses depend on today.
Reference: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/\NeIcome.html

Question 5
In regard to DynamoDB, which of the following statements is correct?
My answer: -
Reference answer: B
Reference analysis:

In Amazon DynamoDB, a database is a collection of tables. A table is a collection of items and each item
is a collection of attributes.
Reference: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModeI.html

Question 6
How do you configure SQS to support longer message retention?
My answer: -
Reference answer: A
Reference analysis:

To configure the message retention period, set the lVIessageRetentionPeriod attribute using the SetQueueAttributes method. This attribute is used to specify the number of seconds a message will be retained by SQS. Currently the default value for the message retention period is 4 days. Using the lVIessageRetentionPeriod attribute, the message retention period can be set anywhere from 60 seconds (1 minute), up to 1209600 seconds (14 days).
Reference: https://aws.amazon.com/sqs/faqs/

Question 7
A user has attached an EBS volume to a running Linux instance as a "/dev/sdf" device. The user is unable to see the attached device when he runs the command "df -h". What is the possible reason for this?
My answer: -
Reference answer: D
Reference analysis:

When a user creates an EBS volume and attaches it as a device, it is required to mount the device. If the device/volume is not mounted it will not be available in the listing.
Reference: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.htmI

Question 8
Which one of the following statements is NOT an advantage of DyanamoDB being built on Solid State Drives:
My answer: -
Reference answer: C
Reference analysis:

In DynamoDB, SSDs help achieve design goals of predictable low-latency response times for storing and accessing data at any scale. The high I/O performance of SSDs also enables to serve high-scale request workloads cost efficiently, and to pass this efficiency along in low request pricing.
Reference: http://aws.amazon.com/dynamodb/faqs/

Question 9
Which code snippet below returns the URL of a load balanced web site created in CIoudFormation with an AWS::EIasticLoadBaIancing::LoadBaIancer resource name "EIasticLoad BaIancer"?
My answer: -
Reference answer: B
Reference analysis:

None

Question 10
The AWS console for DynamoDB enables you to do all the following operations, except:
My answer: -
Reference answer: C
Reference analysis:

The AWS console for DynamoDB enables you to do all the above operation but not Importing Data from other databases or from files and it is not possible to do it.
Reference: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ConsoIeDynamoDB.html

Question 11
A user is trying to create a policy for an IAM user from the AWS console. Which of the below mentioned options is not available to the user while configuring policy?
My answer: -
Reference answer: C
Reference analysis:

When a user is trying to create a policy from the AWS console, it will have options such as create policy from templates or use a policy generator. The user can also define a custom policy or chose the option to have no permission. The policy simulator is not available in the console.
Reference: http://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.html

Question 12
What item operation allows the retrieval of multiple items from a DynamoDB table in a single API call?
My answer: -
Reference answer: B
Reference analysis:

None

Question 13
Which EC2 API call would you use to retrieve a list of Amazon Machine Images (AMIs)?
My answer: -
Reference answer: E
Reference analysis:

None

Question 14
Which of the following services are key/value stores? Choose 3 answers
My answer: -
Reference answer: ABC
Reference analysis:

None

Question 15
Which OS does the current version of AWS Elastic Beanstalk use?
My answer: -
Reference answer: C
Reference analysis:

The current version of AWS Elastic Beanstalk uses the Amazon Linux AMI or the Windows Server 2008 R2 AMI.
Reference: https://aws.amazon.com/elasticbeansta|k/faqs/

Question 16
A user is planning to use the AWS RDS with MySQL. Which of the below mentioned services the user is not going to pay?
My answer: -
Reference answer: B
Reference analysis:

RDS charges the user on a pay as you go basis. It charges the user based on the instance type, number of hours that the instance is running, data transfer, storage cost as well for the I/O requests. The monitoring is free of cost.
Reference: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html

Question 17
You have been given a scope to deploy some AWS infrastructure for a large orgAMsation. The requirements are that you will have a lot of EC2 instances but may need to add more when the average utilization of your Amazon EC2 fileet is high and conversely remove them when CPU utilization is low. Which AWS services would be best to use to accomplish this?
My answer: -
Reference answer: C
Reference analysis:

Auto Scaling enables you to follow the demand curve for your applications closely, reducing the need to manually provision Amazon EC2 capacity in advance. For example, you can set a condition to add new Amazon EC2 instances in increments to the Auto Scaling group when the average utilization of your Amazon EC2 fileet is high; and similarly, you can set a condition to remove instances in the same increments when CPU utilization is low. If you have predictable load changes, you can set a schedule through Auto Scaling to plan your scaling actMties. You can use Amazon CIoudWatch to send alarms to trigger scaling actMties and Elastic Load Balancing to help distribute traffic to your instances within Auto Scaling groups. Auto Scaling enables you to run your Amazon EC2 fileet at optimal utilization. Reference: http://aws.amazon.com/autoscaIing/

Question 18
A user has created an EBS volume with 1000 IOPS. What is the average IOPS that the user will get for most of the year as per EC2 SLA if the instance is attached to the EBS optimized instance?
My answer: -
Reference answer: A
Reference analysis:

As per AWS SLA if the instance is attached to an EBS-Optimized instance, then the Provisioned IOPS volumes are designed to deliver within 10% of the provisioned IOPS performance 99.9% of the time in a given year. Thus, if the user has created a volume of 1000 IOPS, the user will get a minimum 900 IOPS 99.9% time of the year.
Reference: http://aws.amazon.com/ec2/faqs/

Question 19
Which DynamoDB limits can be raised by contacting AWS support? Choose 2 answers
My answer: -
Reference answer: CE
Reference analysis:

None

Question 20
A user is launching an AWS RDS instance with MySQL. The user wants to enable the Nlulti AZ feature. Which of the below mentioned parameters will not be allowed to configure by RDS?
My answer: -
Reference answer: A
Reference analysis:

If the user is launching RDS with Multi AZ the user cannot provision the Availability Zone. RDS is launched automatically instead
Reference: https://console.aws.amazon.com/rds/

Question 21
Which of the below mentioned commands allows the user to share the AMI with his peers using the AWS EC2 CLI?
My answer: -
Reference answer: D
Reference analysis:

A user can share an AMI with another user / peer using the command: ec2-modify-image-attribute
<AMI-ID> -| -a <AWS Account |D>
Reference: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-expIicit.htmI

Question 22
In AWS, which security aspects are the customer’s responsibility? Choose 4 answers
My answer: -
Reference answer: ABCF
Reference analysis:

None

Question 23
A user has launched five instances with ELB. How can the user add the sixth EC2 instance to ELB?
My answer: -
Reference answer: A
Reference analysis:

Elastic Load Balancing automatically distributes incoming traffic across multiple EC2 instances. You create a load balancer and register instances with the load balancer in one or more Availability Zones. The load balancer serves as a single point of contact for clients. This enables you to increase the availability of your application. You can add and remove EC2 instances from your load balancer as your needs change, without disrupting the overall flow of information.
Reference: http://docs.aws.amazon.com/E|asticLoadBaIancing/latest/DeveIoperGuide/Svclntro.htm|

Page: 1 / 21
Total 255 questions Full Exam Access