Sample Questions:Q) 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 websites DNS records are hosted in Amazon Route 53 where their domain is pointing toan Application Load Balancer (ALB).Which configuration should the solutions architect use to meet the companys needs while minimizing changes and infrastructure overhead?A. Point a Route 53 alias record to an Amazon Cloud Front 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 heal checks fail for the ALB.Q) 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.Q) A company wants to host a scalable web application on AWS. The application will be accessed by users from different geographic regions of the world. Application users will be able to download and upload unique data up to gigabytes in size. The development team wants a cost-effective solution to minimize upload and download latency and maximize performance. What should a solutions architect do to accomplish this?A. Use Amazon S3 with Transfer Acceleration to host the application.B. Use Amazon S3 with Cache Control headers to host the application.C. Use Amazon EC2 with Auto Scaling and Amazon Cloud Front to host the application.D. Use Amazon EC2 with Auto Scaling and Amazon Elasti Cache to host the application.Q) A company is migrating from an on-premises infrastructure to the AWS Cloud. One of the companys applications stores files on a Windows file server farm that uses Distributed File System Replication (DFSR) to keep data in sync. A solutions architect needs to replace the file server farm. Which service should the solutions architect use?A. Amazon EFSB. Amazon FSxC. Amazon S3D. AWS Storage GatewayQ) A company has a legacy application that process 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.Q) A company captures clickstream data from multiple websites and analyzes it using batch processing. The data is loaded nightly into Amazon Redshift and is consumed by business analysts. The company wants to move towards near-realtime data processing for timely insights. The solution should process the streaming data with minimal effort and operational overhead. Which combination of AWS services are MOST cost-effective for this solution? (Choose two.)A. Amazon EC2B. AWS LambdaC. Amazon Kinesis Data StreamsD. Amazon Kinesis Data FirehoseE. Amazon Kinesis Data Analytics