Amazon AWS Certified Solutions Architect - Associate SAA-C02
Prev

There are 450 results

Next
#1 (Accuracy: 92% / 9 votes)
A solutions architect is designing a solution where users will be directed to a backup static error page if the primary website is unavailable. The primary website's DNS records are hosted in Amazon Route 53 where their domain is pointing to an Application Load Balancer (ALB).
Which configuration should the solutions architect use to meet the company's needs while minimizing changes and infrastructure overhead?
  • A. Point a Route 53 alias record to an Amazon CloudFront distribution with the ALB as one of its origins. Then, create custom error pages for the distribution.
  • B. Set up a Route 53 active-passive failover configuration. Direct traffic to a static error page hosted within an Amazon S3 bucket when Route 53 health checks determine that the ALB endpoint is unhealthy.
  • C. Update the Route 53 record to use a latency-based routing policy. Add the backup static error page hosted within an Amazon S3 bucket to the record so the traffic is sent to the most responsive endpoints.
  • D. Set up a Route 53 active-active configuration with the ALB and an Amazon EC2 instance hosting a static error page as endpoints. Route 53 will only send requests to the instance if the health checks fail for the ALB.
#2 (Accuracy: 100% / 4 votes)
A solutions architect is designing a high performance computing (HPC) workload on Amazon EC2. The EC2 instances need to communicate to each other frequently and require network performance with low latency and high throughput.
Which EC2 configuration meets these requirements?
  • A. Launch the EC2 instances in a cluster placement group in one Availability Zone.
  • B. Launch the EC2 instances in a spread placement group in one Availability Zone.
  • C. Launch the EC2 instances in an Auto Scaling group in two Regions and peer the VPCs.
  • D. Launch the EC2 instances in an Auto Scaling group spanning multiple Availability Zones.
#3 (Accuracy: 100% / 7 votes)
A company has a legacy application that processes data in two parts. The second part of the process takes longer than the first, so the company has decided to rewrite the application as two microservices running on Amazon ECS that can scale independently.
How should a solutions architect integrate the microservices?
  • A. Implement code in microservice 1 to send data to an Amazon S3 bucket. Use S3 event notifications to invoke microservice 2.
  • B. Implement code in microservice 1 to publish data to an Amazon SNS topic. Implement code in microservice 2 to subscribe to this topic.
  • C. Implement code in microservice 1 to send data to Amazon Kinesis Data Firehose. Implement code in microservice 2 to read from Kinesis Data Firehose.
  • D. Implement code in microservice 1 to send data to an Amazon SQS queue. Implement code in microservice 2 to process messages from the queue.
#4 (Accuracy: 100% / 10 votes)
A company runs a multi-tier web application that hosts news content. The application runs on Amazon EC2 instances behind an Application Load Balancer. The instances run in an EC2 Auto Scaling group across multiple Availability Zones and use an Amazon Aurora database. A solutions architect needs to make the application more resilient to periodic increases in request rates.
Which architecture should the solutions architect implement? (Choose two.)
  • A. Add AWS Shield.
  • B. Add Aurora Replica.
  • C. Add AWS Direct Connect.
  • D. Add AWS Global Accelerator.
  • E. Add an Amazon CloudFront distribution in front of the Application Load Balancer.
#5 (Accuracy: 100% / 2 votes)
A company is migrating a three-tier application to AWS. The application requires a MySQL database. In the past, the application users reported poor application performance when creating new entries. These performance issues were caused by users generating different real-time reports from the application during working hours.
Which solution will improve the performance of the application when it is moved to AWS?
  • A. Import the data into an Amazon DynamoDB table with provisioned capacity. Refactor the application to use DynamoDB for reports.
  • B. Create the database on a compute optimized Amazon EC2 instance. Ensure compute resources exceed the on-premises database.
  • C. Create an Amazon Aurora MySQL Multi-AZ DB cluster with multiple read replicas. Configure the application to use the reader endpoint for reports.
  • D. Create an Amazon Aurora MySQL Multi-AZ DB cluster. Configure the application to use the backup instance of the cluster as an endpoint for the reports.
