Complete list of current Q & A>> Download AWS Certified SysOps Administrator – Associate (SOA C02) – Quiz 1 / 15 1. While setting up an AWS managed VPN connection, a SysOps administrator creates a customer gateway resource in AWS. The customer gateway device resides in a data center with a NAT gateway in front of it. What address should be used to create the customer gateway resource? A. The private IP address of the customer gateway device B. The MAC address of the NAT device in front of the customer gateway device C. The public IP address of the customer gateway device D. The public IP address of the NAT device in front of the customer gateway device 2 / 15 2. A company recently acquired another corporation and all of that corporation’s AWS accounts. A financial analyst needs the cost data from these accounts. A SysOps administrator uses Cost Explorer to generate cost and usage reports. The SysOps administrator notices that “No Tagkey” represents 20% of the monthly cost. What should the SysOps administrator do to tag the “No Tagkey” resources? A. Add the accounts to AWS Organizations. Use a service control policy (SCP) to tag all the untagged resources. B. Use an AWS Config rule to find the untagged resources. Set the remediation action to terminate the resources. C. Use Cost Explorer to find and tag all the untagged resources. D. Use Tag Editor to find and tag all the untagged resources. 3 / 15 3. A company is running distributed computing software to manage a fleet of 20 Amazon EC2 instances for calculations. The fleet includes 2 control nodes and 18 task nodes to run the calculations. Control nodes can automatically start the task nodes. Currently, all the nodes run on demand. The control nodes must be available 24 hours a day, 7 days a week. The task nodes run for 4 hours each day. A SysOps administrator needs to optimize the cost of this solution. Which combination of actions will meet these requirements? (Choose two.) A company is running distributed computing software to manage a fleet of 20 Amazon EC2 instances for calculations. The fleet includes 2 control nodes and 18 task nodes to run the calculations. Control nodes can automatically start the task nodes. Currently, all the nodes run on demand. The control nodes must be available 24 hours a day, 7 days a week. The task nodes run for 4 hours each day. A SysOps administrator needs to optimize the cost of this solution. Which combination of actions will meet these requirements? (Choose two.) B. Use Dedicated Hosts for the control nodes. C. Use Reserved Instances for the task nodes. D. Use Spot Instances for the control nodes. Use On-Demand Instances if there is no Spot availability. E. Use Spot Instances for the task nodes. Use On-Demand Instances if there is no Spot availability. 4 / 15 4. A SysOps administrator has successfully deployed a VPC with an AWS CloudFormation template. The SysOps administrator wants to deploy the same template across multiple accounts that are managed through AWS Organizations. Which solution will meet this requirement with the LEAST operational overhead? A. Assume the OrganizationAccountAccessRole IAM role from the management account. Deploy the template in each of the accounts. B. Create an AWS Lambda function to assume a role in each account. Deploy the template by using the AWS CloudFormation CreateStack API call. C. Create an AWS Lambda function to query for a list of accounts. Deploy the template by using the AWS CloudFormation CreateStack API call. D. Use AWS CloudFormation StackSets from the management account to deploy the template in each of the accounts. 5 / 15 5. A SysOps administrator is provisioning an Amazon Elastic File System (Amazon EFS) file system to provide shared storage across multiple Amazon EC2 instances. The instances all exist in the same VPC across multiple Availability Zones. There are two instances in each Availability Zone. The SysOps administrator must make the file system accessible to each instance with the lowest possible latency. Which solution will meet these requirements? A. Create a mount target for the EFS file system in the VPC. Use the mount target to mount the file system on each of the instances. B. Create a mount target for the EFS file system in one Availability Zone of the VPC. Use the mount target to mount the file system on the instances in that Availability Zone. Share the directory with the other instances. C. Create a mount target for each instance. Use each mount target to mount the EFS file system on each respective instance. D. Create a mount target in each Availability Zone of the VPC. Use the mount target to mount the EFS file system on the instances in the respective Availability Zone. 6 / 15 6. A company has an infernal web application that runs on Amazon EC2 instances behind an Application Load Balancer. The instances run in an Amazon EC2 Auto Scaling group in a single Availability Zone. A SysOps administrator must make the application highly available. Which action should the SysOps administrator take to meet this requirement? A. Increase the maximum number of instances in the Auto Scaling group to meet the capacity that is required at peak usage. B. Increase the minimum number of instances in the Auto Scaling group to meet the capacity that is required at peak usage. C. Update the Auto Scaling group to launch new instances in a second Availability Zone in the same AWS Region. D. Update the Auto Scaling group to launch new instances in an Availability Zone in a second AWS Region. 7 / 15 7. A company hosts a website on multiple Amazon EC2 instances that run in an Auto Scaling group. Users are reporting slow responses during peak times between 6 PM and 11 PM every weekend. A SysOps administrator must implement a solution to improve performance during these peak times. What is the MOST operationally efficient solution that meets these requirements? A. Create a scheduled Amazon EventBridge (Amazon CloudWatch Events) rule to invoke an AWS Lambda function to increase the desired capacity before peak times. B. Configure a scheduled scaling action with a recurrence option to change the desired capacity before and after peak times. C. Create a target tracking scaling policy to add more instances when memory utilization is above 70%. D. Configure the cooldown period for the Auto Scaling group to modify desired capacity before and after peak times. 8 / 15 8. A company is running a website on Amazon EC2 instances behind an Application Load Balancer (ALB). The company configured an Amazon CloudFront distribution and set the ALB as the origin. The company created an Amazon Route 53 CNAME record to send all traffic through the CloudFront distribution. As an unintended side effect, mobile users are now being served the desktop version of the website. Which action should a SysOps administrator take to resolve this issue? A. Configure the CloudFront distribution behavior to forward the User-Agent header. B. Configure the CloudFront distribution origin settings. Add a User-Agent header to the list of origin custom headers. C. Enable IPv6 on the ALB. Update the CloudFront distribution origin settings to use the dualstack endpoint. D. Enable IPv6 on the CloudFront distribution. Update the Route 53 record to use the dualstack endpoint. 9 / 15 9. A SysOps administrator has enabled AWS CloudTrail in an AWS account. If CloudTrail is disabled, it must be re-enabled immediately. What should the SysOps administrator do to meet these requirements WITHOUT writing custom code? A. Add the AWS account to AWS Organizations. Enable CloudTrail in the management account. B. Create an AWS Config rule that is invoked when CloudTrail configuration changes. Apply the AWS-ConfigureCloudTrailLogging automatic remediation action. C. Create an AWS Config rule that is invoked when CloudTrail configuration changes. Configure the rule to invoke an AWS Lambda function to enable CloudTrail. D. Create an Amazon EventBridge (Amazon CloudWatch Event) hourly rule with a schedule pattern to run an AWS Systems Manager Automation document to enable CloudTrail. 10 / 15 10. A company hosts its website on Amazon EC2 instances behind an Application Load Balancer. The company manages its DNS with Amazon Route 53, and wants to point its domain’s zone apex to the website. Which type of record should be used to meet these requirements? A. An AAAA record for the domain's zone apex B. An A record for the domain's zone apex C. A CNAME record for the domain's zone apex D. An alias record for the domain's zone apex 11 / 15 11. A company must ensure that any objects uploaded to an S3 bucket are encrypted. Which of the following actions will meet this requirement? (Choose two.) A. Implement AWS Shield to protect against unencrypted objects stored in S3 buckets. B. Implement Object access control list (ACL) to deny unencrypted objects from being uploaded to the S3 bucket. C. Implement Amazon S3 default encryption to make sure that any object being uploaded is encrypted before it is stored. D. Implement Amazon Inspector to inspect objects uploaded to the S3 bucket to make sure that they are encrypted. E. Implement S3 bucket policies to deny unencrypted objects from being uploaded to the buckets. 12 / 15 12. A company has a stateful web application that is hosted on Amazon EC2 instances in an Auto Scaling group. The instances run behind an Application Load Balancer (ALB) that has a single target group. The ALB is configured as the origin in an Amazon CloudFront distribution. Users are reporting random logouts from the web application. Which combination of actions should a SysOps administrator take to resolve this problem? (Choose two.) A. Change to the least outstanding requests algorithm on the ALB target group. B. Configure cookie forwarding in the CloudFront distribution cache behavior. C. Configure header forwarding in the CloudFront distribution cache behavior. D. Enable group-level stickiness on the ALB listener rule. E. Enable sticky sessions on the ALB target group. 13 / 15 13. A company is running a serverless application on AWS Lambda. The application stores data in an Amazon RDS for MySQL DB instance. Usage has steadily increased, and recently there have been numerous “too many connections” errors when the Lambda function attempts to connect to the database. The company already has configured the database to use the maximum max_connections value that is possible. What should a SysOps administrator do to resolve these errors? A. Create a read replica of the database. Use Amazon Route 53 to create a weighted DNS record that contains both databases. B. Use Amazon RDS Proxy to create a proxy. Update the connection string in the Lambda function. C. Increase the value in the max_connect_errors parameter in the parameter group that the database uses. D. Update the Lambda function's reserved concurrency to a higher value. 14 / 15 14. A SysOps administrator is deploying an application on 10 Amazon EC2 instances. The application must be highly available. The instances must be placed on distinct underlying hardware. What should the SysOps administrator do to meet these requirements? A. Launch the instances into a cluster placement group in a single AWS Region. B. Launch the instances into a partition placement group in multiple AWS Regions. C. Launch the instances into a spread placement group in multiple AWS Regions. D. Launch the instances into a spread placement group in a single AWS Region. 15 / 15 15. A SysOps administrator is troubleshooting an AWS CloudFormation template whereby multiple Amazon EC2 instances are being created. The template is working in us-east-1, but it is failing in us-west-2 with the error code: AMI [ami-12345678] does not exist How should the Administrator ensure that the AWS CloudFormation template is working in every region? A. Copy the source region's Amazon Machine Image (AMI) to the destination region and assign it the same ID. B. Edit the AWS CloudFormation template to specify the region code as part of the fully qualified AMI ID. C. Edit the AWS CloudFormation template to offer a drop-down list of all AMIs to the user by using the AWS::EC2::AMI::ImageID control. D. Modify the AWS CloudFormation template by including the AMI IDs in the ג€Mappingsג€ section. Refer to the proper mapping within the template for the proper AMI ID. Your score is 0% Restart quiz Send feedback