Exams > Amazon > AWS-SysOps: AWS Certified SysOps Administrator
AWS-SysOps: AWS Certified SysOps Administrator
Page 4 out of 91 pages Questions 31-40 out of 910 questions
Question#31

A user has created a queue named `myqueue` in US-East region with AWS SQS. The user's AWS account ID is 123456789012. If the user wants to perform some action on this queue, which of the below Queue URL should he use?

  • A. http://sqs.us-east-1.amazonaws.com/123456789012/myqueue
  • B. http://sqs.amazonaws.com/123456789012/myqueue
  • C. http://sqs. 123456789012.us-east-1.amazonaws.com/myqueue
  • D. http:// 123456789012.sqs. us-east-1.amazonaws.com/myqueue
Discover Answer Hide Answer

A
When creating a new queue in SQS, the user must provide a queue name that is unique within the scope of all queues of user's account. If the user creates queues using both the latest WSDL and a previous version, he will have a single namespace for all his queues. Amazon SQS assigns each queue created by user an identifier called a queue URL, which includes the queue name and other components that Amazon SQS determines. Whenever the user wants to perform an action on a queue, he must provide its queue URL. The queue URL for the account id 123456789012 & queue name ג€myqueueג€ in US-East-1 region will be http:// sqs.us-east-1.amazonaws.com/123456789012/myqueue.
Reference:
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-general-identifiers.html

Question#32

A sys admin is trying to understand the Auto Scaling activities. Which of the below mentioned processes is not performed by Auto Scaling?

  • A. Reboot Instance
  • B. Schedule Actions
  • C. Replace Unhealthy
  • D. Availability Zone Balancing
Discover Answer Hide Answer

A
Reboot Instance is not performed by AS. Only termination.
Reference:
http://docs.aws.amazon.com/autoscaling/latest/userguide/as-suspend-resume-processes.html

Question#33

A sys admin is trying to understand EBS snapshots. Which of the below mentioned statements will not be useful to the admin to understand the concepts about a snapshot?

  • A. The snapshot is synchronous
  • B. It is recommended to stop the instance before taking a snapshot for consistent data
  • C. The snapshot is incremental
  • D. The snapshot captures the data that has been written to the hard disk when the snapshot command was executed
Discover Answer Hide Answer

A
The AWS snapshot is a point in time backup of an EBS volume. When the snapshot command is executed it will capture the current state of the data that is written on the drive and take a backup. For a better and consistent snapshot of the root EBS volume, AWS recommends stopping the instance. For additional volumes it is recommended to unmount the device. The snapshots are asynchronous and incremental.

Question#34

A root account owner has created an S3 bucket testmycloud. The account owner wants to allow everyone to upload the objects as well as enforce that the person who uploaded the object should manage the permission of those objects. Which is the easiest way to achieve this?

  • A. The root account owner should create a bucket policy which allows the IAM users to upload the object
  • B. The root account owner should create the bucket policy which allows the other account owners to set the object policy of that bucket
  • C. The root account should use ACL with the bucket to allow everyone to upload the object
  • D. The root account should create the IAM users and provide them the permission to upload content to the bucket
Discover Answer Hide Answer

