| PDF + Test Engine |
|
||
| Test Engine |
|
||
|
|
Here are Amazon SOA-C01 PDF available features:
| 263 questions with answers | Updation Date : 16 Jul, 2026 |
| 1 day study required to pass exam | 100% Passing Assurance |
| 100% Money Back Guarantee | Free 3 Months Updates |
A company has a web application that is experiencing performance problems many times each night. A root
cause analysis reveals spikes in CPU utilization that last 5 minutes on an Amazon EC2 Linux instance A
SysOps administrator is tasked with finding the process ID (PID) of the service or process that is consuming
more CPU.
How can the administrator accomplish this with the LEAST amount of effort?
A. Configure an AWS Lambda function in Python 3.7 to run every minute to capture the PID and send a
notification.
B. Configure the procstat plugin to collect and send CPU metrics for the running processes
C. Log in to the EC2 Linux instance using a .pem key each night and then run the top command.
D. Use the default Amazon CloudWatch CPU utilization metric to capture the PID in the Cloud Watch
dashboard
A company’s website went down for several hours. The root cause was a full disk on one of the company’s
Amazon EC2 instances.
Which steps should the SysOps Administrator take to prevent this from happening in this future?
A. Configure Amazon CloudWatch Events to filter and forward AWS Health events for disk space utilization to an Amazon SNS topic to notify the Administrator.
B. Create an AWS Lambda function to describe the volume status for each EC2 instance. Post a notification to an Amazon SNS topic when a volume status is impaired.
C. Enable detailed monitoring for the EC2 instances. Create an Amazon CloudWatch alarm to notify the Administrator when disk space is running low.
D. Use the Amazon CloudWatch agent on the EC2 instances to collect disk metrics. Create a CloudWatch alarm to notify the Administrator when disk space is running low.
A sysops administrator must monitor a fleet of Amazon EC2 Linux instances with the constraint that no agents
be installed. The sysops administrator chooses Amazon CloudWatch as the monitoring tool.
Which metric can be measured given the constraints? (Select Three)
A. CPU Utilization
B. Disk Read Operations
C. Memory Utilization
D. Network Packets In
E. Network Packets Dropped
F. CPU Ready Time
A large company has multiple AWS accounts that are assigned to each department. A SysOps administrator
needs to help the company reduce overhead and manage its AWS resources more easily. The SysOps administrator also must ensure that department users, including AWS account root users, have access only to
AWS services that are essential for their job function.
Which solution will meet these requirements?
A. Enable AWS Directory Service Enforce Group Policy Objects (GPOs) on each department to restrict access.
B. Migrate all the accounts to a central account Create I AM groups for each department with only the necessary permissions
C. Use AWS Organizations and implement service control policies (SCPs) to ensure accounts use only essential AWS services
D. Use AWS Single Sign-On and configure it to limit access to only essential AWS services
A company received its latest bill with a large increase in the number of requests against Amazon SQS as
compared to the month prior. The company is not aware of any major changes in its SQA usage. The company
is concerned about the cost increase and who or what was making these calls.
What should a sysops administrator use to validate the calls mode to SQS?
A. Amazon CloudWatch
B. Amazon S3 server access logs
C. AWS CloudTrail
D. AWS Cost Explorer
A company is managing a website with a global user base hosted on Amazon EC2 with an Application Load
Balancer (ALB). To reduce the load on the web servers, a SysOps administrator configures an Amazon
CloudFront distribution with the ALB as the origin After a week of monitonng the solution, the administrator
notices that requests are still being served by the ALB and there is no change in the web server load.
What are possible causes for this problem? (Select TWO.)
A. CloudFront does not have the ALB configured as the origin access identity.
B. The DNS is still pointing to the ALB instead of the CloudFront distribution.
C. The ALB security group is not permitting inbound traffic from CloudFront.
D. The default, minimum, and maximum Time to Live (TTL) are set to 0 seconds on the CloudFront distribution.
E. The target groups associated with the ALB are configured for sticky sessions.
A SysOps Administrator has been able to consolidate multiple, secure websites onto a single server, and each
site is running on a different port. The Administrator now wants to start a duplicate server in a second
Availability Zone and put both behind a load balancer for high availability.
What would be the command line necessary to deploy one of the sites’ certificates to the load balancer?
A. Option A
B. Option B
C. Option C
D. Option D
A company has a web application that runs both on-premises and on Amazon EC2 instances. Over time both
the on-premises servers and EC2 instances begin crashing A sysops administrator suspects a memory leak in the application and wants a unified method to monitor memory utilization over time.
How can the Administrator track both the EC2 memory utilization and on-premises server memory utilization
over time?
A. Write a script or use a third-party application to report memory utilization for both EC2 instances and on-premises servers
B. Use Amazon CloudWatch agent for both Amazon EC2 instances and on-premises servers to report MemoryUtilization metrics to CloudWatch and set a CloudWatch alarm for notifications
C. Use CloudWatch agent for Amazon EC2 instances to report memory utilization to CloudWatch and set CloudWatch alarms for notifications. Use a third-party application for the on-premises servers
D. Configure a load balancer to route traffic to both on-premises servers and EC2 instances then use CloudWatch as the unified view of the metrics for the load balancer
A company is planning to deploy multiple ecommerce websites across the eu-west-1, ap-east-1, and us-west-1
Regions. The websites consist of Amazon S3 buckets Amazon EC2 instances, Amazon RDS databases and
Elastic Load Balancers.
Which method will accomplish the deployment with the LEAST amount of effort?
A. Configure deployment automation using AWS OpsWorks
B. Configure S3 cross-Region replication
C. Use AWS CloudFormation stack sets to deploy the application
D. Use AWS Elastic Beanstalk to deploy the application
A company hosts a multi-tier ecommerce web application on AWS, and has recently been alerted to suspicious
application traffic The architecture consists of Amazon EC2 instances deployed across multiple Availability
Zones behind an Application Load Balancer (ALB) After examining the server logs, a sysops administrator
determines that the suspicious traffic is an attempted SQL injection attack.
What should the sysops administrator do to prevent similar attacks?
A. Install Amazon Inspector on the EC2 instances and configure a rules package Use the findings reports to identify and block SQL injection attacks.
B. Modify the security group of the ALB Use the IP addresses from the logs to block the IP addresses where SQL injection originated.
C. Create an AWS WAF web ACL in front of the ALB. Add an SQL injection rule to the web ACL Associate the web ACL to the ALB
D. Enable Amazon GuardDuty in the AWS Region Use Amazon CloudWatch Events to trigger an AWS Lambda function response every time an SQL injection finding is discovered