All practice questions
1462 questions
A healthcare SaaS provider hosts a critical patient portal on AWS. The application tier runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB) in the primary Region (us-east-1). The database tier runs on an Amazon Aurora PostgreSQL DB cluster. The provider wants to implement a cross-region disaster recovery (DR) strategy in a secondary Region (us-west-2). The business SLA mandates a Recovery Time Objective (RTO) of and a Recovery Point Objective (RPO) of . The solution must minimize infrastructure costs during normal operations in the primary Region.
Which combination of actions will meet these requirements at the lowest cost? (Select TWO.)
Select all that apply
A telemetry processing company is deploying an application on Amazon EC2 instances to analyze high-frequency sensor streams. The application components are distributed across multiple instances and require the lowest possible node-to-node network latency for internal synchronization. The external ingestion traffic is received on a custom TCP port 5050 via a Network Load Balancer (NLB). The instances do not run any web server on port 80. During initial deployment, the NLB marks all instances as unhealthy because the target group health checks are querying the default port 80. Which combination of actions will achieve the required network performance and resolve the health check issues?
A retail corporation manages multiple AWS accounts using AWS Organizations. The security team wants to establish a centralized security monitoring solution to detect threats, such as anomalous behavior or unauthorized API calls, and aggregate security compliance findings across all member accounts. The solution must align with the AWS Well-Architected Framework.
Which combination of actions should a solutions architect recommend to meet these requirements? (Select TWO.)
Select all that apply
A smart agriculture company collects telemetry data from thousands of soil sensors. The sensors upload data hourly, but during storm events, they transmit readings every minute, causing sudden traffic spikes. To prevent old sensor readings from overwriting newer updates, the telemetry data must be processed in the exact order it was captured. Additionally, a complex analytics job needs to process historical data once a day, taking approximately 30 minutes to complete. The company wants a serverless, cost-effective solution with no idle resource costs.
Which combination of services should a solutions architect recommend to meet these requirements? (Select TWO.)
Select all that apply
An enterprise runs a critical payroll application on AWS in the `us-east-1` Region. The application uses Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB), with an Amazon RDS for PostgreSQL DB instance. The company must design a disaster recovery (DR) strategy in the `us-west-2` Region to protect against a regional outage. The solution must achieve a Recovery Point Objective (RPO) of minutes and a Recovery Time Objective (RTO) of minutes while minimizing ongoing running costs. Which strategy should a solutions architect recommend to meet these requirements?
A gaming studio is deploying a real-time multiplayer simulation application on Amazon EC2. The architecture has two primary requirements: the EC2 instances must communicate with each other with the lowest possible network latency to synchronize physics calculations, and player connections must be distributed across these instances using a custom game protocol listening on port 7200.
Which two actions should a solutions architect take to meet these performance and scaling requirements? (Select TWO.)
Select all that apply
A logistics company is designing an IoT tracking system that receives real-time location telemetry from delivery trucks. During peak operations, the application receives a high volume of write requests containing a truck ID, a current timestamp, and coordinates. The primary query pattern is to retrieve the historical route of a specific truck for a given day. The transmission rate of the telemetry fluctuates significantly throughout the day. Which database architecture and configuration should the solutions architect choose to meet these requirements with optimal write performance and cost-efficiency?
A retail company is launching a new flash-sale feature where customers submit coupon claims. The claims arrive in highly unpredictable spikes, ranging from zero to 50,000 requests per minute during the 1-hour sale event, and then drop back to zero. Each claim processing task takes 1 second. To ensure fair distribution, the claims must be processed in the exact order they are received. The company wants to minimize costs and avoid paying for idle resources. Which architecture is the most cost-effective and meets these requirements?
A chemical manufacturing plant uses IoT sensors to monitor reactor temperatures and pressure levels. The telemetry updates from each reactor contain a `reactor_id` and a `timestamp` and must be processed in the exact sequence they are generated to prevent incorrect automated safety interventions. The plant needs to distribute these updates to two separate backend applications: a real-time monitoring dashboard and a long-term analytical warehouse. The system must handle message spikes, prevent data loss during backend downtime, and support up to messages per second.
Which combination of steps should a solutions architect take to design this architecture? (Select TWO.)
Select all that apply
A financial services company is deploying a high-frequency trading application on a fleet of Amazon EC2 instances. The application requires extremely low-latency, point-to-point network communication between the EC2 instances to coordinate order matching. The instances are managed by an Auto Scaling group and sit behind an Application Load Balancer. The application service is bound to port , but the target group health check is querying the default HTTP port , marking the instances as unhealthy. Which combination of actions should a solutions architect take to resolve the health check issues and optimize the network performance of the instances?
A logistics company hosts a web application on Amazon EC2 instances within a public subnet of a VPC. The security team needs a solution to detect potential SSH brute-force attempts and malicious port scans from the internet. Additionally, they want to ensure that any unauthorized modifications to the VPC subnets' Network Access Control Lists (NACLs) are automatically detected and flagged as non-compliant. Which combination of actions should a solutions architect recommend to meet these requirements? (Select TWO.)
Select all that apply
A company is deploying a media transcoding service on Amazon EC2 instances managed by an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The transcoding service listens on TCP port 8085, while the health status endpoint is exposed on TCP port 8086. The architecture must ensure that only healthy instances receive transcoding jobs, and inbound network access to the EC2 instances must be restricted to only the ALB. Which two configurations should the solutions architect implement to meet these requirements?
Select all that apply
A company is building a document processing platform. Users upload PDF files to an Amazon S3 bucket. A containerized application analyzes each document and extracts metadata. The upload volume is highly irregular and unpredictable, with spikes of thousands of uploads per hour followed by hours of inactivity. Each document analysis takes approximately 20 minutes to complete, and the order of processing does not matter. The extracted metadata must be stored in a database that scales automatically to handle sudden spikes. Which combination of services and capacity modes will provide the most cost-effective architecture? (Select TWO.)
Select all that apply
A marketing agency is deploying a real-time ad bidding analytics application on a fleet of Amazon EC2 instances. The application performs distributed, high-performance computing calculations that require sub-millisecond node-to-node latency. The instances are deployed in a private subnet and are registered with an Application Load Balancer (ALB) that routes incoming traffic. The application service on the EC2 instances is configured to listen on custom port 8080.
Which combination of actions should a solutions architect take to meet the performance requirements and ensure that the ALB successfully forwards traffic to the EC2 instances? (Select TWO.)
Select all that apply
A logistics company is designing a serverless and automated scaling architecture to process order fulfillment status updates. The updates must be processed in the exact sequence they are received to ensure data integrity in the inventory database. The application receives updates continuously 24/7 at a stable rate, with each message taking an average of 45 seconds to process. The processed updates must then be stored in a database that experiences highly unpredictable, brief spikes in write requests.
Which two solutions should a solutions architect recommend to meet these requirements most cost-effectively? (Select TWO.)
Select all that apply
A company is designing a new two-tier web application on AWS that requires two database components:
1. A metadata store that records user profiles and session preferences. This store experiences sudden, highly irregular spikes in read and write traffic during flash sales, with long periods of near-zero activity.
2. A relational transaction database containing order history that requires high availability, where read queries are highly repetitive and dominate the workload.
The company wants to design a database architecture that is highly resilient, performant, and cost-optimized. Which two database configurations should the solutions architect recommend to meet these requirements? (Select TWO.)
Select all that apply
A financial services company needs to ensure that all Amazon EC2 security groups in its production environment are continuously audited for security compliance. Specifically, any rule that allows inbound traffic from the public internet (0.0.0.0/0) on port 22 must be flagged, and the security team must be notified immediately. Which solution meets these requirements with the least operational overhead?
A media company is deploying a distributed video rendering application on a fleet of Amazon EC2 instances. The rendering nodes must exchange massive amounts of sync data with each other with the lowest possible network latency. The rendering application runs on TCP port 8082, while a secondary administrative agent runs on TCP port 80. A Network Load Balancer (NLB) distributes rendering jobs to the fleet. Which configuration should the company implement to achieve optimal network performance between nodes while ensuring the load balancer accurately identifies the status of the rendering application?
A financial company stores sensitive customer data in Amazon S3 buckets. The company's security team needs to implement a solution to monitor the AWS environment. The solution must detect anomalous data access patterns and potential data exfiltration attempts on the S3 buckets in near-real-time. Additionally, the solution must continuously audit and record configuration changes to the S3 buckets to evaluate compliance against security baselines. Which combination of AWS services should a solutions architect recommend to meet these requirements? (Select TWO.)
Select all that apply
A technology company is deploying a distributed search index compilation engine on a fleet of Amazon EC2 instances. The compilation nodes must frequently synchronize index shards with each other, requiring the lowest possible latency for inter-node communication. A Network Load Balancer (NLB) is configured to route jobs from a coordinator service to the nodes on TCP port 8888. A custom health monitoring daemon runs on each instance on TCP port 8899. Currently, the NLB is marking all instances as unhealthy because the target group is using the default health check settings. Which combination of steps should the solutions architect take to resolve the health check issue and optimize inter-node network performance? (Select TWO.)
Select all that apply