Amazon SAA-C03 Exam Topics - You’ll Be Tested in Actual Exam
The Amazon SAA-C03 exam is a comprehensive assessment designed to evaluate your knowledge and skills in utilizing Amazon Web Services (AWS). This exam covers a wide range of topics, ensuring that you possess a deep understanding of AWS services, security practices, and networking concepts. By successfully passing the SAA-C03 exam, you will demonstrate your expertise in leveraging AWS to build secure and scalable cloud solutions. The exam topics include an introduction to AWS, where you'll learn about the fundamental services and features of the platform. You'll delve into the world of Amazon Virtual Private Cloud (VPC), exploring its capabilities for creating isolated networks and managing network traffic. Security is a critical aspect, and the exam covers various security measures, including identity and access management (IAM) and encryption techniques. You'll also gain insights into Amazon's robust disaster recovery and business continuity strategies. Additionally, the SAA-C03 exam assesses your understanding of Amazon's storage services, such as Amazon Simple Storage Service (S3) and Amazon Elastic Block Store (EBS), and their optimal use cases. Networking concepts, such as routing, subnetting, and network addressing, are also integral to the exam, ensuring you can design and implement efficient network architectures. Furthermore, you'll explore the world of Amazon's compute services, including Amazon Elastic Compute Cloud (EC2) and its diverse instance types, as well as the powerful capabilities of Amazon Lambda for serverless computing. The exam also covers database services, with a focus on Amazon Relational Database Service (RDS) and Amazon DynamoDB, ensuring you can make informed choices for your database needs. Lastly, you'll learn about monitoring and logging tools, such as Amazon CloudWatch and AWS CloudTrail, which are essential for maintaining the health and security of your AWS environment.
Amazon SAA-C03 Exam Short Quiz
Attempt this Amazon SAA-C03 exam quiz to self-assess your preparation for the actual Amazon AWS Certified Solutions Architect - Associate exam. CertBoosters also provides premium Amazon SAA-C03 exam questions to pass the Amazon AWS Certified Solutions Architect - Associate exam in the shortest possible time. Be sure to try our free practice exam software for the Amazon SAA-C03 exam.
1of 0 questions |
Amazon SAA-C03 Exam Quiz
✓ 0 answered
🔖 0 bookmarked
AmazonSAA-C03
Q1:
A company uses an Amazon EC2 Auto Scaling group to host an API. The EC2 instances are in a target group that is associated with an Application Load Balancer (ALB). The company stores data in an Amazon Aurora PostgreSQL database.
The API has a weekly maintenance window. The company must ensure that the API returns a static maintenance response during the weekly maintenance window.
Which solution will meet this requirement with the LEAST operational overhead?
○
ACreate a table in Aurora PostgreSQL that has fields to contain keys and values. Create a key for a maintenance flag. Set the flag when the maintenance window starts. Configure the API to query the table for the maintenance flag and to return a maintenance response if the flag is set. Reset the flag when the maintenance window is finished.
○
BCreate an Amazon Simple Queue Service (Amazon SQS) queue. Subscribe the EC2 instances to the queue. Publish a message to the queue when the maintenance window starts. Configure the API to return a maintenance message if the instances receive a maintenance start message from the queue. Publish another message to the queue when the maintenance window is finished to restore normal operation.
○
CCreate a listener rule on the ALB to return a maintenance response when the path on a request matches a wildcard. Set the rule priority to one. Perform the maintenance. When the maintenance window is finished, delete the listener rule.
○
DCreate an Amazon Simple Notification Service (Amazon SNS) topic Subscribe the EC2 instances to the topic Publish a message to the topic when the maintenance window starts. Configure the API to return a maintenance response if the instances receive the maintenance start message from the topic. Publish another message to the topic when the maintenance window finshes to restore normal operation.
AmazonSAA-C03
Q2:
A manufacturing company runs an order processing application in its VPC. The company wants to securely send messages from the application to an external Salesforce system that uses Open Authorization (OAuth).
A solutions architect needs to integrate the company's order processing application with the external Salesforce system.
Which solution will meet these requirements?
○
ACreate an Amazon Simple Notification Service (Amazon SNS) topic in a fanout configuration that pushes data to an HTTPS endpoint. Configure the order processing application to publish messages to the SNS topic.
○
BCreate an Amazon Simple Notification Service (Amazon SNS) topic in a fanout configuration that pushes data to an Amazon Data Firehose delivery stream that has a HTTP destination. Configure the order processing application to publish messages to the SNS topic.
○
CCreate an Amazon EventBridge rule and configure an Amazon EventBridge API destination partner Configure the order processing application to publish messages to Amazon EventBridge.
○
DCreate an Amazon Managed Streaming for Apache Kafka (Amazon MSK) topic that has an outbound MSK Connect connector. Configure the order processing application to publish messages to the MSK topic.
AmazonSAA-C03
Q3:
A company deploys its applications on Amazon Elastic Kubernetes Service (Amazon EKS) behind an Application Load Balancer in an AWS Region. The application needs to store data in a PostgreSQL database engine. The company wants the data in the database to be highly available. The company also needs increased capacity for read workloads.
Which solution will meet these requirements with the MOST operational efficiency?
○
ACreate an Amazon DynamoDB database table configured with global tables.
○
BCreate an Amazon RDS database with Multi-AZ deployments
○
CCreate an Amazon RDS database with Multi-AZ DB cluster deployment.
○
DCreate an Amazon RDS database configured with cross-Region read replicas.
AmazonSAA-C03
Q4:
A company needs a solution to enforce data encryption at rest on Amazon EC2 instances. The solution must automatically identify noncompliant resources and enforce compliance policies on findings.
Which solution will meet these requirements with the LEAST administrative overhead?
○
AUse an 1AM policy that allows users to create only encrypted Amazon Elastic Block Store (Amazon EBS) volumes. Use AWS Config and AWS Systems Manager to automate the detection and remediation of unencrypted EBS volumes.
○
BUse AWS Key Management Service (AWS KMS) to manage access to encrypted Amazon Elastic Block Store (Amazon EBS) volumes. Use AWS Lambda and Amazon EventBridge to automate the detection and remediation of unencrypted EBS volumes.
○
CUse Amazon Macie to detect unencrypted Amazon Elastic Block Store (Amazon EBS) volumes. Use AWS Systems Manager Automation rules to automatically encrypt existing and new EBS volumes.
○
DUse Amazon Inspector to detect unencrypted Amazon Elastic Block Store (Amazon EBS) volumes. Use AWS Systems Manager Automation rules to automatically encrypt existing and new EBS volumes.
AmazonSAA-C03
Q5:
A company wants to publish a private website for its on-premises employees. The website consists of several HTML pages and image files. The website must be available only through HTTPS and must be available only to on-premises employees. A solutions architect plans to store the website files in an Amazon S3 bucket.
Which solution will meet these requirements?
○
ACreate an S3 bucket policy to deny access when the source IP address is not the public IP address of the on-premises environment Set up an Amazon Route 53 alias record to point to the S3 bucket. Provide the alias record to the on-premises employees to grant the employees access to the website.
○
BCreate an S3 access point to provide website access. Attach an access point policy to deny access when the source IP address is not the public IP address of the on-premises environment. Provide the S3 access point alias to the on-premises employees to grant the employees access to the website.
○
CCreate an Amazon CloudFront distribution that includes an origin access control (OAC) that is configured for the S3 bucket. Use AWS Certificate Manager for SSL. Use AWS WAF with an IP set rule that allows access for the on-premises IP address. Set up an Amazon Route 53 alias record to point to the CloudFront distribution.
○
DCreate an Amazon CloudFront distribution that includes an origin access control (OAC) that is configured for the S3 bucket. Create a CloudFront signed URL for the objects in the bucket. Set up an Amazon Route 53 alias record to point to the CloudFront distribution. Provide the signed URL to the on-premises employees to grant the employees access to the website.