getcertified4sure.com

10 tips on aws sysops exam




Your success in Amazon aws certified sysops administrator book is our sole target and we develop all our aws sysops pdf braindumps in a way that facilitates the attainment of this target. Not only is our aws sysops administrator study material the best you can find, it is also the most detailed and the most updated. aws sysops administrator Practice Exams for Amazon sysops aws are written to the highest standards of technical accuracy.

Q91. - (Topic 2) 

An organization is setting up programmatic billing access for their AWS account. Which of 

the below mentioned services is not required or enabled when the organization wants to use programmatic access? 

A. Programmatic access 

B. AWS bucket to hold the billing report 

C. AWS billing alerts 

D. Monthly Billing report 

Answer:

Explanation: 

AWS provides an option to have programmatic access to billing. Programmatic Billing Access leverages the existing Amazon Simple Storage Service (Amazon S3. APIs. Thus, the user can build applications that reference his billing data from a CSV (comma-separated value. file stored in an Amazon S3 bucket. To enable programmatic access, the user has to first enable the monthly billing report. Then the user needs to provide an AWS bucket name where the billing CSV will be uploaded. The user should also enable the Programmatic access option. 


Q92. - (Topic 1) 

You have identified network throughput as a bottleneck on your m1.small EC2 instance when uploading data Into Amazon S3 In the same region. 

How do you remedy this situation? 

A. Add an additional ENI 

B. Change to a larger Instance 

C. Use DirectConnect between EC2 and S3 

D. Use EBS PIOPS on the local volume 

Answer:

Explanation: Reference: 

https://media.amazonwebservices.com/AWS_Amazon_EMR_Best_Practices.pdf 


Q93. - (Topic 2) 

A user has created numerous EBS volumes. What is the general limit for each AWS account for the maximum number of EBS volumes that can be created? 

A. 10000 

B. 5000 

C. 100 

D. 1000 

Answer:

Explanation: 

A user can attach multiple EBS volumes to the same instance within the limits specified by his AWS account. Each AWS account has a limit on the number of Amazon EBS volumes that the user can create, and the total storage available. The default limit for the maximum number of volumes that can be created is 5000. 


Q94. - (Topic 3) 

A user is trying to launch an EBS backed EC2 instance under free usage. The user wants to achieve 

encryption of the EBS volume. How can the user encrypt the data at rest? 

A. Use AWS EBS encryption to encrypt the data at rest 

B. The user cannot use EBS encryption and has to encrypt the data manually or using a third party tool 

C. The user has to select the encryption enabled flag while launching the EC2 instance 

D. Encryption of volume is not available as a part of the free usage tier 

Answer:

Explanation: 

AWS EBS supports encryption of the volume while creating new volumes. It supports encryption of the data at rest, the I/O as well as all the snapshots of the EBS volume. The EBS supports encryption for the selected instance type and the newer generation instances, such as m3, c3, cr1, r3, g2. It is not supported with a micro instance. 


Q95. - (Topic 3) 

A user has hosted an application on EC2 instances. The EC2 instances are configured with ELB and Auto Scaling. The application server session time out is 2 hours. The user wants to configure connection draining to ensure that all in-flight requests are supported by ELB even though the instance is being deregistered. What time out period should the user specify for connection draining? 

A. 5 minutes 

B. 1 hour 

C. 30 minutes 

D. 2 hours 

Answer:


Q96. - (Topic 2) 

A user has launched an EC2 instance from an instance store backed AMI. The infrastructure team wants to create an AMI from the running instance. Which of the below mentioned steps will not be performed while creating the AMI? 

A. Define the AMI launch permissions 

B. Upload the bundled volume 

C. Register the AMI 

D. Bundle the volume 

Answer:

Explanation: 

When the user has launched an EC2 instance from an instance store backed AMI, it will need to follow certain steps, such as “Bundling the root volume”, “Uploading the bundled volume” and “Register the AMI”. Once the AMI is created the user can setup the launch permission. However, it is not required to setup during the launch. 


Q97. - (Topic 3) 

Your business is building a new application that will store its entire customer database on a RDS MySQL database, and will have various applications and users that will query that data for different purposes. 

Large analytics jobs on the database are likely to cause other applications to not be able to get the query results they need to, before time out. Also, as your data grows, these analytics jobs will start to take more time, increasing the negative effect on the other applications. 

How do you solve the contention issues between these different workloads on the same data? 

A. Enable Multi-AZ mode on the RDS instance 

B. Use ElastiCache to offload the analytics job data 

C. Create RDS Read-Replicas for the analytics work 

D. Run the RDS instance on the largest size possible 

Answer:


Q98. - (Topic 2) 

A user has configured the Auto Scaling group with the minimum capacity as 3 and the maximum capacity as 5. When the user configures the AS group, how many instances will Auto Scaling launch? 

A. 3 

B. 0 

C. 5 

D. 2 

Answer:


Q99. - (Topic 3) 

A user has created a VPC with public and private subnets. The VPC has CIDR 20.0.0.0/16. The private subnet uses CIDR 20.0.1.0/24 and the public subnet uses CIDR 20.0.0.0/24. The user is planning to host a web server in the public subnet (port 80. and a DB server in the private subnet (port 3306.. The user is configuring a security group of the NAT instance. Which of the below mentioned entries is not required for the NAT security group? 

A. For Inbound allow Source: 20.0.1.0/24 on port 80 

B. For Outbound allow Destination: 0.0.0.0/0 on port 80 

C. For Inbound allow Source: 20.0.0.0/24 on port 80 

D. For Outbound allow Destination: 0.0.0.0/0 on port 443 

Answer:

Explanation: 

A user can create a subnet with VPC and launch instances inside that subnet. If the user has created a public private subnet to host the web server and DB server respectively, the user should configure that the instances in the private subnet can connect to the internet using the NAT instances. The user should first configure that NAT can receive traffic on ports 80 and 443 from the private subnet. Thus, allow ports 80 and 443 in Inbound for the private subnet 20.0.1.0/24. Now to route this traffic to the internet configure ports 80 and Amazon AWS-SysOps : Practice Test 

443 in Outbound with destination 0.0.0.0/0. The NAT should not have an entry for the public subnet CIDR. 


Q100. - (Topic 3) 

An organization (account ID 123412341234. has configured the IAM policy to allow the user to modify his 

credentials. What will the below mentioned statement allow the user to perform? 

"Version": "2012-10-17", 

"Statement": [{ 

"Effect": "Allow", 

"Action": [ 

"iam:AddUserToGroup", 

"iam:RemoveUserFromGroup", 

"iam:GetGroup" 

], 

"Resource": "arn:aws:iam:: 123412341234:group/TestingGroup" 

}] 

A. The IAM policy will throw an error due to an invalid resource name 

B. The IAM policy will allow the user to subscribe to any IAM group 

C. Allow the IAM user to update the membership of the group called TestingGroup 

D. Allow the IAM user to delete the TestingGroup 

Answer:

Explanation: 

AWS Identity and Access Management is a web service which allows organizations to manage users and user permissions for various AWS services. If the organization (account ID 123412341234. wants their users to manage their subscription to the groups, they should create a relevant policy for that. The below mentioned policy allows the respective IAM user to update the membership of the group called MarketingGroup. 

"Version": "2012-10-17", 

"Statement": [{ 

"Effect": "Allow", 

"Action": [ 

"iam:AddUserToGroup", 

"iam:RemoveUserFromGroup", 

"iam:GetGroup" 

], 

"Resource": "arn:aws:iam:: 123412341234:group/ TestingGroup " 

}]