getcertified4sure.com

Getting Smart with: aws certified sysops administrator




Master the aws sysops dumps AWS Certified SysOps Administrator Associate content and be ready for exam day success quickly with this Testking aws certified sysops administrator pdf exam guide. We guarantee it!We make it a reality and give you real aws sysops exam questions in our Amazon aws certified sysops administrator pdf braindumps.Latest 100% VALID Amazon aws sysops certification dumps Exam Questions Dumps at below page. You can use our Amazon aws certified sysops administrator book braindumps and pass your exam.

Q161. - (Topic 3) 

A user has enabled session stickiness with ELB. The user does not want ELB to manage the cookie; instead he wants the application to manage the cookie. What will happen when the server instance, which is bound to a cookie, crashes? 

A. The response will have a cookie but stickiness will be deleted 

B. The session will not be sticky until a new cookie is inserted 

C. ELB will throw an error due to cookie unavailability D. The session will be sticky and ELB will route requests to another server as ELB keeps replicating the Cookie 

Answer:

Explanation: 

With Elastic Load Balancer, if the admin has enabled a sticky session with application controlled stickiness, the load balancer uses a special cookie generated by the application to associate the session with the original server which handles the request. ELB follows the lifetime of the application-generated cookie corresponding to the cookie name specified in the ELB policy configuration. The load balancer only inserts a new stickiness cookie if the application response includes a new application cookie. The load balancer stickiness cookie does not update with each request. If the application cookie is explicitly removed or expires, the session stops being sticky until a new application cookie is issued. 


Q162. - (Topic 2) 

A user is trying to delete an Auto Scaling group from CLI. Which of the below mentioned steps are to be performed by the user? 

A. Terminate the instances with the ec2-terminate-instance command 

B. Terminate the Auto Scaling instances with the as-terminate-instance command 

C. Set the minimum size and desired capacity to 0 

D. There is no need to change the capacity. Run the as-delete-group command and it will reset all values to 0 

Answer:

Explanation: 

If the user wants to delete the Auto Scaling group, the user should manually set the values of the minimum and desired capacity to 0. Otherwise Auto Scaling will not allow for the deletion of the group from CLI. While trying from the AWS console, the user need not set 

the values to 0 as the Auto Scaling console will automatically do so. 


Q163. - (Topic 3) 

The CFO of a company wants to allow one of his employees to view only the AWS usage report page. Which of the below mentioned IAM policy statements allows the user to have access to the AWS usage report page? 

A. "Effect": "Allow", "Action": [“Describe”], "Resource": "Billing" 

