Top Tips Of Update AWS-Certified-Developer-Associate Exam Prep

It is impossible to pass Amazon AWS-Certified-Developer-Associate exam without any help in the short term. Come to Testking soon and find the most advanced, correct and guaranteed Amazon AWS-Certified-Developer-Associate practice questions. You will get a surprising result by our Up to the minute Amazon AWS Certified Developer - Associate practice guides.

Also have AWS-Certified-Developer-Associate free dumps questions for you:

Page: 1 / 21
Total 255 questions Full Exam Access
Question 1
You are inserting 1000 new items every second in a DynamoDB table. Once an hour these items are analyzed and then are no longer needed. You need to minimize provisioned throughput, storage, and API calls.
Given these requirements, what is the most efficient way to manage these Items after the analysis?
My answer: -
Reference answer: C
Reference analysis:

None

Question 2
A user is trying to configure access with S3. Which of the following options is not possible to provide access to the S3 bucket / object?
My answer: -
Reference answer: C
Reference analysis:

Amazon S3 offers access policy options broadly categorized as resource-based policies and user policies.
Access policies, such as ACL and resource policy can be attached to the bucket. With the object the user can only have ACL and not an object policy. The user can also attach access policies to the IAM users in the account. These are called user policies.
Reference: http://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html

Question 3
An orgAMzation has 500 employees. The orgAMzation wants to set up AWS access for each department. Which of the below mentioned options is a possible solution?
My answer: -
Reference answer: C
Reference analysis:

An IAM group is a collection of IAM users. Groups let the user specify permissions for a collection of users, which can make it easier to manage the permissions for those users.
Reference: http://docs.aws.amazon.com/IAM/|atest/UserGuide/Using_WorkingWithGroupsAndUsers.htmI

Question 4
How does Amazon SQS allow multiple readers to access the same message queue without losing messages or processing them many times?
My answer: -
Reference answer: C
Reference analysis:

Every Amazon SQS queue has a configurable visibility timeout. For the designated amount of time after a message is read from a queue, it will not be visible to any other reader. As long as the amount of time that it takes to process the message is less than the visibility timeout, every message will be processed and deleted. In the event that the component processing the message fails or becomes unavailable, the message will again become visible to any component reading the queue once the visibility timeout ends. This allows you to have many components all reading messages from the same queue, with each working to process different messages.
Reference: https://aws.amazon.com/sqs/faqs/

Question 5
A user is trying to find the state of an S3 bucket with respect to versioning. Which of the below mentioned states AWS will not return when queried?
My answer: -
Reference answer: D
Reference analysis:

S3 buckets can be in one of the three states: unversioned (the default), versioning-enabled or versioning-suspended. The bucket owner can configure the versioning state of a bucket. The versioning state applies to all (never some) of the objects in that bucket. The first time owner enables a bucket for versioning, objects in it are thereafter always versioned and given a unique version ID.
Reference: http://docs.aws.amazon.com/AmazonS3/Iatest/dev/Versioning.htmI

Question 6
A user has attached one RDS security group with 5 RDS instances. The user has changed the ingress rule for the security group. What will be the initial status of the ingress rule?
My answer: -
Reference answer: C
Reference analysis:

When the user makes any changes to the RDS security group the rule status will be authorizing for some time until the changes are applied to all instances that the group is connected with. Once the changes are propagated the rule status will change to authorized.
Reference: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithSecurityGroups.html

Question 7
In DynamoDB, what type of HTTP response codes indicate that a problem was found with the client request sent to the service?
My answer: -
Reference answer: D
Reference analysis:

None

Question 8
Which one of the following operations is NOT a DynamoDB operation?
My answer: -
Reference answer: D
Reference analysis:

In DynamoDB, Deleteltem deletes a single item in a table by primary key, but BatchDeIeteItem doesn’t exist.
Reference: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/operationIist.htmI

Question 9
A user has enabled the automated backup, but not specified the backup window. What will RDS do in this case?
My answer: -
Reference answer: C
Reference analysis:

If the user does not specify a preferred backup window while enabling an automated backup, Amazon RDS assigns a default 30-minute backup window which is selected at random from an 8-hour block of
time per region. Reference:
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.BackingUpAndRestoringAmazonR DSInstances.htmI

Question 10
An orgAMzation has created 10 IAM users. The orgAMzation wants those users to work independently and access AWS. Which of the below mentioned options is not a possible solution?
My answer: -
Reference answer: A
Reference analysis:

