Premium

AWS Certified Developer - Associate Questions and Answers (Dumps and Practice Questions)



Question : AutoScaling is configured with AZs. Each zone has instances running. If AutoScaling wants to terminate an
instance based on the policy action, which instance will it terminate first?
  :	AutoScaling is configured with  AZs. Each zone has  instances running. If AutoScaling wants to terminate an
1. Terminate the instance from the AZ which has instances running near to the billing hour
2. Terminate the first launched instance
3. Access Mostly Uused Products by 50000+ Subscribers
4. Terminate the instance from the AZ which does not have a high AWS load


Correct Answer : Get Lastest Questions and Answer :

Explanation: Before Auto Scaling selects an instance to terminate, it first identifies the Availability Zone that has more instances than the other Availability Zones used by the group. If all the Availability Zones have the same number of instances, it identifies a random Availability Zone.





Question : Being a QuickTechie.com AWS Developer you have configured AutoScaling based on the dynamic policy.
Which of the following is not the right command to specify a change in capacity as a part of the policy?
  : Being a QuickTechie.com AWS Developer you have configured AutoScaling based on the dynamic policy.
1. "adjustment=3" (type is ExactCapacity)
2. "adjustment=-50" (type is PercentChangeInCapacity)
3. Access Mostly Uused Products by 50000+ Subscribers
4. "adjustment=-1" (type is ChangeInCapacity)

Correct Answer : Get Lastest Questions and Answer :

Explanation: The user can configure the AutoScaling group to automatically scale up and then scale down based on the various specified CloudWatch monitoring conditions. The user needs to provide the adjustment value and the adjustment type. A positive adjustment value increases the current capacity and a negative adjustment value decreases the current capacity. The user can express the change to the current size as an absolute number, an increment or as a percentage of the current group size.
In this option specifying the exact capacity with the adjustment value = -8 will not work as when type is exact capacity the adjustment value cannot be negative.




Question : Being a QuickTechie.com AWS Developer you have configured AutoScaling with policy based scaling. The user has instances running right now.
The policy states that the count should be increased by 10%. How many instances will be running after the scaling activity is complete?
  : Being a QuickTechie.com AWS Developer you have configured AutoScaling with policy based scaling. The user has  instances running right now.
1. 75
2. 76
3. Access Mostly Uused Products by 50000+ Subscribers
4. 74

Correct Answer : Get Lastest Questions and Answer :

Explanation: AutoScaling rounds off the values returned by the PercentChangeInCapacity to the lower number if the value is positive. If the current count is 68 and the policy gets executed, the total number of instances to be added will be calculated as 6.8 (10% of 68). AWS will round it off to 6 and launch 6 more instances.



Related Questions


Question : SQS guarantees delivery but there can be duplicates.

 : SQS guarantees delivery but there can be duplicates.
1. True
2. False


Question : EC instances are launched from Amazon Machine Images (AMIs). A given public AMI:


 : EC instances are launched from Amazon Machine Images (AMIs). A given public AMI:
1. can be used to launch EC2 instances in any AWS region
2. can only be used to launch EC2 instances in the same country as the AMI is stored
3. Access Mostly Uused Products by 50000+ Subscribers
4. can only be used to launch EC2 instances in the same AWS availability zone as the AMI is stored




Question : An Amazon S bucket, "myawsbucket" is configured with website hosting in Tokyo region, what is the region-specific website endpoint?
  : An Amazon S bucket,
1. www.myawsbucket.ap-northeast-1.amazonaws.com
2. myawsbucket.s3-website-ap-northeast-1.amazonaws.com
3. Access Mostly Uused Products by 50000+ Subscribers
4. myawsbucket.tokyo.amazonaws.com


Question : What is one key difference between an Amazon EBS-backed and an instance-store backed instance?

  : What is one key difference between an Amazon EBS-backed and an instance-store backed instance?
1. Instance-store backed instances can be stopped and restarted
2. Auto scaling requires using Amazon EBS-backed instances
3. Access Mostly Uused Products by 50000+ Subscribers
4. Virtual Private Cloud requires EBS backed instances


Question : What is the best method for maintaining application session state when using an Elastic Load Balancer?
 : What is the best method for maintaining application session state when using an Elastic Load Balancer?
1. Enable Load Balancer Generated Cookie Stickiness
2. Enable Application Generated Cookie Stickiness
3. Access Mostly Uused Products by 50000+ Subscribers
4. Disable Stickiness


Question :

AMIs can be shared to individual AWS accounts

 :
1. True
2. False