Premium

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



Question : Being a QuickTechie.com AWS Developer you are configuring MySQL RDS with PIOPS. What should be the minimum PIOPS that the user should provision?
  :  Being a QuickTechie.com AWS Developer you are configuring MySQL RDS with PIOPS. What should be the minimum PIOPS that the user should provision?
1. 2000
2. 500
3. Access Mostly Uused Products by 50000+ Subscribers
4. 200


Correct Answer : Get Lastest Questions and Answer :

Explanation: If a user is trying to enable PIOPS with MySQL RDS, the minimum size of storage should be 100 GB and the minimum PIOPS should be 1000.




Question : Being a QuickTechie.com AWS Developer you are trying to provision IOPS for a MySQL RDS instance. What should be the minimum instance size recommended
by AWS for the 100 GB storage and 1000 IOPS to achieve optimal performance?
  : Being a QuickTechie.com AWS Developer you are trying to provision IOPS for a MySQL RDS instance. What should be the minimum instance size recommended
1. db.m1.large
2. db.m1.medium
3. Access Mostly Uused Products by 50000+ Subscribers
4. db.m3.2xlarge

Correct Answer : Get Lastest Questions and Answer :

Explanation: If the user is trying to enable PIOPS with MySQL RDS, the minimum size of storage should be 100 GB and the minimum PIOPS should be 1000. In this case, RDS recommends having an m1.large instance for optimal performance.





Question : Being a QuickTechie.com AWS Developer you have configured RDS with MySQL. And setup the maintenance window of : AM with the duration as minutes on every Sunday.
Now you have configured to have an automated backup at 12:30 AM every day for 30 minutes. What will AWS RDS do in this case?
  : Being a QuickTechie.com AWS Developer you have configured RDS with MySQL. And setup the maintenance window of : AM with the duration as  minutes on every Sunday.
1. It will result in a conflict and not allow to launch the instance
2. Take an automated backup at 12:30 every day and perform maintenance at 12:00 AM on Sunday
3. Access Mostly Uused Products by 50000+ Subscribers
4. On Sunday it will start a backup at 12 AM and will start maintenance as soon as the backup is complete

Correct Answer : Get Lastest Questions and Answer :
Explanation: The Amazon RDS system performs maintenance on the DB instance during a user-definable maintenance. It is not possible to have it performed during the same time window of an automated backup. In case of a conflict, it will not allow launching an instance. In this case, the maintenance window ends at 12:30 and the backup window starts at the same time. Thus, it results in a conflict. To avoid a conflict the user should specify the automated backup at 12:31 AM.



Related Questions


Question : IAM AWS Account is


 : IAM AWS Account is
1. Region specific
2. Availability zone specific
3. Access Mostly Uused Products by 50000+ Subscribers
4. None of above


Question : While setting up IAM , is following configuration possible ?

AWS Account has a limit of 20 Amazon EC2 instances, and a user can maximum start 2 instances


 : While setting up IAM , is following configuration possible ?
1. Yes
2. No


Question : AWSTemplateFormatVersion declaration is required for the template to work inside CloudFormation.
 : AWSTemplateFormatVersion declaration is required for the template to work inside CloudFormation.
1. True
2. False


Question : AWS CloudFormation enables you to create and delete related AWS resources together as a unit called a _______

 : AWS CloudFormation enables you to create and delete related AWS resources together as a unit called a _______
1. Intrinsic Functions
2. Resources
3. Access Mostly Uused Products by 50000+ Subscribers
4. Stacks


Question : If for any reason a half of the member resource cannot be created, AWS CloudFormation keeps the half of the member resources that were created.

 : If for any reason a half of the member resource cannot be created, AWS CloudFormation keeps the half of the member resources that were created.
1. True
2. False
3. Access Mostly Uused Products by 50000+ Subscribers


Question : Explain what the following resource in a CloudFormation template does. Choose the best possible answer.
"SNSTopic" : { "Type" : "AWS::SNS::Topic", "Properties" :
{ "Subscription" :
[
{ "Protocol" : "sqs", "Endpoint" :
{ "Fn::GetAtt" :
[ "SQSQueue", "Arn" ]
}
}]
}
 : Explain what the following resource in a CloudFormation template does. Choose the best possible answer.
1. Creates an SNS topic that allow SQS subscription endpoints
2. Creates an SNS topic and then invokes the call to create an SQS queue with a logical resource name of SQSQueue
3. Access Mostly Uused Products by 50000+ Subscribers
4. Creates an SNS topic and adds a subscription ARN endpoint for the SQS resource created under the logical name SQSQueue