AWS-SysOps Premium Bundle

AWS-SysOps Premium Bundle

AWS Certified SysOps Administrator Associate Certification Exam

4.5 
(37830 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
November 23, 2024Last update

Amazon AWS-SysOps Free Practice Questions

Q1. - (Topic 3) 

A user is trying to pre-warm a blank EBS volume attached to a Linux instance. Which of the below mentioned steps should be performed by the user? 

A. There is no need to pre-warm an EBS volume 

B. Contact AWS support to pre-warm 

C. Unmount the volume before pre-warming 

D. Format the device 

Answer:

Explanation: 

When the user creates a new EBS volume or restores a volume from the snapshot, the back-end storage blocks are immediately allocated to the user EBS. However, the first time when the user is trying to access a block of the storage, it is recommended to either be wiped from the new volumes or instantiated from the snapshot (for restored volumes. before the user can access the block. This preliminary action takes time and can cause a 5 to 50 percent loss of IOPS for the volume when the block is accessed for the first time. To avoid this it is required to pre warm the volume. Pre-warming an EBS volume on a Linux instance requires that the user should unmount the blank device first and then write all the blocks on the device using a command, such as “dd”. 

Q2. - (Topic 3) 

An organization has configured Auto Scaling with ELB. There is a memory issue in the application which is causing CPU utilization to go above 90%. The higher CPU usage triggers an event for Auto Scaling as per the scaling policy. If the user wants to find the root cause inside the application without triggering a scaling activity, how can he achieve this? 

A. Stop the scaling process until research is completed 

B. It is not possible to find the root cause from that instance without triggering scaling 

C. Delete Auto Scaling until research is completed 

D. Suspend the scaling process until research is completed 

Answer:

Explanation: 

Auto Scaling allows the user to suspend and then resume one or more of the Auto Scaling processes in the Auto Scaling group. This is very useful when the user wants to investigate a configuration problem or some other issue, such as a memory leak with the web application and then make changes to the application, without triggering the Auto Scaling process. 

Q3. - (Topic 2) 

A user has enabled detailed CloudWatch metric monitoring on an Auto Scaling group. Which of the below 

mentioned metrics will help the user identify the total number of instances in an Auto Scaling group cluding pending, terminating and running instances? 

A. GroupTotalInstances 

B. GroupSumInstances 

C. It is not possible to get a count of all the three metrics together. The user has to find the individual number of running, terminating and pending instances and sum it 

D. GroupInstancesCount 

Answer:

Explanation: 

CloudWatch is used to monitor AWS as well as the custom services. For Auto Scaling, CloudWatch provides various metrics to get the group information, such as the Number of Pending, Running or Terminating instances at any moment. If the user wants to get the total number of Running, Pending and Terminating instances at any moment, he can use the GroupTotalInstances metric. 

Q4. - (Topic 1) 

When creation of an EBS snapshot Is initiated but not completed the EBS volume? 

A. Cannot De detached or attached to an EC2 instance until me snapshot completes 

B. Can be used in read-only mode while me snapshot is in progress 

C. Can be used while me snapshot Is in progress 

D. Cannot be used until the snapshot completes 

Answer:

Explanation: Reference: 

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-copy-snapshot.html 

Q5. - (Topic 3) 

A sysadmin has created the below mentioned policy on an S3 bucket named cloudacademy. The bucket has both AWS.jpg and index.html objects. What does this policy define? 

"Statement": [{ 

"Sid": "Stmt1388811069831", 

"Effect": "Allow", 

"Principal": { "AWS": "*"}, 

"Action": [ "s3:GetObjectAcl", "s3:ListBucket", "s3:GetObject"], 

"Resource": [ "arn:aws:s3:::cloudacademy/*.jpg] 

}] 

A. It will make all the objects as well as the bucket public 

B. It will throw an error for the wrong action and does not allow to save the policy 

C. It will make the AWS.jpg object as public 

D. It will make the AWS.jpg as well as the cloudacademy bucket as public 

Answer:

Q6. - (Topic 2) 

A user is trying to aggregate all the CloudWatch metric data of the last 1 week. Which of the below mentioned statistics is not available for the user as a part of data aggregation? 

A. Aggregate 

B. Sum 

C. Sample data 

D. Average 

Answer:

Explanation: 

Amazon CloudWatch is basically a metrics repository. Either the user can send the custom data or an AWS product can put metrics into the repository, and the user can retrieve the statistics based on those metrics. The statistics are metric data aggregations over specified periods of time. Aggregations are made using the namespace, metric name, dimensions, and the data point unit of measure, within the time period that is specified by the user. CloudWatch supports Sum, Min, Max, Sample Data and Average statistics aggregation. 

Q7. - (Topic 1) 

You are using ElastiCache Memcached to store session state and cache database queries in your infrastructure. You notice in CloudWatch that Evictions and GetMisses are Doth very high. 

What two actions could you take to rectify this? 

Choose 2 answers 

A. Increase the number of nodes in your cluster 

B. Tweak the max_item_size parameter 

C. Shrink the number of nodes in your cluster 

D. Increase the size of the nodes in the duster 

Answer: B,D 

Q8. - (Topic 3) 

A user has launched an EC2 instance and deployed a production application in it. The user wants to prohibit any mistakes from the production team to avoid accidental termination. 

How can the user achieve this? 

A. The user can the set DisableApiTermination attribute to avoid accidental termination 

B. It is not possible to avoid accidental termination 

C. The user can set the Deletion termination flag to avoid accidental termination 

D. The user can set the InstanceInitiatedShutdownBehavior flag to avoid accidental termination 

Answer:

Explanation: 

It is always possible that someone can terminate an EC2 instance using the Amazon EC2 console, command line interface or API by mistake. If the admin wants to prevent the instance from being accidentally terminated, he can enable termination protection for that instance. The DisableApiTermination attribute controls whether the instance can be terminated using the console, CLI or API. By default, termination protection is disabled for an EC2 instance. When it is set it will not allow the user to terminate the instance from CLI, API or the console. 

Q9. - (Topic 2) 

A user has launched an EBS backed instance. The user started the instance at 9 AM in the morning. Between 9 AM to 10 AM, the user is testing some script. Thus, he stopped the instance twice and restarted it. In the same hour the user rebooted the instance once. For how many instance hours will AWS charge the user? 

A. 3 hours 

B. 4 hours 

C. 2 hours 

D. 1 hour 

Answer:

Explanation: 

A user can stop/start or reboot an EC2 instance using the AWS console, the Amazon EC2 CLI or the Amazon EC2 API. Rebooting an instance is equivalent to rebooting an operating system. When the instance is rebooted AWS will not charge the user for the extra hours. In case the user stops the instance, AWS does not charge the running cost but charges only the EBS storage cost. If the user starts and stops the instance multiple times in a single hour, AWS will charge the user for every start and stop. In this case, since the instance was rebooted twice, it will cost the user for 3 instance hours. 

Q10. - (Topic 3) 

A user has configured an ELB to distribute the traffic among multiple instances. The user instances are facing some issues due to the back-end servers. Which of the below mentioned CloudWatch metrics helps the user understand the issue with the instances? 

A. HTTPCode_Backend_3XX 

B. HTTPCode_Backend_4XX 

C. HTTPCode_Backend_2XX 

D. HTTPCode_Backend_5XX 

Answer:

Explanation: 

CloudWatch is used to monitor AWS as well as the custom services. For ELB, CloudWatch provides various metrics including error code by ELB as well as by back-end servers (instances.. It gives data for the count of the number of HTTP response codes generated by the back-end instances. This metric does not include any response codes generated by the load balancer. These metrics are: The 2XX class status codes represents successful actions The 3XX class status code indicates that the user agent requires action The 4XX class status code represents client errors 

The 5XX class status code represents back-end server errors 

Q11. - (Topic 3) 

When you put objects in Amazon S3, what is the indication that an object was successfully stored? 

A. Each S3 account has a special bucket named_s3_logs. Success codes are written to this bucket with a timestamp and checksum. 

B. A success code is inserted into the S3 object metadata. 

C. A HTTP 200 result code and MD5 checksum, taken together, indicate that the operation was successful. 

D. Amazon S3 is engineered for 99.999999999% durability. Therefore there is no need to confirm that data was inserted. 

Answer:

Explanation: Reference: 

http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUT.html 

Q12. - (Topic 2) 

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 

Answer:

Explanation: 

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. 

Q13. - (Topic 3) 

When an EC2 instance mat is backed by an S3-Dased AMI is terminated, what happens to the data on the root volume? 

A. Data is automatically deleted 

B. Data is automatically saved as an EBS snapshot. 

C. Data is unavailable until the instance is restarted 

D. Data is automatically saved as an EBS volume. 

Answer:

Q14. - (Topic 2) 

A user is planning to use AWS Cloudformation. Which of the below mentioned functionalities does not help him to correctly understand Cloudfromation? 

A. Cloudformation follows the DevOps model for the creation of Dev & Test 

B. AWS Cloudfromation does not charge the user for its service but only charges for the AWS resources created with it 

C. Cloudformation works with a wide variety of AWS services, such as EC2, EBS, VPC, IAM, S3, RDS, 

ELB, etc 

D. CloudFormation provides a set of application bootstrapping scripts which enables the user to install Software 

Answer:

Explanation: 

AWS Cloudformation is an application management tool which provides application modelling, deployment, configuration, management and related activities. It supports a wide variety of AWS services, such as EC2, EBS, AS, ELB, RDS, VPC, etc. It also provides application bootstrapping scripts which enable the user to install software packages or create folders. It is free of the cost and only charges the user for the services created with it. The only challenge is that it does not follow any model, such as DevOps; instead customers can define templates and use them to provision and manage the AWS resources in an orderly way. 

Q15. - (Topic 3) 

Which services allow the customer to retain run administrative privileges or the undertying EC2 instances? Choose 2 answers 

A. AWS Elastic Beanstalk 

B. Amazon Elastic Map Reduce 

C. Elastic Load Balancing 

D. Amazon Relational Database Service 

E. Amazon Elasti Cache 

Answer: A,B 

Q16. - (Topic 1) 

Which of the following are characteristics of Amazon VPC subnets? 

Choose 2 answers 

A. Each subnet maps to a single Availability Zone 

B. A CIDR block mask of /25 is the smallest range supported 

C. Instances in a private subnet can communicate with the internet only if they have an Elastic IP. 

D. By default, all subnets can route between each other, whether they are private or public 

E. V Each subnet spans at least 2 Availability zones to provide a high-availability environment 

Answer: C,E 

START AWS-SysOps EXAM