Quiz Summary
0 of 55 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 55 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- SOA-C02 – Deployment, Provisioning, and Automation 0%
- SOA-C03 – Deployment, Provisioning, and Automation 0%
- SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance Optimization 0%
- SOA-C03 – Networking and Content Delivery 0%
- SOA-C03 – Reliability and Business Continuity 0%
- SOA-C03 – Security and Compliance 0%
-
Sorry, you failed the test. Carefully read our detailed explanations including the references and cheat sheets then try again. 🙂
To view your record of all previous attempts:

Visit our FAQ page for more information on the site’s features.
-
Congratulations! You passed the test. We still highly encourage you to carefully read our detailed explanations including the references and cheat sheets. 🙂
To view your record of all previous attempts:

Visit our FAQ page for more information on the site’s features.
-
Awesome! Perfect score! We still highly encourage you to carefully read our detailed explanations including the references and cheat sheets. 🙂
To view your record of all previous attempts:

Visit our FAQ page for more information on the site’s features.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- ✔️ Answered
- 🏳️ For Review
-
Question 1 of 55
1. Question
Category: SOA-C03 – Deployment, Provisioning, and AutomationA CloudOps Engineer is managing a web application that uses Amazon ElastiCache for Memcached to cache frequently accessed data. The customers have been complaining about the system performance for the past 3 months. The Engineer monitors the metrics of each service using Amazon CloudWatch. Upon checking, the metrics of the EC2 instances of the web tier are normal but the eviction count has exceeded its threshold.
What should the Engineer do to rectify this issue?
CorrectIncorrect -
Question 2 of 55
2. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA money transfer mobile app is heavily using RESTful web services, which are hosted in an Auto Scaling group of Spot Amazon EC2 instances across multiple Availability Zones and a Load Balancer. The monitoring system is being set up, and it is known that the web services currently utilize a significant amount of memory in order to function properly.
Which of the following should be implemented to properly monitor the memory usage of the EC2 instances?
CorrectIncorrect -
Question 3 of 55
3. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA CloudOps Engineer is setting up an Amazon CloudWatch Dashboard, which should track the memory and swap usage of all Linux Amazon EC2 Instances in Amazon VPC. There will be an upcoming IT audit, and this should be done as soon as possible.
Which of the following options should be implemented to fulfill this requirement?
CorrectIncorrect -
Question 4 of 55
4. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA leading insurance company has recently adopted a hybrid cloud architecture in AWS. The organization must configure Amazon Route 53 so that if an enterprise application in the primary data center becomes unavailable, traffic is automatically redirected to the secondary data center.
Which routing policy in Route 53 should be implemented to achieve this requirement?
CorrectIncorrect -
Question 5 of 55
5. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA financial services company, which has a hybrid cloud architecture, has hired you to manage their on-premises and cloud infrastructure. As part of their disaster and recovery plan, you should set up a durable backup and archiving system for their corporate documents stored on both on-premises and on their cloud storage. These documents should be immediately accessible within minutes for 6 months and be available for another 10 years to meet the data compliance.
Which of the following is the best and most cost-effective approach to implement for this scenario?
CorrectIncorrect -
Question 6 of 55
6. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA company has hundreds of AWS KMS keys used to secure Amazon S3 buckets, Amazon RDS instances, and other AWS resources. The CloudOps Engineer has been instructed to delete certain KMS Keys to reduce management overhead and minimize costs associated with maintaining unused keys.
In this scenario, which of the following statements are true regarding the deletion of KMS keys? (Select TWO.)
CorrectIncorrect -
Question 7 of 55
7. Question
Category: SOA-C03 – Security and ComplianceA financial organization has created a custom KMS key with imported key material. The key is used to encrypt the data of a Java web application. To meet strict security compliance requirements, the KMS key must be rotated every 6 months.
Which of the following could help you achieve this requirement?
CorrectIncorrect -
Question 8 of 55
8. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA facial recognition system is using an Auto Scaling group of On-Demand EC2 instances. It has one specific instance which is causing an error and must be terminated immediately. Using the AWS CLI, how can you terminate an instance from the specified Auto Scaling group without updating the size of the group?
CorrectIncorrect -
Question 9 of 55
9. Question
Category: SOA-C03 – Networking and Content DeliveryA web application is hosted on three EC2 instances on different subnets behind an Application Load Balancer with an RDS MySQL database. The CloudOps Engineer configured a custom network ACL and security group for all the EC2 instances and the ALB that explicitly allows incoming traffic on ports 80 and 443. However, the website is still unavailable over the public internet via HTTP and HTTPS.
What should the CloudOps Engineer do to resolve the issue?
CorrectIncorrect -
Question 10 of 55
10. Question
Category: SOA-C03 – Deployment, Provisioning, and AutomationAn office supply store chain currently runs a five-day sale on its e-commerce web application using burstable EC2 instances in an Auto Scaling Group (ASG) fronted by an Application Load Balancer (ALB). The ASG scales out when the CPU Utilization reaches 70%.
Users report slow load times even though the administrator observes a 20% CPU utilization across all instances.
Which solution can resolve the issue in the most cost-effective way?
CorrectIncorrect -
Question 11 of 55
11. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationIn the recently concluded IT audit in the company, it was discovered that the disaster recovery plan in place for the cloud infrastructure does not meet the strict compliance requirements.
The CloudOps Engineer has been requested to ensure that when the snapshots of Amazon EBS volumes are completed, these will be automatically copied to another region to improve data durability.
How can the engineer achieve this requirement? (Select TWO.)
CorrectIncorrect -
Question 12 of 55
12. Question
Category: SOA-C03 – Deployment, Provisioning, and AutomationA company is designing a distributed system in AWS using an SQS queue, an Auto Scaling group of EC2 instances, and an S3 bucket. The application that runs on each EC2 instance processes the message from the queue and should store the output in S3. The Auto Scaling group will scale in or out depending on the approximate number of messages available for retrieval from the SQS queue.
Which of the following attributes of the SQS <code>get-queue-attributes</code> command should you use to complete this architecture?
CorrectIncorrect -
Question 13 of 55
13. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA web application is hosted on 4 On-Demand Amazon EC2 instances, which are deployed evenly across two Availability Zones behind an Application Load Balancer. Monitoring through Amazon CloudWatch indicates that one of the EC2 instances is operating at approximately 95% CPU utilization, while the other three instances only have 10% CPU utilization.
Which of the following is the most suitable fix for this issue?
CorrectIncorrect -
Question 14 of 55
14. Question
Category: SOA-C03 – Networking and Content DeliveryA company has a requirement to connect their on-premises network to a new VPC on AWS to complete their hybrid cloud architecture. As the CloudOps Engineer of the company, you are responsible in both managing their cloud infrastructure as well as establishing connectivity to their other corporate data centers.
Which of the following should provide your resources on AWS the connectivity to external networks? (Select TWO.)
CorrectIncorrect -
Question 15 of 55
15. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA CloudOps Engineer needs to implement a highly available and scalable cloud architecture in AWS for the new online remittance system of the organization. The Engineer set up an Application Load Balancer and launched an Auto Scaling group of Spot EC2 instances on their UAT VPC. The QA team conducted performance testing on the new system and found out a defect in the application server. The Engineer wants to investigate the problem and make the necessary changes without invoking the scaling down processes, which is why the Engineer temporarily suspended the
Terminatescaling process.What will be its effect on the Auto Scaling group’s Availability Zone rebalancing process (
AZRebalance) during this period?CorrectIncorrect -
Question 16 of 55
16. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA company is using Amazon S3 to serve static content and Amazon CloudFront to speed up content delivery to its users across the globe. For the next business cycle, the company plans on improving these services to attract more customers and provide a better user experience. To plan the next step, the CloudOps Engineer requires more information regarding the activities occurring in the AWS resources. CloudFront includes a variety of reports that the Engineer can use to view usage and activity within the CloudFront distributions.
How can the Engineer utilize these reports for this purpose? (Select TWO.)
CorrectIncorrect -
Question 17 of 55
17. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationAn IT Consulting company has a VPC in the us-east-1 (N. Virginia) region for its business operations. Last month, the entire us-east-1 AWS region went down, which totally rendered all of the cloud systems unavailable and eventually resulted in a financial loss. To prevent this from happening again, the CTO instructed the CloudOps Engineer to set up a notification system that provides alerts via Slack messaging channel when AWS is experiencing events that may impact the cloud resources.
Which of the following options should the Engineer implement to meet this requirement?
CorrectIncorrect -
Question 18 of 55
18. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationAn aerospace manufacturer and spaceflight services company has a set of AWS CloudFormation templates for its applications hosted in AWS. There is a requirement to ensure that all API calls to the CloudFormation templates are properly recorded for audit purposes.
Which of the following should be used to meet this requirement?
CorrectIncorrect -
Question 19 of 55
19. Question
Category: SOA-C03 – Security and ComplianceA technology company needs to ensure that all objects in their S3 bucket are encrypted at rest. In addition, the CloudOps Engineer should also configure proper permissions on the S3 bucket.
Which of the following is required to properly implement this requirement?
CorrectIncorrect -
Question 20 of 55
20. Question
Category: SOA-C03 – Reliability and Business ContinuityAn online food delivery website is hosted in an Amazon ECS Cluster and is using an RDS database instance. The company has recently deployed the new version of its delivery website which uses Amazon Aurora Serverless instead of RDS. Your manager instructed you to disable the backups of your RDS instance as these will no longer be used. You were able to successfully set the retention period to 1 with no issues but you encountered an error when you tried to set this at 0.
Which of the following could be the possible reason for this issue?
CorrectIncorrect -
Question 21 of 55
21. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA company has multiple sets of running Amazon EC2 instances, each with an ELB to distribute traffic among the instances. It is important that the endpoints are reachable, and the CloudOps Engineer should be notified if something goes wrong. Amazon Route 53 health checks must be integrated with Amazon CloudWatch alarms to monitor endpoint health.
Which of the following are valid types of Route 53 health checks that can be used? (Select TWO.)
CorrectIncorrect -
Question 22 of 55
22. Question
Category: SOA-C03 – Security and ComplianceA tech startup company plans to develop a mobile application that sends and fetches data to a DynamoDB table. The app is using the DynamoDB SDK and root account access keys to connect to DynamoDB.
Which of the following is the best option to improve the security of this architecture?
CorrectIncorrect -
Question 23 of 55
23. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA company developed a new website that is ready to be deployed in AWS and be made publicly available over the Internet. But before they do so, the website should support HTTPS since it will be delivering confidential information over the network. The website is required to meet regulatory and compliance requirements for encryption of data in transit.
Which of the following services will enable the company to provision SSL/TLS certificates for its website for encryption of sensitive data in transit and authentication purposes?
CorrectIncorrect -
Question 24 of 55
24. Question
Category: SOA-C02 – Deployment, Provisioning, and AutomationA development team uses an AWS CloudFormation template to build the company’s infrastructure, including an Amazon EC2 instance and an Amazon RDS instance. The team needs to modify the template to ensure the EC2 instance is launched only after the RDS instance has been successfully created.
What actions should the CloudOps Engineer take to update the template correctly in this order?
CorrectIncorrect -
Question 25 of 55
25. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA telecommunications company monitors its AWS environment with Amazon CloudWatch and has configured several CloudWatch alarms to allow its IT Operations team to be notified and respond to any system outages. The development teams and the respective managers must receive a notification immediately when an alarm is triggered.
Which of the following is recommended to be used in this scenario?
CorrectIncorrect -
Question 26 of 55
26. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationAn accounting company has recently adopted a hybrid cloud infrastructure and they instructed you to set up a system to store each of their employee’s work files in an S3 bucket. You noticed that all documents, which are created after 3 months, are no longer accessed by the users.
As the company’s Systems Administrator, which of the following is the most suitable way to reduce the storage costs while still providing users access to the files?
CorrectIncorrect -
Question 27 of 55
27. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA business is serving thousands of media assets stored on Amazon S3 to customers all over the world. The company already has a CloudFront distribution in place with Amazon S3 as its origin. In order to improve content delivery to various devices, the company is deploying an on-the-fly image transformation. In line with this change, the CloudOps Engineer must think of a way to help reduce the number of requests hitting the origin and increase the percentage of content served directly by CloudFront.
Which action can help the CloudOps Engineer complete the task?
CorrectIncorrect -
Question 28 of 55
28. Question
Category: SOA-C03 – Deployment, Provisioning, and AutomationA company plans to set up a deployment process using CloudFormation. The CloudOps Engineer regularly updates the templates to map the latest AMI IDs. Since it takes time to do this all the time, the Administrator needs to look for other ways to streamline and automate this process.
Which of the following options can satisfy the given requirement?
CorrectIncorrect -
Question 29 of 55
29. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA leading insurance firm has a VPC in the US East (N. Virginia) region for their head office in New York and another VPC in the US West (N. California) for their regional office in California. There is a requirement to establish a low latency, high-bandwidth connection between their on-premises data center in Chicago and both of their VPCs in AWS.
As the SysOps Administrator of the firm, how could you implement this in a cost-effective manner?
CorrectIncorrect -
Question 30 of 55
30. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationThe company’s AWS billing report is currently generated on a monthly basis. To strengthen financial monitoring, the accounting department instructed the CloudOps Engineer to implement a mechanism for receiving billing updates more frequently than once a month. A spreadsheet application will be used to view and analyze the billing data.
Which of the following is the MOST suitable solution that the Engineer should implement for this scenario?
CorrectIncorrect -
Question 31 of 55
31. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationAn accounting firm has created a set of AWS CloudFormation stacks that are used to deploy various application environments in its VPC. Due to the tax filing season, one of the underlying Amazon EC2 instances, which was launched as part of the CloudFormation stack, needs to be changed and upgraded to a higher Instance type.
Which of the following is the best way to implement this change?
CorrectIncorrect -
Question 32 of 55
32. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA government agency has deployed a fleet of Amazon EC2 instances to host its web applications. To monitor the system effectively, the logs from the NGINX web servers running on these EC2 instances need to be sent to Amazon CloudWatch.
Which of the following should be implemented to achieve this task in a cost-effective manner? (Select TWO.)
CorrectIncorrect -
Question 33 of 55
33. Question
Category: SOA-C03 – Deployment, Provisioning, and AutomationA company has an e-commerce website that uses images and other media files from an S3 bucket. The website is also hosted in AWS but it has a custom domain name (shop.tutorialsdojo.com) registered using Route 53. There was a recent change in the bucket which hinders the website from showing the images hosted in S3.
Which of the following options should you do to fix this issue?
CorrectIncorrect -
Question 34 of 55
34. Question
Category: SOA-C03 – Deployment, Provisioning, and AutomationAn organization has an application running in an Auto Scaling group of Amazon EC2 instances. You have been tasked to remotely execute shell scripts and securely manage the configuration of your instances.
Which of the following could help you achieve this requirement?
CorrectIncorrect -
Question 35 of 55
35. Question
Category: SOA-C03 – Reliability and Business ContinuityA research agency is performing a migration operation with its production file server to AWS. The CloudOps Engineer is required to ensure that the data stored on the file server in AWS will remain accessible even if an Availability Zone (AZ) is unavailable, system maintenance is ongoing, or unplanned service disruption occurs. In addition, users should be able to interact with the file server via SMB protocol and manage file permissions using Windows Access Control Lists (ACLs).
Which cloud solution can help the CloudOps Engineer accomplish the requirements?
CorrectIncorrect -
Question 36 of 55
36. Question
Category: SOA-C03 – Reliability and Business ContinuityA company currently has an application which is hosted in an On-Demand EC2 instance in one Availability Zone. You are instructed to redesign the architecture to make it scalable and highly available. Which of the following should you do to accomplish this task?
CorrectIncorrect -
Question 37 of 55
37. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA company has numerous AWS accounts and is managed using AWS Organizations. The finance department has requested a monthly breakdown of cloud expenditures for each department. AWS Systems Manager OpsCenter is used as a centralized location to manage operational work items of the corporate AWS resources across AWS accounts.
What sequence of actions should the CloudOps Engineer take in order to supply the required information? (Select TWO.)
CorrectIncorrect -
Question 38 of 55
38. Question
Category: SOA-C03 – Deployment, Provisioning, and AutomationAn online learning platform hosts its website application on Amazon EC2 instances in an Auto Scaling group (ASG). Occasionally, the site’s traffic increases during peak hours. This traffic spike causes the CPU Utilization to hit 80%, which triggers the ASG to scale out.
The CloudOps Engineer noticed that the new instances created by ASG take a lot of time to be available because of a long-running user data script that installs several software dependencies. She has to decrease the time it takes for the new instances to become available.
Which action should the CloudOps Engineer perform to ensure that the requirement is met?
CorrectIncorrect -
Question 39 of 55
39. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA company plans to migrate an Oracle Real Application Clusters (RAC) database from an on-premises data center to VPC in AWS. Since Amazon RDS does not support Oracle RAC, the CloudOps Engineer decided to launch the database on a large Amazon EC2 instance with multiple Amazon EBS Volumes attached. The database will be used to process high-throughput workloads. The Engineer is required to set up a monitoring system that provides metrics about the instance as well as the EBS Volumes. The database is heavily used, and the monitoring system should be updated every 2 minutes.
Which of the following is the most suitable option that the Engineer should implement? (Select TWO.)
CorrectIncorrect -
Question 40 of 55
40. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA company has multiple AWS accounts which are consolidated with AWS Organizations. You are instructed to ensure that the tags are consistently applied when your resources are created in AWS across all accounts.
Which of the following options should you do to satisfy this requirement? (Select TWO.)
CorrectIncorrect -
Question 41 of 55
41. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationAn organization is using Amazon EC2 instances to host a web application. A CloudOps engineer has been assigned to set up an alert to notify the IT Operations team when EC2 instance service limits are nearing capacity.
Which of the following solutions can satisfy the given requirement?
CorrectIncorrect -
Question 42 of 55
42. Question
Category: SOA-C03 – Security and ComplianceA company with a multi-account AWS environment has several AWS resources that are shared with an external entity. To improve the security posture of the company’s cloud infrastructure, the CloudOps Engineer needs to preview any changes to be implemented in the existing resource permissions. The Administrator must ensure that the new policy changes grant only the intended public and cross-account access to their specified cloud resource. A weekly report is also necessary which contains a list of all the access and the external principal granted to each shared AWS resource.
What should the Engineer do to satisfy the given requirement?
CorrectIncorrect -
Question 43 of 55
43. Question
Category: SOA-C03 – Deployment, Provisioning, and AutomationA CloudOps Engineer is using the AWS CloudFormation template to create AWS resources. The template specifically defines an Auto Scaling group of Amazon EC2 instances. The Auto Scaling group launch template includes a user data script to provision each EC2 instance. The team also uses AWS Systems Manager Automation Runbook to manage routine operational tasks on the EC2 instances. Unfortunately, the creation of the Auto Scaling group resource is failing because a wait condition isn’t receiving success signals.
Which solution must the CloudOps Engineer implement to resolve the error?
CorrectIncorrect -
Question 44 of 55
44. Question
Category: SOA-C03 – Reliability and Business ContinuityA company is hosting a multi-tiered web application that consists of an e-commerce module as well as a blogging site that fetches data from a database. Some articles, which are static web pages, have lots of page hits and sometimes cause the application to behave slowly.
Which of the following can be used to alleviate the issue of slow loading times when many users are visiting the application for such pages, in the MOST cost-effective way?
CorrectIncorrect -
Question 45 of 55
45. Question
Category: SOA-C03 – Deployment, Provisioning, and AutomationA CloudOps Engineer needs to create a new subnet in a VPC with a CIDR block of 192.168.0.0/16. The subnet will be explicitly used for the staging environment of the development team. Also, the subnet’s size should be just enough to handle 30 EC2 instances to avoid any unused IP addresses.
Which of the following CIDR blocks should the Administrator use for the subnet?
CorrectIncorrect -
Question 46 of 55
46. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA company is setting up a cloud architecture for a forex trading platform that will allow the users to trade various currencies around the globe 24/7. As the Systems Engineer, you are responsible for ensuring that the application is highly available to avoid any disruption of the service which may cost the company thousands of dollars in lost revenue. You also have to set up each load balancer node to distribute the incoming traffic evenly across the registered targets in all enabled Availability Zones.
Which of the following options is required in order for you to accomplish this? (Select TWO.)
CorrectIncorrect -
Question 47 of 55
47. Question
Category: SOA-C03 – Security and ComplianceA company has an enterprise web application that uses Amazon RDS PostgreSQL as its database. The Audit team requires that any sensitive data stored in the database be reviewed. For this reason, the company’s CloudOps Engineer must present a list of findings to the team.
Which action will accomplish the task in the most optimal way?
CorrectIncorrect -
Question 48 of 55
48. Question
Category: SOA-C03 – Deployment, Provisioning, and AutomationA company is using AWS CloudFormation to provision a set of AWS resources across multiple regions. The manager noticed that the infrastructure configuration differs from its previous state. As the company’s CloudOps Engineer, the task is to identify configuration changes across resources.
Which of the following could help you achieve this requirement?
CorrectIncorrect -
Question 49 of 55
49. Question
Category: SOA-C03 – Security and ComplianceA former colleague reached out to you for consultation. He uploads a Django project in Elastic Beanstalk through CLI using instructions he read in a blog post, but for some reason he could not create the environment he needs for his project. He encounters an error message saying “The instance profile aws-elasticbeanstalk-ec2-role associated with the environment does not exist.”
What are the possible causes of this issue? (SELECT TWO.)
CorrectIncorrect -
Question 50 of 55
50. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationAn IT Consulting company has three separate AWS accounts in different regions with one VPC on each account. The manager instructed you to connect the three VPCs to each other and reminded you that these VPCs have no overlapping IPv4 or IPv6 CIDR blocks.
Which of the following is the most cost-effective connectivity option for this scenario?
CorrectIncorrect -
Question 51 of 55
51. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA leading insurance firm has a customer portal that is hosted on a fleet of Spot EC2 instances which are part of an Auto Scaling Group. The application is being used quite extensively during office hours from 8 in the morning till 4 in the afternoon. Users are complaining that the performance of the application is slow during the start of the day after which the application works properly.
Which of the following can be done to ensure that the application works properly at the beginning of the day?
CorrectIncorrect -
Question 52 of 55
52. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA leading university is using a fleet of On-Demand EC2 instances with an Application Load Balancer to host their online student portal. To monitor the system performance, you have installed a CloudWatch Agent to automatically check the memory utilization of the servers hosted in the EC2 instances. As the sole Systems Administrator of the entire university, you need to be notified whenever the memory breaches a certain threshold.
How can you accomplish this task? (Select TWO.)
CorrectIncorrect -
Question 53 of 55
53. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA company plans to migrate a large dataset from an on-premises MySQL database to an existing Amazon RDS instance. The CloudOps Engineer must ensure that the migration process does not exceed the storage capacity of the existing RDS instance.
Which of the following metrics should be monitored during the load process?
CorrectIncorrect -
Question 54 of 55
54. Question
Category: SOA-C03 – Deployment, Provisioning, and AutomationA logistics company is using AWS Organizations to manage its production environment centrally. The DevOps team manager requires that no Amazon S3 buckets in its production accounts should ever be deleted.
What is the SIMPLEST way to ensure that all the S3 buckets in production accounts can never be deleted?
CorrectIncorrect -
Question 55 of 55
55. Question
Category: SOA-C03 – Monitoring, Logging, Analysis, Remediation, and Performance OptimizationA company is using AWS KMS to encrypt the data in its suite of financial applications deployed in different AWS accounts. Additionally, Amazon EC2 key pairs are used to manage SSH access to instances across these accounts. The CloudOps Engineer is instructed to capture all events related to AWS KMS and EC2 key pairs, including key creation, deletion, and rotation, across all accounts. This is required for security compliance and audit readiness.
Which of the following approach can be used to fulfill this requirement?
CorrectIncorrect
