Premium

AWS Certified SysOps Administrator - Associate Questions and Answers (Dumps and Practice Questions)



Question : A user is creating a Cloudformation stack. Which of the below mentioned limitations does not hold true for
Cloudformation?

 : A user is creating a Cloudformation stack. Which of the below mentioned limitations does not hold true for
1. One account by default is limited to 100 templates
2. The user can use 60 parameters and 60 outputs in a single template
3. Access Mostly Uused Products by 50000+ Subscribers
4. One account by default is limited to 20 stacks




Correct Answer : Get Lastest Questions and Answer :

Exp: AWS Cloudformation is an application management tool which provides application modelling, deployment, configuration, management and
related activities. The limitations given below apply to the Cloudformation template and stack. There are no limits to the number of templates but
each AWS CloudFormation account is limited to a maximum of 20 stacks by default. The Template, Parameter, Output, and Resource description
fields are limited to 4096 characters. The user can include up to 60 parameters and 60 outputs in a template.








Question : A user has two EC instances running in two separate regions. The user is running an internal memory
management tool, which captures the data and sends it to CloudWatch in US East, using a CLI with the same namespace and metric. Which of
the below mentioned options is true with respect to the above statement?
  : A user has two EC instances running in two separate regions. The user is running an internal memory
1. The setup will not work as CloudWatch cannot receive data across regions
2. CloudWatch will receive and aggregate the data based on the namespace and metric
3. Access Mostly Uused Products by 50000+ Subscribers
4. CloudWatch will take the data of the server, which sends the data first



Correct Answer : Get Lastest Questions and Answer :

Explanation: Amazon CloudWatch does not differentiate the source of a metric when receiving custom data. If the user is publishing a metric with the same
namespace and dimensions from different sources, CloudWatch will treat them as a single metric. If the data is coming with the same timezone
within a minute, CloudWatch will aggregate the data. It treats these as a single metric, allowing the user to get the statistics, such as minimum,
maximum, average, and the sum of all across all servers.





Question : An organization has created a Queue named "modularqueue" with SQS. The organization is not performing any operations such as SendMessage,
ReceiveMessage, DeleteMessage, GetQueueAttributes, SetQueueAttributes, AddPermission, and RemovePermission on the queue.
What can happen in this scenario?

  : An organization has created a Queue named
1. AWS SQS sends notification after 15 days for inactivity on queue
2. AWS SQS can delete queue after 30 days without notification
3. Access Mostly Uused Products by 50000+ Subscribers
4. AWS SQS notifies the user after 2 weeks and deletes the queue after 3 weeks.





Correct Answer : Get Lastest Questions and Answer :


Explanation: Amazon SQS can delete a queue without notification if one of the following actions hasn't been performed on it for 30 consecutive days:
SendMessage, ReceiveMessage, DeleteMessage, GetQueueAttributes,
SetQueueAttributes, AddPermission, and RemovePermission.





Related Questions


Question : A user has created a VPC with CIDR .../ using VPC Wizard. The user has created a public CIDR (.../.
and a VPN only subnet CIDR (20.0.1.0/24. along with the hardware VPN access to connect to the user's data centre.
Which of the below mentioned components is not present when the VPC is setup with the wizard?
  : A user has created a VPC with CIDR .../ using VPC Wizard. The user has created a public CIDR (.../.
1. Main route table attached with a VPN only subnet
2. A NAT instance configured to allow the VPN subnet instances to connect with the internet
3. Custom route table attached with a public subnet
4. An internet gateway for a public subnet



Question : A user has created a VPC with the public subnet. The user has created a security group for that VPC.
Which of the below mentioned statements is true when a security group is created?

  : A user has created a VPC with the public subnet. The user has created a security group for that VPC.
1. It can connect to the AWS services, such as S3 and RDS by default
2. It will have all the inbound traffic by default
3. It will have all the outbound traffic by default
4. It will by default allow traffic to the internet gateway






Question : A user has setup an Auto Scaling group. The group has failed to launch a single instance for more than hours. What will happen to Auto
Scaling in this condition?
  : A user has setup an Auto Scaling group. The group has failed to launch a single instance for more than  hours. What will happen to Auto
1. Auto Scaling will keep trying to launch the instance for 72 hours
2. Auto Scaling will suspend the scaling process
3. Auto Scaling will start an instance in a separate region
4. The Auto Scaling group will be terminated automatically




Question : HadoopExam Inc is planning to set up the Multi AZ feature of RDS. Which of the below mentioned conditions won't take advantage of the Multi AZ feature?
  : HadoopExam Inc is planning to set up the Multi AZ feature of RDS. Which of the below mentioned conditions won't take advantage of the Multi AZ feature?
1. Availability zone outage
2. A manual failover of the DB instance using Reboot with failover option
3. Region outage
4. When the user changes the DB instance's server type





Question : QuickTechie's Administrator has configured Auto Scaling with ELB. One of the instance health check returns the status as Impaired to Auto Scaling.
What will Auto Scaling do in this scenario?

 : QuickTechie's Administrator has configured Auto Scaling with ELB. One of the instance health check returns the status as Impaired to Auto Scaling.
1. Perform a health check until cool down before declaring that the instance has failed
2. Terminate the instance and launch a new instance
3. Notify the user using SNS for the failed state
4. Notify ELB to stop sending traffic to the impaired instance


Question : Acmeshell Coporation is using Cloudformation to launch an EC instance and then configure an application after the instance is launched.
The user wants the stack creation of ELB and AutoScaling to wait until the EC2 instance is launched and configured properly. How can the user configure this?

  : Acmeshell Coporation is using Cloudformation to launch an EC instance and then configure an application after the instance is launched.
1. It is not possible that the stack creation will wait until one service is created and launched
2. The user can use the HoldCondition resource to wait for the creation of the other dependent resources
3. The user can use the DependentCondition resource to hold the creation of the other dependent resources
4. The user can use the WaitCondition resource to hold the creation of the other dependent resources