All practice questions
1462 questions
A logistics company is designing an IoT fleet management platform for delivery vehicles. Each vehicle transmits telemetry data every seconds. The storage layer must support write ingestion at scale and enable real-time queries for vehicle locations with sub-millisecond read latency. While the write traffic is evenly distributed across the fleet, read requests are highly concentrated: a small subset of high-priority delivery vehicles (representing less than of the active fleet) is queried hundreds of times per second for live tracking dashboards. Which database design meets these performance requirements while optimizing costs?
A logistics company is building a package tracking system that needs to ingest updates from various transit hubs. A solutions architect is designing an Amazon DynamoDB table to store these status updates. The system must support high-throughput write operations with sub-10 millisecond latency. Which partition key design should the solutions architect choose to maximize database write performance and avoid partition throttling?
A company hosts a microservices application on AWS Fargate tasks running in private subnets. The tasks frequently pull large container images, totaling of data transfer per month, from Amazon Elastic Container Registry (Amazon ECR) in the same AWS Region. Currently, the route tables for the private subnets direct all default outbound traffic () through a NAT Gateway. A solutions architect must design a routing architecture to minimize data transfer costs without exposing the tasks to the public internet.
Which network routing configuration should the solutions architect recommend?
A biotechnology company is deploying a distributed genomic sequencing pipeline on Amazon EC2. The sequencing tasks require tightly-coupled compute nodes that communicate via Message Passing Interface (MPI) to process large datasets with sub-millisecond node-to-node latency. Additionally, a Network Load Balancer (NLB) is configured to route incoming telemetry data to a proprietary ingestion service running on custom port on these EC2 instances. The solutions architect needs to design a high-performing and elastic compute infrastructure that supports both the low-latency MPI communication and the correct routing of ingestion data.
Which TWO actions should the solutions architect take to meet these requirements?
Select all that apply
A retail company runs a web application on AWS that uses an Amazon RDS for MySQL database. During peak shopping periods, the database experiences high volumes of read queries for generating inventory reports, which leads to performance degradation for transactional write operations. A solutions architect must redesign the database tier to be highly available within a single AWS Region with a recovery time objective (RTO) of less than 60 seconds. Additionally, the solution must offload the inventory reporting queries to scale read capacity independently.
Which TWO configurations should the solutions architect implement to meet these requirements? (Select TWO.)
Select all that apply
An e-commerce platform generates two types of files that are stored in an Amazon S3 bucket:
* Hourly transaction summaries: Average file size of . These files are accessed frequently during the first for financial reconciliation, and rarely thereafter. They must be available for immediate download in the event of an audit over a retention period.
* Raw server access logs: Average file size of . These logs are kept for for security analysis. They are rarely accessed, but if they are needed for a security investigation, a retrieval time of to is acceptable.
Which combination of Amazon S3 Lifecycle rules will provide the most cost-optimized storage solution? (Select TWO.)
Select all that apply
A software development team uses a dedicated sandbox account for experimental projects. The team leads want to ensure they receive a proactive notification if the total monthly cost of the sandbox environment is forecasted to exceed a specific dollar amount, allowing them to stop unnecessary resources.
Which AWS tool should be used to configure this forecast-based alert?
A logistics company stores daily vehicle route telemetry reports in an Amazon S3 bucket. The average file size of each report is . These reports are accessed frequently for real-time tracking and optimization during the first days after upload. After days, the reports are rarely accessed, but the company must retain them for a total of days for monthly compliance auditing. After days, the reports must be permanently deleted.
Which two actions should the company take to meet these requirements in the most cost-effective manner?
Select all that apply
A company is migrating a database workload to AWS. The database experiences sudden, unpredictable spikes in traffic that last for only a few minutes, followed by long periods of idle time. The solutions architect needs to select a database capacity strategy that prevents application throttling while minimizing costs for idle resources. Which configuration meets these requirements most cost-effectively?
A financial analytics company stores daily risk assessment datasets in a single Amazon S3 bucket. The datasets consist of two distinct file types:
* Market Simulation Results: Average file size of . These files are actively analyzed for after creation. Afterwards, they are rarely accessed but must be retained for for compliance audits. Audit requests require a retrieval time of less than .
* Execution Log Fragments: Average file size of . These files are used for debugging during the first and are never accessed afterwards. They can be safely deleted after .
Which TWO actions should a Solutions Architect take to configure a lifecycle policy that minimizes storage and retrieval costs?
Select all that apply
A financial services company is optimizing its network architecture in the us-east-1 Region to reduce mounting AWS data transfer and routing costs. The company's main application VPC (VPC-A) contains Amazon EC2 instances in private subnets that perform the following operations:
* Retrieve 120 TB of archive data monthly from an Amazon S3 bucket located in the us-east-1 Region.
* Query configuration metadata from an Amazon DynamoDB table in the us-east-1 Region.
* Replicate 50 TB of database logs monthly to another VPC (VPC-B) in the us-east-1 Region. This traffic is currently routed through an AWS Transit Gateway.
* Fetch software updates from the internet (approximately 20 GB monthly) via a NAT Gateway.
Which combination of architectural modifications will achieve the maximum cost reduction? (Select TWO.)
Select all that apply
A biotechnology company runs clinical trial data pipelines and stores two types of files in an Amazon S3 bucket:
* Raw DNA Sequencing Outputs: Average file size is . These files are accessed frequently during the first of analysis, accessed occasionally for the next (Days ), and then rarely accessed but must be preserved for to meet regulatory requirements. Retrieval within is acceptable.
* Pipeline Execution Metadata Logs: Average file size is . These files are accessed frequently during the first for execution verification and are no longer needed afterward, but must be deleted after a total of for security compliance.
Which S3 lifecycle configuration is the most cost-effective for these requirements?
A company manages several AWS accounts consolidated under a single organization in AWS Organizations. The cloud operations team recently identified a sudden, unexpected spike in Amazon EC2 compute charges caused by a developer deploying high-end GPU instances in an unused region. To prevent future surprise costs, the company wants to implement a cost management strategy that achieves two goals: first, automatically detect unusual spend patterns across all accounts and alert the operations team within hours; second, monitor a specific research department’s tag-based spend () by notifying the department lead when actual monthly charges reach of the allocated budget, and notifying the finance team when forecasted monthly charges are projected to exceed of the budget. Which combination of actions should the solutions architect recommend to meet these requirements? (Select TWO.)
Select all that apply
A company has a fleet of Amazon EC2 instances running in a private subnet that daily upload of data to an Amazon S3 bucket in the same AWS Region. Currently, the EC2 instances route this traffic through a NAT Gateway, which has led to high data processing charges. Which solution is the most cost-effective way to route this traffic and eliminate the NAT Gateway data processing charges?
A company runs a containerized microservices application on Amazon ECS using AWS Fargate across Availability Zones. The application requires shared, POSIX-compliant file storage that can handle highly unpredictable read/write spikes, support sub-millisecond (less than ) latencies for metadata operations, and dynamically scale throughput without manual intervention or administrative overhead.
Which two Amazon EFS configurations should a solutions architect select to meet these requirements? (Choose two.)
Select all that apply
A financial technology company is migrating its core transaction ledger application to Amazon Aurora PostgreSQL. The application requires high availability within a single AWS Region, with a Recovery Point Objective (RPO) of zero (no data loss) and a Recovery Time Objective (RTO) of less than 30 seconds. Additionally, the company needs to dynamically scale read operations during peak trading hours. Which database configuration best meets these requirements?
A medical imaging enterprise hosts a PACS (Picture Archiving and Communication System) on AWS. The application runs on a fleet of auto-scaled Amazon EC2 instances across multiple Availability Zones in the primary Region. The architecture requires:
- An Amazon RDS for PostgreSQL database hosting clinical transaction metadata.
- A shared storage layer containing raw DICOM image files (average size ) that must be read and written concurrently by the EC2 fleet.
The enterprise must design a disaster recovery (DR) architecture in a secondary AWS Region. The DR plan requires a Recovery Point Objective (RPO) of under and a Recovery Time Objective (RTO) of under for both the database and the image files.
Which architectural design meets these requirements while minimizing recovery time?
A research group is deploying a molecular dynamics analysis platform on Amazon EC2. The application requires tightly-coupled, node-to-node communication with minimal network latency. Additionally, a web-based administration console running on port 9090 on the same instances needs to receive traffic via an Application Load Balancer (ALB). Which two configurations should the solutions architect select to satisfy these requirements? (Select two.)
Select all that apply
An IoT fleet management company operates a vehicle tracking platform on AWS. The platform's backend infrastructure includes:
1. A data ingestion API running on AWS Fargate to receive telemetry data from millions of active vehicles. This workload maintains a highly predictable, steady-state baseline of and .
2. A fleet command service running on Amazon EC2 instances. This service executes highly parallel, containerized tasks to send software updates back to vehicles. The tasks are short-lived, tolerant of interruptions, and triggered by sporadic queue-based events.
3. An Amazon Aurora PostgreSQL database cluster that stores telemetry data and device states.
Which two purchasing and compute strategies should a solutions architect recommend to optimize the system's costs? (Select TWO.)
Select all that apply
A meteorological research organization is designing a high-performing data ingestion and transformation pipeline to process real-time atmospheric readings from thousands of weather balloons. During peak hours, the sensor data stream reaches a throughput of , with an average payload size of per reading. The organization requires that the data be ingested without loss, preserved in chronological order per balloon for accurate modeling, transformed from JSON to Apache Parquet format to optimize SQL queries, and stored in Amazon S3 within minutes of generation. Which two solutions should a solutions architect recommend to meet these requirements with the lowest operational overhead? (Select two.)
Select all that apply