All practice questions
1462 questions
A financial technology company is launching a real-time portfolio dashboard application on AWS. The application serves dynamic user portfolio data and stock price charts that are updated every 60 seconds. The application backend is hosted on Amazon EC2 instances behind an Application Load Balancer (ALB), with an Amazon Aurora PostgreSQL database as the primary storage. During peak market hours, the database CPU utilization spikes due to repetitive queries fetching identical stock price metrics. The company needs to design a caching architecture that reduces the load on the database and minimizes latency for users globally. Which TWO actions should the solutions architect take to meet these requirements?
Select all that apply
A logistics company generates daily shipment tracking archives averaging in size. These archives are stored in Amazon S3 Standard and are frequently accessed for the first days to verify delivery status. After days, the archives are rarely accessed and are permanently deleted after a total of days. Which lifecycle strategy is the most cost-effective for these archives?
A research institution is deploying a seismic data processing workload on AWS that requires high-performance computing (HPC) nodes. The nodes must exchange data frequently using Message Passing Interface (MPI) with node-to-node latency of less than . The workload is deployed on a fleet of memory-optimized Amazon EC2 instances managed by an Auto Scaling group. The Auto Scaling group registers the instances with a Network Load Balancer (NLB) that routes control plane traffic on port . However, the application's internal status and health-reporting service runs on a separate monitoring daemon on port . Which configuration combination should a solutions architect implement to ensure both optimal compute performance and accurate health monitoring of the instances?
A media company hosts a popular news portal on AWS. The portal's database tier consists of an Amazon RDS for MySQL DB instance. During breaking news events, the portal experiences a massive surge in read traffic, causing high CPU utilization on the database and slow page loading times for readers. Writes to the database remain low. Which architectural modification should a solutions architect recommend to resolve the read performance bottleneck?
A solutions architect is designing a high-performance database tier for a web application. The application requires a caching layer to reduce read latency of frequently accessed database queries to sub-milliseconds. Additionally, the application requires a key-value database to store user session data that can scale dynamically to support high write volume without performance degradation. Which two actions should the solutions architect take to meet these requirements? (Select TWO.)
Select all that apply
A digital animation studio stores two types of files in an Amazon S3 bucket:
* Render Input Assets: Average size of . These files are generated daily and are needed for for potential re-rendering, after which they can be permanently deleted.
* Finished Master Videos: Average size of . These files are accessed frequently during the first , accessed rarely for the next (but must be available immediately in milliseconds if requested), and then must be archived for for compliance. Retrieval within is acceptable for archived files.
Which two actions should a solutions architect take to meet these requirements most cost-effectively?
Select all that apply
An enterprise application runs on Amazon EC2 instances and uses an Amazon RDS for PostgreSQL database. The database must be designed for high availability within a single AWS Region with a Recovery Time Objective (RTO) of under 60 seconds and a Recovery Point Objective (RPO) of zero. Additionally, the database must support scaling read traffic during peak monthly reporting periods without affecting write performance on the primary database instance. Which combination of database configurations should a solutions architect implement to meet these requirements? (Select TWO.)
Select all that apply
A logistics company hosts an inventory management system on Amazon EC2 instances located in a private subnet. The application frequently uploads large archive files to an Amazon S3 bucket in the same AWS Region. Currently, the traffic routes through a NAT Gateway, which is causing high NAT Gateway data processing charges. Which configuration change should a solutions architect implement to reduce data transfer costs most effectively?
A financial services company hosts an application on Amazon EC2 instances in a private subnet. The application downloads of daily reports from an Amazon S3 bucket in the same AWS Region. The private subnet is configured with a route that sends all internet-bound traffic through a NAT Gateway. Which routing solution should a solutions architect implement to minimize data transfer costs?
A media company hosts a video transcoding application on Amazon EC2 instances located in a private subnet. The application downloads high-definition video files from an Amazon S3 bucket, transcodes them, and uploads the processed files back to the same S3 bucket. The application processes approximately of raw video data daily. Currently, the EC2 instances access Amazon S3 through a NAT Gateway. A solutions architect needs to redesign the network routing to reduce data transfer costs. Which solution is the most cost-effective way to meet these requirements?
A research organization is deploying a high-performance computing (HPC) cluster on AWS to process large-scale seismic simulation workloads. The cluster consists of multiple Amazon EC2 instances that require simultaneous, shared access to a storage volume. The storage solution must support parallel read/write operations, scale throughput up to , and deliver sub-millisecond latencies.
Which combination of storage solutions and client configurations should a solutions architect select to meet these requirements? (Choose two.)
Select all that apply
A logistics tracking company operates a fleet management system on AWS with a write-intensive workload. The backend database is an Amazon RDS for PostgreSQL DB instance. The architecture team wants to design a resilient database setup that survives an Availability Zone outage with a Recovery Time Objective (RTO) of under 2 minutes and a Recovery Point Objective (RPO) of 0 (no data loss). In addition, they must offload heavy read-only reporting queries from the primary database to ensure write operations are unaffected. Which database configuration should a solutions architect recommend?
A media company is launching a live video streaming service where millions of viewers can post comments simultaneously during a broadcast. The application uses an Amazon DynamoDB table to store the comments. The table is designed with `broadcast_id` as the partition key and `comment_timestamp` as the sort key. During a stress test simulating 30,000 writes per second for a single live broadcast, the application experiences widespread write throttling, even though the table's provisioned write capacity is set to 35,000 Write Capacity Units (WCUs). Which database architecture modification should a solutions architect implement to resolve the performance bottleneck?
A gaming company is launching a multiplayer game and needs to design a telemetry ingestion pipeline. The game clients will send player state updates to the pipeline. The pipeline must ingest the updates, guarantee that updates are processed in the strict order they are received for each individual game session, and write them to Amazon DynamoDB. During peak usage, the pipeline is expected to receive messages per second, with an average message size of . Which solution meets these requirements with the highest performance and the lowest operational overhead?
A gaming company hosts a real-time multiplayer application on Amazon EC2 instances in a private subnet. The application uses a custom TCP-based protocol. The client applications are deployed globally, and several corporate clients require a pair of static IP addresses to configure their outbound firewall rules. The network architecture must support high throughput, minimize latency and jitter, and route traffic efficiently from global clients to the private backend. Which combination of services and configurations should a solutions architect use to meet these requirements? (Select TWO.)
Select all that apply
An enterprise operates a data processing application deployed on Amazon EC2 instances in private subnets within an application VPC. The application needs to transfer of data monthly to a central database VPC located in the same AWS Region. Additionally, the EC2 instances must upload of processed log files monthly to an Amazon S3 bucket. Currently, both the database VPC traffic and the S3 traffic are routed through an AWS Transit Gateway and a NAT Gateway. A solutions architect needs to optimize the network architecture to minimize data transfer charges. Which two actions should the solutions architect recommend to meet these requirements most cost-effectively? (Select TWO.)
Select all that apply
A media production studio uploads raw 4K video clips to Amazon S3. Each clip is approximately in size. The clips are accessed frequently for editing and rendering during the first days after upload. After days, the clips are rarely accessed, but the studio must retain them for a total of days from the upload date to finalize client approvals, after which they can be permanently deleted. Which storage strategy is the most cost-effective?
A company is planning to migrate a workload to AWS. The workload consists of two main components:
1. A front-end web application that must run continuously on Amazon EC2 instances to handle a predictable, steady baseline traffic 24/7.
2. A background analytics batch job that is highly fault-tolerant, can run at any time of the night, and can be safely interrupted without losing progress.
Which combination of Amazon EC2 purchasing options will provide the most cost-effective solution to meet these requirements? (Select TWO.)
Select all that apply
A solutions architect is deploying a high-performance computing (HPC) application on Amazon EC2 instances. The application nodes require closely-coupled, low-latency node-to-node communication. Additionally, the instances must be registered with an Application Load Balancer (ALB) for health monitoring on a custom port 8080, while the application itself serves web traffic on port 80. Which combination of steps should the solutions architect take to meet these performance and health check requirements? (Select TWO.)
Select all that apply
An organization is deploying a real-time cluster analysis application on several Amazon EC2 instances. The instances must communicate with each other with minimal network latency and maximum network throughput. Which configuration should be selected for the EC2 instances to achieve this performance?