Related Certification(s):
Amazon Associate, Amazon SysOps Associate Certifications
Amazon SOA-C03 Exam Topics - You’ll Be Tested in Actual Exam
The Amazon SOA-C03 exam assesses your knowledge and skills in designing and developing scalable and robust applications on the AWS platform. It covers a range of topics, including AWS architectural principles, design patterns, and best practices. You'll delve into understanding the AWS Global Infrastructure, exploring regions and availability zones, and learning how to leverage them for high availability and fault tolerance. The exam also focuses on designing secure and scalable architectures, ensuring your applications can handle increased loads and potential threats. You'll explore various AWS services like Amazon EC2, S3, and RDS, understanding their roles and configurations for optimal performance. Additionally, the exam tests your ability to identify and mitigate potential risks, ensuring your applications are resilient and secure. It covers topics like monitoring, logging, and managing costs, enabling you to optimize your AWS environment. By preparing for the SOA-C03 exam, you'll gain a comprehensive understanding of AWS services and their effective implementation, empowering you to design and develop innovative solutions in the cloud.
Amazon SOA-C03 Exam Short Quiz
Attempt this Amazon SOA-C03 exam quiz to self-assess your preparation for the actual Amazon AWS Certified CloudOps Engineer - Associate exam. CertBoosters also provides premium Amazon SOA-C03 exam questions to pass the Amazon AWS Certified CloudOps Engineer - Associate exam in the shortest possible time. Be sure to try our free practice exam software for the Amazon SOA-C03 exam.
1of 0 questions |
Amazon SOA-C03 Exam Quiz
✓ 0 answered
🔖 0 bookmarked
AmazonSOA-C03
Q1:
A CloudOps engineer needs to control access to groups of Amazon EC2 instances using AWS Systems Manager Session Manager. Specific tags on the EC2 instances have already been added.
Which additional actions should the CloudOps engineer take to control access? (Select TWO.)
☐
AAttach an IAM policy to the users or groups that require access to the EC2 instances.
☐
BAttach an IAM role to control access to the EC2 instances.
☐
CCreate a placement group for the EC2 instances and add a specific tag.
☐
DCreate a service account and attach it to the EC2 instances that need to be controlled.
☐
ECreate an IAM policy that grants access to any EC2 instances with a tag specified in the Condition element.
AmazonSOA-C03
Q2:
A CloudOps engineer has created an AWS Service Catalog portfolio and shared it with a second AWS account in the company, managed by a different CloudOps engineer.
Which action can the CloudOps engineer in the second account perform?
○
AAdd a product from the imported portfolio to a local portfolio.
○
BAdd new products to the imported portfolio.
○
CChange the launch role for the products contained in the imported portfolio.
○
DCustomize the products in the imported portfolio.
AmazonSOA-C03
Q3:
A company hosts a production MySQL database on an Amazon Aurora single-node DB cluster. The database is queried heavily for reporting purposes. The DB cluster is experiencing periods of performance degradation because of high CPU utilization and maximum connections errors. A CloudOps engineer needs to improve the stability of the database.
Which solution will meet these requirements?
○
ACreate an Aurora Replica node. Create an Auto Scaling policy to scale replicas based on CPU utilization. Ensure that all reporting requests use the read-only connection string.
○
BCreate a second Aurora MySQL single-node DB cluster in a second Availability Zone. Ensure that all reporting requests use the connection string for this additional node.
○
CCreate an AWS Lambda function that caches reporting requests. Ensure that all reporting requests call the Lambda function.
○
DCreate a multi-node Amazon ElastiCache cluster. Ensure that all reporting requests use the ElastiCache cluster. Use the database if the data is not in the cache.
AmazonSOA-C03
Q4:
A company's application servers in AWS account 111122223333 use a security group sg-1234abcd. They need to access a database hosted in account 444455556666. The VPCs are connected using a VPC peering connection (pcx-b04deed9).
A CloudOps engineer must configure the database's security group to allow new connections only from the application servers.
What should the engineer do?
○
AAdd an inbound rule to the database's security group. Reference 111122223333/sg-1234abcd as the source.
○
BAdd an inbound rule to the database's security group. Reference pcx-b04deed9/sg-1234abcd as the source.
○
CAdd an inbound rule to the database's security group. Reference sg-1234abcd as the source.
○
DAdd an inbound rule to the database's security group. Reference 444455556666/sg-1234abcd as the source.
AmazonSOA-C03
Q5:
A company with millions of subscribers needs to automatically send notifications every Saturday. The company already uses Amazon SNS to send messages but has historically sent them manually.
Which solution will meet these requirements in the MOST operationally efficient way?
○
ALaunch a new Amazon EC2 instance. Configure a cron job to use the AWS SDK to send an SNS notification to subscribers every Saturday.
○
BCreate a rule in Amazon EventBridge that triggers every Saturday. Configure the rule to publish a notification to an SNS topic.
○
CCreate an SNS subscription to a message fanout that sends notifications to subscribers every Saturday.
○
DUse AWS Step Functions scheduling to run a step every Saturday. Configure the step to publish a message to an SNS topic.