B. "Effect": "Allow", "Action": ["AccountUsage], "Resource": "*" 

C. "Effect": "Allow", "Action": ["aws-portal:ViewUsage"], "Resource": "*" 

D. "Effect": "Allow", "Action": ["aws-portal: ViewBilling"], "Resource": "*" 

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 CFO wants to allow only AWS usage report page access, the policy for that IAM user will be as given below: 

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

"Statement": [ 

"Effect": "Allow", 

"Action": [ 

"aws-portal:ViewUsage" 

], 

"Resource": "*" 


Q164. - (Topic 3) 

Which of the below mentioned AWS RDS logs cannot be viewed from the console for MySQL? 

A. Error Log 

B. Slow Query Log 

C. Transaction Log 

D. General Log 

Answer:

Explanation: 

The user can view, download, and watch the database logs using the Amazon RDS console, the Command Line Interface (CLI., or the Amazon RDS API. For the MySQL RDS, the user can view the error log, slow querylog, and general logs. RDS does not support viewing the transaction logs. 


Q165. - (Topic 3) 

Which of the following statements about this S3 bucket policy is true? 

A. Denies the server with the IP address 192.166 100.0 full access to the "mybucket" bucket 

B. Denies the server with the IP address 192.166 100.188 full access to the "mybucket bucket 

C. Grants all the servers within the 192 168 100 0/24 subnet full access to the "mybucket" bucket 

D. Grants all the servers within the 192 168 100 188/32 subnet full access to the "mybucket" bucket 

Answer:


Q166. - (Topic 3) 

A user has launched an RDS postgreSQL DB with AWS. The user did not specify the maintenance window during creation. The user has configured RDS to update the DB instance type from micro to large. If the user wants to have it during the maintenance window, what will AWS do? 

A. AWS will not allow to update the DB until the maintenance window is configured 

B. AWS will select the default maintenance window if the user has not provided it 

C. AWS will ask the user to specify the maintenance window during the update 

D. It is not possible to change the DB size from micro to large with RDS 

Answer:

Explanation: 

AWS RDS has a compulsory maintenance window which by default is 30 minutes. If the user does not specify the maintenance window during the creation of RDS then AWS will select a 30-minute maintenance window randomly from an 8-hour block of time per region. In this case, Amazon RDS assigns a 30-minute maintenance window on a randomly selected day of the week. 


Q167. - (Topic 3) 

A user has configured an SSL listener at ELB as well as on the back-end instances. Which of the below 

mentioned statements helps the user understand ELB traffic handling with respect to the SSL listener? 

A. It is not possible to have the SSL listener both at ELB and back-end instances 

B. ELB will modify headers to add requestor details 

C. ELB will intercept the request to add the cookie details if sticky session is enabled 

D. ELB will not modify the headers 

Answer:

Explanation: 

When the user has configured Transmission Control Protocol (TCP. or Secure Sockets Layer (SSL. for both front-end and back-end connections of the Elastic Load Balancer, the load balancer forwards the request to the back-end instances without modifying the request headers unless the proxy header is enabled. SSL does not support sticky sessions. If the user has enabled a proxy protocol it adds the source and destination IP to the header. 


Q168. - (Topic 3) 

A system admin is planning to encrypt all objects being uploaded to S3 from an application. The system admin does not want to implement his own encryption algorithm; instead he is planning to use server side encryption by supplying his own key (SSE-C.. Which parameter is not required while making a call for SSE-C? 

A. x-amz-server-side-encryption-customer-key-AES-256 

B. x-amz-server-side-encryption-customer-key 

C. x-amz-server-side-encryption-customer-algorithm 

D. x-amz-server-side-encryption-customer-key-MD5 

Answer:

Explanation: 

AWS S3 supports client side or server side encryption to encrypt all data at rest. The server side encryption can either have the S3 supplied AES-256 encryption key or the user can send the key along with each API call to supply his own encryption key (SSE-C.. When the user is supplying his own encryption key, the user has to send the below mentioned parameters as a part of the API calls: x-amz-server-side-encryption-customer-algorithm: Specifies the encryption algorithm x-amz-server-side-encryption-customer-key: To provide the base64-encoded encryption key x-amz-server-side-encryption-customer-key-MD5: To provide the base64-encoded 128-bit MD5 digest of the encryption key 


Q169. - (Topic 1) 

Your company Is moving towards tracking web page users with a small tracking 

Image loaded on each page Currently you are serving this image out of US-East, but are starting to get concerned about the time It takes to load the image for users on the west coast. 

What are the two best ways to speed up serving this image? 

Choose 2 answers 

A. Use Route 53's Latency Based Routing and serve the image out of US-West-2 as well as US-East-1 

B. Serve the image out through CloudFront 

C. Serve the image out of S3 so that it isn't being served oft of your web application tier 

D. Use EBS PIOPs to serve the image faster out of your EC2 instances 

Answer: A,D 


Q170. - (Topic 3) 

A sys admin is trying to understand the sticky session algorithm. Please select the correct sequence of steps, both when the cookie is present and when it is not, to help the admin understand the implementation of the sticky session: 

ELB inserts the cookie in the response ELB chooses the instance based on the load balancing algorithm Check the cookie in the service request The cookie is found in the request The cookie is not found in the request 

A. 3,1,4,2 [Cookie is not Present] & 3,1,5,2 [Cookie is Present] 

B. 3,4,1,2 [Cookie is not Present] & 3,5,1,2 [Cookie is Present] 

C. 3,5,2,1 [Cookie is not Present] & 3,4,2,1 [Cookie is Present] 

D. 3,2,5,4 [Cookie is not Present] & 3,2,4,5 [Cookie is Present] 

Answer:

Explanation: 

Generally AWS ELB routes each request to a zone with the minimum load. The Elastic Load Balancer provides a feature called sticky session which binds the user’s session with a specific EC2 instance. The load balancer uses a special load-balancer-generated cookie to track the application instance for each request. When the load balancer receives a request, it first checks to see if this cookie is present in the request. If so, the request is sent to the application instance specified in the cookie. If there is no cookie, the load balancer chooses an application instance based on the existing load balancing algorithm. A cookie is inserted into the response for binding subsequent requests from the same user to that application instance.