If an orgAMzation has created the IAM users, the users can access AWS services either with an IAM specific login/password or console. The orgAMzation can generate the IAM X.509 certificates to access AWS with CLI. The orgAMzation can also enable MFA for each IAM user, which allows an added security for each IAM user. If the orgAMzation has created the access key and secret key than the user cannot access the console using those keys. Access key and secret access key are useful for CLI or
Webservices.
Reference: http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_Introduction.htm|

Question 11
A user plans to use RDS as a managed DB platform. Which of the below mentioned features is not supported by RDS?
My answer: -
Reference answer: B
Reference analysis:

AWS RDS provides a managed DB platform, which offers features, such as automated backup, patch management, automated failure detection and recovery. The scaling is not automated and the user needs to plan it with a few clicks.
Reference: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html

Question 12
An application stores payroll information nightly in DynamoDB for a large number of employees across hundreds of offices. Item attributes consist of indMdual name, office identifier, and cumulative daily hours. Managers run reports for ranges of names working in their office. One query is. "Return all Items in this office for names starting with A through E". Which table configuration will result in the lowest impact on provisioned throughput for this query?
My answer: -
Reference answer: B
Reference analysis:

None

Question 13
Which of the following platforms are supported by Elastic Beanstalk? Choose 2 answers
My answer: -
Reference answer: AB
Reference analysis:

None

Question 14
When should a user try to Force Detach an EBS volume?
My answer: -
Reference answer: A
Reference analysis:

If an EBS volume stays in the detaching state, the user can force the detachment by clicking Force Detach. Forcing the detachment can lead to either data loss or a corrupted file system. The user should use this option only as a last resort to detach a volume from a failed instance or if he is detaching a volume with the intention of deleting it.
Reference: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-detaching-volume.html

Question 15
How long can you keep your Amazon SQS messages in Amazon SQS queues?
My answer: -
Reference answer: C
Reference analysis:

The SQS message retention period is configurable and can be set anywhere from 1 minute to 2 weeks. The default is 4 days and once the message retention limit is reached your messages will be automatically deleted. The option for longer message retention provides greater filexibility to allow for longer intervals between message production and consumption.
Reference: https://aws.amazon.com/sqs/faqs/

Question 16
A user is launching an instance with EC2. Which of the below mentioned options does the user need to consider before launching an instance?
My answer: -
Reference answer: C
Reference analysis:

Regarding Amazon EC2, when launching an instance, the user needs to select the region the instance would be launched from. While launching, the user needs to plan for the instance type and the OS of the instance.
Reference: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-Iaunch-instance_|inux.htmI

Question 17
ExamKiIIer has three AWS accounts. They have created separate IAM users within each account. ExamKiIIer wants a single IAM console URL such as https://examkiIIer.signin.aws.amazon.com/consoIe/ for all account users. How can this be achieved?
My answer: -
Reference answer: C
Reference analysis:

If a user wants the URL of the AWS IAM sign-in page to have a company name instead of the AWS account ID, he can create an alias for his AWS account ID. The alias should be unique.
Reference: http://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAIias.html

Question 18
You want to have multiple versions of your application running at the same time, with all versions launched via AWS Elastic Beanstalk. Is this possible?
My answer: -
Reference answer: C
Reference analysis:

AWS Elastic Beanstalk is designed to support multiple running environments. As an example you could have one for integration testing, one for pre-production, and one for production, with each environment independently configured and running on its own separate AWS resources.
Reference: https://aws.amazon.com/elasticbeansta|k/faqs/

Question 19
What kind of service is provided by AWS DynamoDB?
My answer: -
Reference answer: B
Reference analysis:

DynamoDB is a fast, fully managed NoSQL database service. Reference: http://aws.amazon.com/dynamodb/

Question 20
Is there a limit to how much throughput you can get out of a single table in DynamoDB?
My answer: -
Reference answer: D
Reference analysis:

In DynamoDB, you can increase the throughput you have provisioned for your table using UpdateTabIe API or in the AWS Management Console. If you wish to exceed throughput rates of 10,000 writes/second or 10,000 reads/second, you must first contact AWS.
Reference: http://aws.amazon.com/dynamodb/

Question 21
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?
My answer: -
Reference answer: D
Reference analysis:

None

Question 22
If a message is retrieved from a queue in Amazon SQS, how long is the message inaccessible to other users by default?
My answer: -
Reference answer: E
Reference analysis:

None

Question 23
In regard to DynamoDB, what is the Global secondary index?
My answer: -
Reference answer: A
Reference analysis:

Global secondary index - an index with a hash and range key that can be different from those on the table.
Reference: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html

Page: 1 / 21
Total 255 questions Full Exam Access