#6 (Accuracy: 100% / 2 votes)
Organizers for a global event want to put daily reports online as static HTML pages. The pages are expected to generate millions of views from users around the world. The files are stored in an Amazon S3 bucket. A solutions architect has been asked to design an efficient and effective solution.
Which action should the solutions architect take to accomplish this?
  • A. Generate presigned URLs for the files.
  • B. Use cross-Region replication to all Regions.
  • C. Use the geoproximity feature of Amazon Route 53.
  • D. Use Amazon CloudFront with the S3 bucket as its origin.
#7 (Accuracy: 100% / 5 votes)
A solutions architect is designing a new service behind Amazon API Gateway. The request patterns for the service will be unpredictable and can change suddenly from 0 requests to over 500 per second. The total size of the data that needs to be persisted in a backend database is currently less than 1 GB with unpredictable future growth. Data can be queried using simple key-value requests.
Which combination of AWS services would meet these requirements? (Choose two.)
  • A. AWS Fargate
  • B. AWS Lambda
  • C. Amazon DynamoDB
  • D. Amazon EC2 Auto Scaling
  • E. MySQL-compatible Amazon Aurora
#8 (Accuracy: 100% / 2 votes)
A solutions architect is designing a solution to access a catalog of images and provide users with the ability to submit requests to customize images. Image customization parameters will be in any request sent to an AWS API Gateway API. The customized image will be generated on demand, and users will receive a link they can click to view or download their customized image. The solution must be highly available for viewing and customizing images.
What is the MOST cost-effective solution to meet these requirements?
  • A. Use Amazon EC2 instances to manipulate the original image into the requested customizations. Store the original and manipulated images in Amazon S3. Configure an Elastic Load Balancer in front of the EC2 instances.
  • B. Use AWS Lambda to manipulate the original image to the requested customizations. Store the original and manipulated images in Amazon S3. Configure an Amazon CloudFront distribution with the S3 bucket as the origin.
  • C. Use AWS Lambda to manipulate the original image to the requested customizations. Store the original images in Amazon S3 and the manipulated images in Amazon DynamoDB. Configure an Elastic Load Balancer in front of the Amazon EC2 instances.
  • D. Use Amazon EC2 instances to manipulate the original image into the requested customizations. Store the original images in Amazon S3 and the manipulated images in Amazon DynamoDB. Configure an Amazon CloudFront distribution with the S3 bucket as the origin.
#9 (Accuracy: 100% / 1 votes)
A company is planning to migrate a business-critical dataset to Amazon S3. The current solution design uses a single S3 bucket in the us-east-1 Region with versioning enabled to store the dataset. The company's disaster recovery policy states that all data multiple AWS Regions.
How should a solutions architect design the S3 solution?
  • A. Create an additional S3 bucket in another Region and configure cross-Region replication.
  • B. Create an additional S3 bucket in another Region and configure cross-origin resource sharing (CORS).
  • C. Create an additional S3 bucket with versioning in another Region and configure cross-Region replication.
  • D. Create an additional S3 bucket with versioning in another Region and configure cross-origin resource (CORS).
#10 (Accuracy: 100% / 6 votes)
A company's web application uses an Amazon RDS PostgreSQL DB instance to store its application data. During the financial closing period at the start of every month, Accountants run large queries that impact the database's performance due to high usage. The company wants to minimize the impact that the reporting activity has on the web application.
What should a solutions architect do to reduce the impact on the database with the LEAST amount of effort?
  • A. Create a read replica and direct reporting traffic to the replica.
  • B. Create a Multi-AZ database and direct reporting traffic to the standby.
  • C. Create a cross-Region read replica and direct reporting traffic to the replica.
  • D. Create an Amazon Redshift database and direct reporting traffic to the Amazon Redshift database.