All practice questions
1462 questions
A company is redesigning its database tier to optimize costs. The application uses two main tables: a user session table that experiences highly unpredictable, spiky write traffic when new media is released but remains idle for long periods, and a product catalog table that experiences a highly predictable, constant baseline read and write traffic. Currently, both tables are hosted on a single Amazon RDS for PostgreSQL DB instance, which must be constantly scaled for peak load, resulting in high idle costs. Which TWO actions should a solutions architect take to meet these requirements in the most cost-effective manner while maintaining high availability? (Select TWO.)
Select all that apply
A company is hosting a simple web application on Amazon EC2 instances. The instances are managed by an Auto Scaling group (ASG) and receive traffic through an Application Load Balancer (ALB). The web application is configured to run on custom port . The solutions architect needs to configure the load balancer and security groups to ensure traffic is correctly routed and instances are properly monitored.
Which of the following actions should the solutions architect perform to meet these requirements? (Select two.)
Select all that apply
A seismic monitoring station network uploads raw telemetry data logs to an Amazon S3 Standard bucket. Each log file is approximately in size. The logs are accessed frequently by analytical tools for the first days. After days, the logs are rarely accessed, but must remain immediately available for audit queries. All logs are deleted permanently after days. Which S3 lifecycle policy configuration will minimize storage costs for this workload?
A genomics research laboratory generates two types of data: raw genomic sequence files with an average size of and summary analysis reports with an average size of .
- The raw sequence files are accessed frequently during the first for data pipelines. After this initial period, they are rarely accessed but must be retained for for audit purposes, with a retrieval time of up to being acceptable.
- The summary analysis reports are accessed frequently for the first , but are only needed for a total of , after which they can be permanently deleted.
Which two lifecycle actions should a solutions architect configure to meet these requirements in the most cost-effective manner? (Select TWO.)
Select all that apply
A logistics company operates a fleet of IoT tracking devices that transmit real-time location telemetry using a custom UDP-based protocol to Amazon EC2 instances behind a Network Load Balancer (NLB) in a single AWS Region. The company also hosts a web portal where global clients download large, historical tracking reports in PDF format stored in an Amazon S3 bucket. Clients are experiencing high latency when downloading reports, and the IoT devices suffer from packet loss over the public internet during peak hours. A solutions architect must design a highly resilient architecture to reduce latency and packet loss. Which solution should the solutions architect recommend?
A media company hosts a video rendering application on Amazon EC2 instances inside a private subnet of a VPC. Every month, the application transfers of rendered video files from the VPC to an on-premises storage repository. Currently, this transfer occurs over a AWS Site-to-Site VPN connection. The company wants to reduce the high data transfer out (DTO) charges associated with this replication. Which solution will minimize the monthly data transfer costs most effectively?
A solutions architect is designing a high-performance database tier for a multiplayer mobile game. The database must support up to write operations per second with single-digit millisecond latency and up to read operations per second with sub-millisecond latency. The gaming traffic is highly unpredictable and can spike rapidly within minutes. Which configurations should the solutions architect choose to meet these performance and latency requirements? (Select TWO.)
Select all that apply
A digital health platform hosts its microservices on Amazon ECS with AWS Fargate. The platform must comply with healthcare regulations that require continuous security auditing, real-time threat detection for container environments, and centralized tracking of security posture across multiple AWS accounts. The security team needs a solution that monitors API calls, detects runtime container anomalies, and compiles all findings into a unified security dashboard. Which combination of actions should a solutions architect recommend to satisfy these monitoring and detection requirements? (Select TWO.)
Select all that apply
An enterprise application hosted on Amazon EC2 instances inside an Auto Scaling group (ASG) is positioned behind an Application Load Balancer (ALB). The ALB target group has stickiness enabled using ALB-generated duration-based cookies. The ASG is configured with a target tracking scaling policy based on the average CPU utilization metric. During a promotional event, a small number of heavy API clients initiate a massive volume of concurrent requests. System administrators observe that a few EC2 instances become severely overloaded and fail health checks, while the remaining instances in the ASG remain underutilized. The ASG does not scale out to add more capacity. Which action should the solutions architect take to resolve the performance imbalance and ensure the application scales effectively?
A financial technology firm hosts a payment processing application on Amazon ECS inside a private VPC subnet. Public traffic is received via an Application Load Balancer (ALB). The compliance team dictates that the architecture must satisfy three main security requirements: continuously monitor all network interfaces and DNS queries for potential data exfiltration or threat patterns; audit any configurations to security groups and automatically revert unauthorized changes within minutes; and aggregate security status globally across multiple AWS accounts. Which two actions should the solutions architect take to meet these security monitoring and compliance requirements?
Select all that apply
An enterprise is migrating a stateful legacy web application to AWS. The application runs on Amazon EC2 instances managed by an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The application listens on custom port 8080. During testing under load, users experience session loss and are forced to log in repeatedly when the application scales. Additionally, during scale-in events, users whose requests are currently being processed experience immediate connection drops and HTTP 502/504 errors. The network and security teams require strict control over VPC boundaries using both security groups and Network ACLs (NACLs).
Which two actions should a solutions architect take to resolve the session issues and prevent request failures during scale-in? (Select two.)
Select all that apply
A company is designing the database tier for a new web application. The application stores user session states and profiles. The workload is highly variable and unpredictable, experiencing sudden, irregular traffic spikes of up to read operations per second and write operations per second, followed by several hours of complete inactivity. The company has a strict budget and wants to minimize operational costs while preventing database throttling during traffic spikes. Which database configuration is the most cost-effective for this workload?
A logistics company is designing an automated package tracking update ingestion system. Package scanning devices at various transit hubs upload status updates. These updates for each package must be processed sequentially to prevent out-of-order state updates. The volume of updates varies significantly, with massive surges during holiday shopping seasons and near-zero activity during early morning hours.
The company wants to design a serverless architecture that minimizes costs during idle periods and scales automatically to handle peak surges without administrative overhead.
Which TWO configurations should a solutions architect select to meet these requirements cost-effectively? (Select two.)
Select all that apply
A startup is deploying a new API service on Amazon EC2 instances managed by an Auto Scaling group (ASG). The API service is configured to run on port 5000. An Application Load Balancer (ALB) is configured to route traffic to these instances. However, the ALB shows all targets in the target group as unhealthy. A solutions architect verifies that the API service is running on the instances. Which two configurations are required to resolve this issue and allow the ALB to perform successful health checks? (Select two.)
Select all that apply
A software-as-a-service (SaaS) company hosts a multi-tier web application on AWS using an Application Load Balancer (ALB) and Amazon EC2 instances. The security team needs to monitor the environment for Layer 7 web exploits, detect anomalous network activity or potential credential compromise at the host level, and continuously audit changes to network access controls. Which combination of AWS services should a solutions architect recommend to meet these monitoring and threat detection requirements? (Select TWO.)
Select all that apply
A healthcare provider runs a patient analytics application on AWS. The application consists of three main components:
* An Amazon ECS cluster running API services on a baseline fleet of Amazon EC2 instances that operate continuously.
* A batch processing workload running on Amazon EC2 instances that executes for 2 hours each night. This workload is stateless, fault-tolerant, and designed to resume from checkpoints if interrupted.
* An Amazon Aurora PostgreSQL database cluster that stores patient records.
Which combination of purchasing strategies will minimize compute costs while meeting the application requirements? (Select TWO.)
Select all that apply
A company wants to continuously monitor its AWS environment for unauthorized activity and threat behavior, such as EC2 instances communicating with known malicious IP addresses or performing cryptocurrency mining. Which strategy should a solutions architect recommend to detect these security threats?
A company hosts a critical customer registration service at the apex domain example.com. The backend API is deployed using Regional Amazon API Gateway endpoints in us-east-1 (primary) and us-west-2 (secondary standby). The company needs to design an active-passive disaster recovery strategy that automatically routes all API traffic to us-west-2 if the us-east-1 regional endpoint becomes unavailable. The DNS records are managed in Amazon Route 53.
Which combination of actions will meet these requirements? (Select TWO.)
Select all that apply
An enterprise IoT platform receives telemetry data from connected sensors. The platform experiences highly unpredictable and spiky write traffic that peaks at writes per second, and requires microsecond read response times for active sensor queries. The payload of each sensor includes a sequential timestamp and a device ID. A team wants to implement a database architecture that maximizes throughput and minimizes read latency without introducing hot partitions.
Which database configuration should be implemented to meet these requirements?
A company hosts a recipe sharing portal on Amazon EC2 instances behind an Application Load Balancer (ALB). The portal serves static image files of recipes, which are currently stored on the EC2 instances' attached Amazon EBS volumes. The recipe images are updated daily by users. During peak traffic hours, the EC2 instances experience extreme CPU utilization and high network bandwidth consumption from serving these static images. A solutions architect needs to design a high-performing and cost-effective solution to offload the static image serving and improve response times.
Which solution should the solutions architect recommend?