All practice questions
1462 questions
An organization is designing a highly resilient, low-latency API gateway endpoint for a global mobile application. The backend microservices are deployed on Amazon ECS behind Application Load Balancers (ALBs) in the `us-east-1` and `eu-west-1` regions. The business requires that users are routed to the closest region under normal operating conditions. If the ECS tasks in a region fail, Route 53 must automatically route traffic away from that region. Additionally, the failover mechanism must verify that the API returns a specific JSON status payload containing \"status\": \"healthy\", which is returned by a deep health check endpoint. Which two configurations should a solutions architect implement to meet these requirements? (Select two.)
Select all that apply
A retail company runs a production transaction-processing application on an Amazon RDS for MySQL DB instance. The database must be highly resilient to Availability Zone outages with a Recovery Time Objective (RTO) of less than 120 seconds. Additionally, the application requires read scaling to handle heavy reporting queries during business hours without impacting write operations on the primary database instance.
Which two database configurations should the solutions architect choose to meet these requirements? (Select TWO.)
Select all that apply
A ride-hailing company is experiencing performance issues with its backend application. The application requires sub-millisecond latencies when querying and updating active driver coordinates. Additionally, daily analytical reports running against the transaction log on an Amazon RDS for PostgreSQL DB instance are causing high CPU utilization and latency for online transactions. Which two database architectural decisions should the Solutions Architect implement to meet these performance requirements? (Select TWO.)
Select all that apply
An engineering company plans to run a tightly-coupled computational fluid dynamics (CFD) simulation. The software requires multiple Amazon EC2 instances to communicate with each other with the lowest possible network latency and high throughput.
Which EC2 placement strategy should be selected to meet this performance requirement?
A company wants to configure an active-passive disaster recovery strategy for its web portal. The primary website is hosted behind an Application Load Balancer (ALB) in the us-east-1 Region. If the ALB becomes unhealthy, all traffic must be redirected automatically to a backup static maintenance site hosted on an Amazon S3 website endpoint in the us-west-2 Region. Which configurations must the Solutions Architect implement in Amazon Route 53 to achieve this behavior? (Select TWO.)
Select all that apply
A company runs a web application that stores user account transaction data in an Amazon RDS for PostgreSQL database and session data in an Amazon DynamoDB table. Users are experiencing slow page load times. A review reveals that the RDS database is overwhelmed with read-only reporting queries, and the DynamoDB table is facing write throttling due to uneven partition distribution. Which two database configurations should a solutions architect implement to resolve these performance issues? (Select TWO.)
Select all that apply
A solutions architect is optimizing a global news website. The application's static assets, such as CSS files and logos, are served from an Application Load Balancer (ALB) origin through an Amazon CloudFront distribution. During a performance review, the architect notices that the ALB continues to receive a high volume of requests for these static assets, causing unnecessary origin load. Investigation reveals that the CloudFront cache behavior for these assets has its Minimum TTL, Maximum TTL, and Default TTL all set to 0 seconds. Which configuration change should the solutions architect make to reduce the load on the origin ALB?
A financial technology startup logs daily micro-transaction API audit payloads. The generated files average in size and are stored in an Amazon S3 Standard bucket. The files are frequently accessed during the first for compliance validation. From day to day , the access rate drops significantly, but the files must still be accessible within milliseconds if requested. After , the files are rarely accessed but must be securely archived for to meet regulatory requirements, with retrieval times of up to being acceptable. Which S3 lifecycle and storage tiering strategy is the most cost-effective for this scenario?
A financial services company is designing a cost-optimization strategy for its risk analysis platform. The platform consists of two main compute workloads: a containerized orchestration API running continuously on AWS Fargate, and a series of memory-intensive risk simulation workers running on Amazon EC2. The simulation workers are stateless, run in parallel for up to hours at a time, and can be safely interrupted and restarted. The company also runs its primary database on Amazon RDS for PostgreSQL. The company wants to minimize compute costs over the next years.
Which combination of purchasing strategies should a solutions architect recommend to meet these requirements most cost-effectively? (Select TWO.)
Select all that apply
A company operates a high-performance web application that runs on a fleet of Amazon EC2 instances distributed across multiple Availability Zones. The instances require shared access to a common directory to read and write media assets concurrently with sub-millisecond latency. The storage solution must scale automatically as data volume increases without requiring manual provisioning. Which storage solution should a solutions architect recommend?
A company hosts a production application on AWS that uses Amazon EC2 instances for web servers and Amazon RDS for its relational database. Both services run continuously throughout the year. The company wants to reduce costs by purchasing a Compute Savings Plan. Which of the following statements is true regarding how this purchasing strategy will affect their billing?
A fintech enterprise hosts a containerized loan processing platform on Amazon ECS across three Availability Zones. The platform generates and modifies loan agreements that must be concurrently accessible by multiple containers in an active-active configuration. The platform's disaster recovery SLA requires a Recovery Point Objective (RPO) of hours and a Recovery Time Objective (RTO) of hour. The storage solution must be highly resilient, durable, and support automatic failover across all three Availability Zones. Which combination of storage and backup configurations should a solutions architect implement to meet these requirements? (Select TWO.)
Select all that apply
An enterprise runs a data-processing pipeline on Amazon EC2 instances located in private subnets across three Availability Zones in a VPC. The instances upload approximately of raw data monthly to an Amazon S3 bucket in the same AWS Region. In addition, the pipeline replicates of processed data monthly to another VPC within the same Region for analytics, and retrieves of metadata monthly from an on-premises database via a backup AWS Site-to-Site VPN connection. The VPC also has an active AWS Direct Connect connection currently used only for administrative traffic. The S3 traffic currently routes through NAT Gateways, and inter-VPC replication goes through an AWS Transit Gateway. Which combination of actions will reduce data transfer and processing costs the most?
A genomic research institute runs weekly analysis pipelines that generate two types of files stored in a single Amazon S3 bucket:
- Raw genomic sequence files: These files average in size. They are processed immediately upon upload. After the first of processing, they are rarely accessed, but when requested, they must be retrieved within . These files must be retained for a total of .
- Daily analysis logs: These files average in size. They are accessed frequently during the first , after which they are accessed only occasionally for audit purposes. The logs must be retained for a total of .
Which TWO actions should a solutions architect recommend to store these files in the most cost-effective manner?
Select all that apply
A financial technology enterprise runs a distributed transaction clearing simulation on AWS that requires high-throughput and sub-millisecond node-to-node latency for parallel processing. The workload runs on a fleet of compute-optimized EC2 instances. An internal Application Load Balancer (ALB) routes traffic to these instances. The clearing application listens and processes requests on TCP port 8443, but the target group's health check is left configured to the default HTTP port (80).
During testing, the solutions architect observes two major issues:
1. The load balancer marks all target instances as unhealthy, causing connection failures.
2. The processing nodes experience high network latency during synchronization phases, which limits the platform's overall throughput.
Which combination of actions will resolve both of these issues?
A company runs a global API platform across three AWS Regions: us-east-1, eu-west-1, and ap-southeast-2. Each region has an Application Load Balancer (ALB) routing traffic to Amazon EC2 instances. To optimize performance, the company uses Amazon Route 53 Latency routing with 'Evaluate Target Health' enabled on the alias records. During a disaster recovery test, the database in us-east-1 is powered down. The EC2 instances in us-east-1 remain running but return HTTP 500 Internal Server Error to all API clients because they cannot access the database. However, Route 53 continues to route client traffic to the us-east-1 ALB. Which configuration change will resolve this issue and ensure that Route 53 fails over to the next closest region?
A smart home energy management company runs an analytical application on Amazon EC2 instances in a private subnet. The application downloads hourly aggregated consumption logs (average size per file) from an Amazon S3 Standard bucket. The logs are analyzed frequently during the first days. After days, the logs are rarely accessed, but must be available for immediate retrieval during compliance audits for another days. After a total of days, the logs are no longer needed and can be deleted.
Which TWO actions should a solutions architect take to optimize storage and data transfer costs for this workload? (Select TWO.)
Select all that apply
A company hosts a global product search catalog API on Amazon API Gateway. The API invokes AWS Lambda functions to query a highly read-heavy Amazon DynamoDB table. During promotional events, search latency spikes significantly due to redundant queries for the same product categories, leading to read throttling on the database. The solutions architect must implement a caching solution that reduces end-to-end latency to under 50 milliseconds for repeat queries, maintains cost efficiency, and ensures catalog updates are visible globally within 5 minutes.
Which two configuration changes should the solutions architect recommend to satisfy these requirements? (Select TWO.)
Select all that apply
A logistics company is designing an asset tracking system to ingest real-time location telemetry from a fleet of delivery vehicles. The system must support a write volume that is highly unpredictable and spiky, peaking at writes per second. Each telemetry message contains a timestamp, a unique vehicle identifier, and coordinate data. Lookups for the latest vehicle locations must achieve sub-millisecond latency. Which database design and configuration meets these performance requirements?
A genomics research institute runs sequencing pipelines on AWS and stores its output files in an Amazon S3 bucket. The data consists of two distinct categories:
* Alignment files (`.bam`): These files average ` MB` in size. They are accessed frequently during the first ` days` of a run, after which they are rarely accessed. They must be kept for exactly ` days` for quality control and then deleted.
* Variant call files (`.vcf`): These files average ` KB` in size. They are accessed less than once a year, but they must be retained permanently for compliance and must be available within minutes when requested.
Which combination of actions will meet these requirements in the most cost-effective manner? (Select TWO.)
Select all that apply