Amazon AWS Certified SysOps Administrator - Associate Exam Practice Questions (P. 2)
- Full Access (478 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
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?
Which solution will meet these requirements?
- ACreate 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.
- BCreate 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.
- CCreate a mount target for each instance. Use each mount target to mount the EFS file system on each respective instance.
- DCreate 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.Most Voted
Correct Answer:
D
Reference:
https://docs.aws.amazon.com/efs/latest/ug/accessing-fs.html
D
Reference:
https://docs.aws.amazon.com/efs/latest/ug/accessing-fs.html

send
light_mode
delete
Question #12
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?
Which solution will meet this requirement with the LEAST operational overhead?
- AAssume the OrganizationAccountAccessRole IAM role from the management account. Deploy the template in each of the accounts.
- BCreate an AWS Lambda function to assume a role in each account. Deploy the template by using the AWS CloudFormation CreateStack API call.
- CCreate an AWS Lambda function to query for a list of accounts. Deploy the template by using the AWS CloudFormation CreateStack API call.
- DUse AWS CloudFormation StackSets from the management account to deploy the template in each of the accounts.Most Voted
Correct Answer:
D
Reference:
https://aws.amazon.com/blogs/aws/new-use-aws-cloudformation-stacksets-for-multiple-accounts-in-an-aws-organization/
D
Reference:
https://aws.amazon.com/blogs/aws/new-use-aws-cloudformation-stacksets-for-multiple-accounts-in-an-aws-organization/
send
light_mode
delete
Question #13
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.)
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.)
- APurchase EC2 Instance Savings Plans for the control nodes.Most Voted
- BUse Dedicated Hosts for the control nodes.
- CUse Reserved Instances for the task nodes.
- DUse Spot Instances for the control nodes. Use On-Demand Instances if there is no Spot availability.
- EUse Spot Instances for the task nodes. Use On-Demand Instances if there is no Spot availability.Most Voted
Correct Answer:
CE
CE

For optimizing cost while ensuring availability in the given infrastructure, the correct choices involve understanding the usage pattern of control and task nodes. Control nodes, due to their constant requirement, are best served through EC2 Instance Savings Plans, offering predictable billing and lower costs while maintaining accessibility. Meanwhile, task nodes, operational only for specific periods, are ideal candidates for Spot Instances to capitalize on lower costs. Using On-Demand Instances as fallbacks guarantees task execution if Spot Instances are unavailable. This dual strategy provides a well-rounded approach to cost-efficiency while ensuring operational needs are met consistently.
send
light_mode
delete
Question #14
A company is supposed to receive a data file every hour in an Amazon S3 bucket. An S3 event notification invokes an AWS Lambda function each time a file arrives. The function processes the data for use by an application.
The application team notices that sometimes the file does not arrive. The application team wants to receive a notification whenever the file does not arrive.
What is the MOST operationally efficient solution that meets these requirements?
The application team notices that sometimes the file does not arrive. The application team wants to receive a notification whenever the file does not arrive.
What is the MOST operationally efficient solution that meets these requirements?
- AAdd an S3 Lifecycle rule on the S3 bucket with a scope that is limited to objects that were created in the last hour. Configure another S3 event notification to be invoked by the lifecycle transition when the number of objects transitioned is zero. Publish a message to an Amazon Simple Notification Service (Amazon SNS) topic to notify the application team.
- BConfigure another S3 event notification to invoke a Lambda function that posts a message to an Amazon Simple Queue Service (Amazon SQS) queue. Create an Amazon CloudWatch alarm to publish a message to an Amazon Simple Notification Service (Amazon SNS) topic to notify the application team when the ApproximateAgeOfOldestMessage metric of the queue is greater than 1 hour.
- CCreate an Amazon CloudWatch alarm to publish a message to an Amazon Simple Notification Service (Amazon SNS) topic to alert the application team when the Invocations metric of the Lambda function is zero for an hour. Configure the alarm to treat missing data as breaching.Most Voted
- DCreate a new Lambda function to get the timestamp of the newest file in the S3 bucket. If the timestamp is more than 1 hour ago, publish a message to an Amazon Simple Notification Service (Amazon SNS) topic to notify the application team. Create an Amazon EventBridge (Amazon CloudWatch Events) rule to invoke the new function hourly.
Correct Answer:
C
C

Opt for creating a CloudWatch alarm that notifies the team through an Amazon SNS topic when there are no Lambda function invocations for an hour. This solution leverages the existing infrastructure with minimal components, making it operationally efficient and straightforward in scenarios where the expected data file is missing. Remember to set up the alarm to treat missing data as an alerting condition. This ensures prompt and accurate notifications without complicating system architecture.
send
light_mode
delete
Question #15
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?
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?
- AAdd the accounts to AWS Organizations. Use a service control policy (SCP) to tag all the untagged resources.
- BUse an AWS Config rule to find the untagged resources. Set the remediation action to terminate the resources.
- CUse Cost Explorer to find and tag all the untagged resources.
- DUse Tag Editor to find and tag all the untagged resources.Most Voted
Correct Answer:
D
D