C
Each AWS S3 bucket and object has an ACL (Access Control List. associated with it. An ACL is a list of grants identifying the grantee and the permission granted.
The user can use ACLs to grant basic read/write permissions to other AWS accounts. ACLs use an Amazon S3ג€"specific XML schema. The user cannot grant permissions to other users in his account. ACLs are suitable for specific scenarios. For example, if a bucket owner allows other AWS accounts to upload objects, permissions to these objects can only be managed using the object ACL by the AWS account that owns the object.

Question#35

An organization has setup consolidated billing with 3 different AWS accounts. Which of the below mentioned advantages will organization receive in terms of the
AWS pricing?

  • A. The consolidated billing does not bring any cost advantage for the organization
  • B. All AWS accounts will be charged for S3 storage by combining the total storage of each account
  • C. The EC2 instances of each account will receive a total of 750*3 micro instance hours free
  • D. The free usage tier for all the 3 accounts will be 3 years and not a single year
Discover Answer Hide Answer

B
AWS consolidated billing enables the organization to consolidate payments for multiple Amazon Web Services (AWS. accounts within a single organization by making a single paying account. For billing purposes, AWS treats all the accounts on the consolidated bill as one account. Some services, such as Amazon EC2 and Amazon S3 have volume pricing tiers across certain usage dimensions that give the user lower prices when he uses the service more.

Question#36

A user has launched two EBS backed EC2 instances in the US-East-1a region. The user wants to change the zone of one of the instances. How can the user change it?

  • A. Stop one of the instances and change the availability zone
  • B. The zone can only be modified using the AWS CLI
  • C. From the AWS EC2 console, select the Actions - > Change zones and specify new zone
  • D. Create an AMI of the running instance and launch the instance in a separate AZ
Discover Answer Hide Answer

D
With AWS EC2, when a user is launching an instance he can select the availability zone (AZ. at the time of launch. If the zone is not selected, AWS selects it on behalf of the user. Once the instance is launched, the user cannot change the zone of that instance unless he creates an AMI of that instance and launches a new instance from it.

Question#37

A user wants to make so that whenever the CPU utilization of the AWS EC2 instance is above 90%, the redlight of his bedroom turns on. Which of the below mentioned AWS services is helpful for this purpose?

  • A. AWS CloudWatch + AWS SES
  • B. AWS CloudWatch + AWS SNS
  • C. None. It is not possible to configure the light with the AWS infrastructure services
  • D. AWS CloudWatch and a dedicated software turning on the light
Discover Answer Hide Answer

B
Amazon Simple Notification Service (Amazon SNS. is a fast, flexible, and fully managed push messaging service. Amazon SNS can deliver notifications by SMS text message or email to the Amazon Simple Queue Service (SQS. queues or to any HTTP endpoint. The user can configure some sensor devices at his home which receives data on the HTTP end point (REST calls. and turn on the red light. The user can configure the CloudWatch alarm to send a notification to the AWS
SNS HTTP end point (the sensor device. and it will turn the light red when there is an alarm condition.

Question#38

An organization has added 3 of his AWS accounts to consolidated billing. One of the AWS accounts has purchased a Reserved Instance (RI. of a small instance size in the US-East-1a zone. All other AWS accounts are running instances of a small size in the same zone. What will happen in this case for the RI pricing?

  • A. Only the account that has purchased the RI will get the advantage of RI pricing
  • B. One instance of a small size and running in the US-East-1a zone of each AWS account will get the benefit of RI pricing
  • C. Any single instance from all the three accounts can get the benefit of AWS RI pricing if they are running in the same zone and are of the same size
  • D. If there are more than one instances of a small size running across multiple accounts in the same zone no one will get the benefit of RI
Discover Answer Hide Answer

C
AWS consolidated billing enables the organization to consolidate payments for multiple Amazon Web Services (AWS. accounts within a single organization by making a single paying account. For billing purposes, consolidated billing treats all the accounts on the consolidated bill as one account. This means that all accounts on a consolidated bill can receive the hourly cost benefit of the Amazon EC2 Reserved Instances purchased by any other account. In this case only one
Reserved Instance has been purchased by one account. Thus, only a single instance from any of the accounts will get the advantage of RI. AWS will implement the blended rate for each instance if more than one instance is running concurrently.

Question#39

An organization is planning to use AWS for 5 different departments. The finance department is responsible to pay for all the accounts. However, they want the cost separation for each account to map with the right cost center. How can the finance department achieve this?

  • A. Create 5 separate accounts and make them a part of one consolidate billing
  • B. Create 5 separate accounts and use the IAM cross account access with the roles for better management
  • C. Create 5 separate IAM users and set a different policy for their access
  • D. Create 5 separate IAM groups and add users as per the department's employees
Discover Answer Hide Answer

A
AWS consolidated billing enables the organization to consolidate payments for multiple Amazon Web Services (AWS. accounts within a single organization by making a single paying account. Consolidated billing enables the organization to see a combined view of the AWS charges incurred by each account as well as obtain a detailed cost report for each of the individual AWS accounts associated with the paying account.

Question#40

A user has setup an EBS backed instance and a CloudWatch alarm when the CPU utilization is more than 65%. The user has setup the alarm to watch it for 5 periods of 5 minutes each. The CPU utilization is 60% between 9 AM to 6 PM. The user has stopped the EC2 instance for 15 minutes between 11 AM to 11:15
AM. What will be the status of the alarm at 11:30 AM?

  • A. Alarm
  • B. OK
  • C. Insufficient Data
  • D. Error
Discover Answer Hide Answer

B
Amazon CloudWatch alarm watches a single metric over a time period the user specifies and performs one or more actions based on the value of the metric relative to a given threshold over a number of time periods. The state of the alarm will be OK for the whole day. When the user stops the instance for three periods the alarm may not receive the data

chevron rightPrevious Nextchevron right