SAA-C03 (140-160)

SAA-C03 (140-160)

University

20 Qs

quiz-placeholder

Similar activities

Identify Proper and Common Nouns

Identify Proper and Common Nouns

3rd Grade - University

24 Qs

Cloud Computing

Cloud Computing

University

15 Qs

Network Engineering and Security Quiz

Network Engineering and Security Quiz

University

19 Qs

PW_IoT_Quiz_3

PW_IoT_Quiz_3

University

16 Qs

Cloud Deployment and Service Models Quiz

Cloud Deployment and Service Models Quiz

University

20 Qs

Инфраструктура ИТ

Инфраструктура ИТ

University

15 Qs

E-commerce Business Models Quiz

E-commerce Business Models Quiz

University

20 Qs

Exploring Cloud Computing Concepts

Exploring Cloud Computing Concepts

University

15 Qs

SAA-C03 (140-160)

SAA-C03 (140-160)

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

John Bui

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company recently started using Amazon Aurora as the data store for its global ecommerce application. When large reports are run, developers report that the ecommerce application is performing poorly. After reviewing metrics in Amazon CloudWatch, a solutions architect finds that the ReadIOPS and CPUUtilizalion metrics are spiking when monthly reports run. What is the MOST cost-effective solution?

Migrate the monthly reporting to Amazon Redshift.

Migrate the monthly reporting to an Aurora Replica.

Migrate the Aurora database to a larger instance class.

Increase the Provisioned IOPS on the Aurora instance.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company hosts a website analytics application on a single Amazon EC2 On-Demand Instance. The analytics software is written in PHP and uses a MySQL database. The analytics software, the web server that provides PHP, and the database server are all hosted on the EC2 instance. The application is showing signs of performance degradation during busy times and is presenting 5xx errors. The company needs to make the application scale seamlessly. Which solution will meet these requirements MOST cost-effectively?

Migrate the database to an Amazon RDS for MySQL DB instance. Create an AMI of the web application. Use the AMI to launch a second EC2 On-Demand Instance. Use an Application Load Balancer to distribute the load to each EC2 instance.

Migrate the database to an Amazon RDS for MySQL DB instance. Create an AMI of the web application. Use the AMI to launch a second EC2 On-Demand Instance. Use Amazon Route 53 weighted routing to distribute the load across the two EC2 instances.

Migrate the database to an Amazon Aurora MySQL DB instance. Create an AWS Lambda function to stop the EC2 instance and change the instance type. Create an Amazon CloudWatch alarm to invoke the Lambda function when CPU utilization surpasses 75%.

Migrate the database to an Amazon Aurora MySQL DB instance. Create an AMI of the web application. Apply the AMI to a launch template. Create an Auto Scaling group with the launch template. Configure the launch template to use a Spot Fleet. Attach an Application Load Balancer to the Auto Scaling group.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company runs a stateless web application in production on a group of Amazon EC2 On-Demand Instances behind an Application Load Balancer. The application experiences heavy usage during an 8-hour period each business day. Application usage is moderate and steady overnight. Application usage is low during weekends. The company wants to minimize its EC2 costs without affecting the availability of the application. Which solution will meet these requirements?

Use Spot Instances for the entire workload.

Use Reserved Instances for the baseline level of usage. Use Spot instances for any additional capacity that the application needs.

Use On-Demand Instances for the baseline level of usage. Use Spot Instances for any additional capacity that the application needs.

Use Dedicated Instances for the baseline level of usage. Use On-Demand Instances for any additional capacity that the application needs.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company needs to retain application log files for a critical application for 10 years. The application team regularly accesses logs from the past month for troubleshooting, but logs older than 1 month are rarely accessed. The application generates more than 10 TB of logs per month. Which storage option meets these requirements MOST cost-effectively?

Store the logs in Amazon S3. Use AWS Backup to move logs more than 1 month old to S3 Glacier Deep Archive.

Store the logs in Amazon S3. Use S3 Lifecycle policies to move logs more than 1 month old to S3 Glacier Deep Archive.

Store the logs in Amazon CloudWatch Logs. Use AWS Backup to move logs more than 1 month old to S3 Glacier Deep Archive.

Store the logs in Amazon CloudWatch Logs. Use Amazon S3 Lifecycle policies to move logs more than 1 month old to S3 Glacier Deep Archive.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company has a data ingestion workflow that includes the following components: An Amazon Simple Notification Service (Amazon SNS) topic that receives notifications about new data deliveries. An AWS Lambda function that processes and stores the data. The ingestion workflow occasionally fails because of network connectivity issues. When failure occurs, the corresponding data is not ingested unless the company manually reruns the job. What should a solutions architect do to ensure that all notifications are eventually processed?

Configure the Lambda function for deployment across multiple Availability Zones.

Modify the Lambda function's configuration to increase the CPU and memory allocations for the function.

Configure the SNS topic’s retry strategy to increase both the number of retries and the wait time between retries.

Configure an Amazon Simple Queue Service (Amazon SQS) queue as the on-failure destination. Modify the Lambda function to process messages in the queue.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company has a service that produces event data. The company wants to use AWS to process the event data as it is received. The data is written in a specific order that must be maintained throughout processing. The company wants to implement a solution that minimizes operational overhead. How should a solutions architect accomplish this?

Create an Amazon Simple Queue Service (Amazon SQS) FIFO queue to hold messages. Set up an AWS Lambda function to process messages from the queue.

Create an Amazon Simple Notification Service (Amazon SNS) topic to deliver notifications containing payloads to process. Configure an AWS Lambda function as a subscriber.

Create an Amazon Simple Queue Service (Amazon SQS) standard queue to hold messages. Set up an AWS Lambda function to process messages from the queue independently.

Create an Amazon Simple Notification Service (Amazon SNS) topic to deliver notifications containing payloads to process. Configure an Amazon Simple Queue Service (Amazon SQS) queue as a subscriber.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company is migrating an application from on-premises servers to Amazon EC2 instances. As part of the migration design requirements, a solutions architect must implement infrastructure metric alarms. The company does not need to take action if CPU utilization increases to more than 50% for a short burst of time. However, if the CPU utilization increases to more than 50% and read IOPS on the disk are high at the same time, the company needs to act as soon as possible. The solutions architect also must reduce false alarms. What should the solutions architect do to meet these requirements?

Create Amazon CloudWatch composite alarms where possible.

Create Amazon CloudWatch dashboards to visualize the metrics and react to issues quickly.

Create Amazon CloudWatch Synthetics canaries to monitor the application and raise an alarm.

Create single Amazon CloudWatch metric alarms with multiple metric thresholds where possible.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?