To effectively manage and tag "No Tagkey" resources, using the Tag Editor is highly recommended. The Tag Editor tool allows for bulk searching and tagging of resources across multiple regions and services. This capability is crucial for quickly identifying untagged resources and assigning necessary tags, ensuring that all elements are accounted for in reports and aligning with best practices in AWS management. This approach not only aids in organization but also enhances tracking and management of costs effectively.
send
light_mode
delete
Question #16
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?
What address should be used to create the customer gateway resource?
- AThe private IP address of the customer gateway device
- BThe MAC address of the NAT device in front of the customer gateway device
- CThe public IP address of the customer gateway device
- DThe public IP address of the NAT device in front of the customer gateway deviceMost Voted
Correct Answer:
D
Reference:
https://docs.aws.amazon.com/vpn/latest/s2svpn/cgw-options.html
D
Reference:
https://docs.aws.amazon.com/vpn/latest/s2svpn/cgw-options.html
send
light_mode
delete
Question #17
A company has a web application that is experiencing performance problems many times each night. A root cause analysis reveals sudden increases in CPU utilization that last 5 minutes on an Amazon EC2 Linux instance. A SysOps administrator must find the process ID (PID) of the service or process that is consuming more CPU.
What should the SysOps administrator do to collect the process utilization information with the LEAST amount of effort?
What should the SysOps administrator do to collect the process utilization information with the LEAST amount of effort?
- AConfigure the Amazon CloudWatch agent procstat plugin to capture CPU process metrics.Most Voted
- BConfigure an AWS Lambda function to run every minute to capture the PID and send a notification.
- CLog in to the EC2 instance by using a .pem key each night. Then run the top command.
- DUse the default Amazon CloudWatch CPU utilization metric to capture the PID in CloudWatch.
Correct Answer:
A
A

The ideal way to track CPU usage by specific processes on an EC2 instance is to use the Amazon CloudWatch agent's procstat plugin. This tool enables detailed monitoring of individual process metrics with minimal overhead, allowing you to pinpoint which processes are consuming excessive CPU resources specifically during those critical 5-minute windows you've identified. This approach avoids the need for constant manual monitoring or custom script deployments, streamlining the process effectively.
send
light_mode
delete
Question #18
A SysOps administrator configured AWS Backup to capture snapshots from a single Amazon EC2 instance that has one Amazon Elastic Block Store (Amazon
EBS) volume attached. On the first snapshot, the EBS volume has 10 GiB of data. On the second snapshot, the EBS volume still contains 10 GiB of data, but 4
GiB have changed. On the third snapshot, 2 GiB of data have been added to the volume, for a total of 12 GiB.
How much total storage is required to store these snapshots?
EBS) volume attached. On the first snapshot, the EBS volume has 10 GiB of data. On the second snapshot, the EBS volume still contains 10 GiB of data, but 4
GiB have changed. On the third snapshot, 2 GiB of data have been added to the volume, for a total of 12 GiB.
How much total storage is required to store these snapshots?
- A12 GiB
- B16 GiBMost Voted
- C26 GiB
- D32 GiB
Correct Answer:
B
B

The total required storage for the snapshots comes to 16 GiB. Here’s the breakdown: the initial full snapshot captures the entire 10 GiB of the EBS volume. The second snapshot, being incremental, only captures the 4 GiB of data that changed, and the third snapshot further captures 2 GiB of additional data. Thus, by adding these together (10 GiB from the first snapshot, 4 GiB from the second, and 2 GiB from the third), the cumulative storage requirement is 16 GiB. This reflects EBS's way of optimizing data storage through incremental snapshots, where only new or altered data blocks are stored in subsequent snapshots.
send
light_mode
delete
Question #19
A team is managing an AWS account that is a member of an organization in AWS Organizations. The organization has consolidated billing features enabled. The account hosts several applications.
A SysOps administrator has applied tags to resources within the account to reflect the environment. The team needs a report of the breakdown of charges by environment.
What should the SysOps administrator do to meet this requirement?
A SysOps administrator has applied tags to resources within the account to reflect the environment. The team needs a report of the breakdown of charges by environment.
What should the SysOps administrator do to meet this requirement?
- AFilter, map, and categorize resource groups in Tag Editor.
- BEnsure that the organization's service control policies (SCPs) allow access to cost allocation tags.
- CEnsure that the IAM credentials that are used to access Cost Explorer have permissions to group cost by tags.
- DActivate the tag keys for cost allocation on the organization's management account.Most Voted
Correct Answer:
A
A

To effectively manage breakdown of charges by environment with tools already in place, the SysOps administrator should utilize the Tag Editor to filter, map, and categorize resource groups according to the tags that indicate their environments. This method leverages existing tagging to organize and visualize expenses by environment directly, without requiring further activation or permissions adjustments for tags. It strategically utilizes tagging to both manage resources and track costs efficiently, directly aligning with operational needs.
send
light_mode
delete
Question #20
A company uses an AWS CloudFormation template to provision an Amazon EC2 instance and an Amazon RDS DB instance. A SysOps administrator must update the template to ensure that the DB instance is created before the EC2 instance is launched.
What should the SysOps administrator do to meet this requirement?
What should the SysOps administrator do to meet this requirement?
- AAdd a wait condition to the template. Update the EC2 instance user data script to send a signal after the EC2 instance is started.
- BAdd the DependsOn attribute to the EC2 instance resource, and provide the logical name of the RDS resource.Most Voted
- CChange the order of the resources in the template so that the RDS resource is listed before the EC2 instance resource.
- DCreate multiple templates. Use AWS CloudFormation StackSets to wait for one stack to complete before the second stack is created.
Correct Answer:
B
B

The DependsOn attribute in AWS CloudFormation is designed specifically to control the order of resource creation. By adding the DependsOn attribute to the EC2 instance and specifying the RDS instance as the dependency, you ensure that CloudFormation will not begin the provisioning of the EC2 instance until the RDS database instance has been successfully created. This setup is crucial in scenarios where your compute resources must connect to a database immediately upon startup without encountering connectivity issues due to the database not being fully set up.
send
light_mode
delete
All Pages