All practice questions
1462 questions
A healthcare provider is designing a resilient, highly available architecture on AWS for its critical patient imaging system. The system consists of: (1) A database layer that requires automated, immediate failover with zero data loss in the event of an Availability Zone outage. (2) A shared file storage system to host active image files that must be concurrently read and written by multiple Amazon EC2 instances across three Availability Zones. (3) An archiving solution for older images that requires retrieval in under 10 minutes for emergency cases. Which combination of storage and database configurations will meet these requirements? (Select TWO.)
Select all that apply
An enterprise organization is migrating a high-volume PostgreSQL database to AWS. The application demands a multi-region disaster recovery architecture that can survive a complete AWS Region outage. The business specifies a Recovery Point Objective (RPO) of less than 1 second and a Recovery Time Objective (RTO) of less than 2 minutes. Additionally, read requests from users in the recovery region must be served locally with sub-second latency to optimize user experience. Which combination of actions should a solutions architect recommend to satisfy these resilience and performance criteria? (Select TWO.)
Select all that apply
A company is deploying a big data analytics application on a fleet of Amazon EC2 instances. The application requires a shared, POSIX-compliant storage solution that allows all instances to read and write concurrently. The workload is highly unpredictable, and the storage must scale throughput automatically to handle sudden spikes in I/O demand. Which storage solution should a solutions architect recommend to meet these requirements?
An enterprise is migrating a latency-sensitive high-performance compute (HPC) application to AWS. The workload runs on a cluster of Linux EC2 instances distributed across multiple Availability Zones in a Region. The application requires a shared file system that is POSIX-compliant, supports NFS, and must deliver consistent sub-millisecond latencies, up to IOPS, and of throughput to handle concurrent read and write operations. Which storage solution should a solutions architect recommend to meet these requirements?
A company needs to connect its on-premises office to a VPC in AWS using an AWS Site-to-Site VPN. The application requires a minimum network throughput of . Which TWO configurations should a solutions architect implement to meet this requirement? (Select TWO.)
Select all that apply
A telemetry ingestion pipeline collects data from IoT sensors. Each sensor transmits a payload every to an Amazon Kinesis data stream configured with provisioned shards. During peak periods, downstream consumers experience data gaps, and the sensor applications log frequent `ProvisionedThroughputExceededException` errors. Which action should a solutions architect take to resolve this issue with the least operational overhead?
A logistics company is designing the database architecture for a global fleet tracking system. The system uses a PostgreSQL database located in the eu-west-1 Region, with a disaster recovery (DR) target in the ap-southeast-1 Region. The system has a strict Recovery Time Objective (RTO) of under 5 minutes and a Recovery Point Objective (RPO) of under 1 minute. Local regional offices in the Asia-Pacific region must also run read-only telemetry reports with low latency, without affecting write performance in Europe.
Which database configuration will meet these requirements with the minimum operational complexity?
A company is hosting a web application on multiple Amazon EC2 instances distributed across different Availability Zones. The application requires a highly available, shared file storage system where all EC2 instances can concurrently read and write uploaded user media files. Which storage solution should a solutions architect recommend to meet these requirements?
A company has two VPCs in the same AWS Region that need to share database replication traffic. The database replication requires high throughput and the lowest possible latency between the VPCs. Which network connectivity option should a solutions architect recommend to meet these performance requirements?
A financial services company is migrating a high-frequency trading simulation platform to Amazon EC2. The platform consists of a cluster of Linux EC2 instances that require concurrent, shared access to a dataset via the NFS protocol. The workload demands sub-millisecond latencies for random file operations, sustained throughput of during peak hours, and up to IOPS. The storage solution must also support instantaneous, space-efficient file system snapshots and clones for testing runs.
Which combination of storage configurations and client-side settings will meet these requirements? (Select TWO.)
Select all that apply
A company needs to ingest of transaction records from an e-commerce website. The records must be processed in the exact order they are received to maintain inventory accuracy, and then saved to Amazon S3. Which AWS service configuration provides the most suitable ingestion pipeline with the least operational overhead?
A logistics company is migrating its core shipment tracking system to AWS. The application uses a PostgreSQL database and must be resilient to a complete AWS Region outage. The solutions architect must design a disaster recovery (DR) strategy with a Recovery Time Objective (RTO) of less than 15 minutes and a Recovery Point Objective (RPO) of less than 10 seconds. Which configuration meets these requirements with the least operational overhead?
A clinical diagnostics company operates a containerized genomic analysis pipeline on Amazon Elastic Kubernetes Service (Amazon EKS) in the `eu-west-1` Region. The pipeline requires a shared, POSIX-compliant file storage layer that provides latencies of less than millisecond for active DNA sequence processing, supports concurrent read/write access from hundreds of active pods across Availability Zones, and guarantees a Recovery Point Objective (RPO) of and a Recovery Time Objective (RTO) of near in the event of an Availability Zone outage. For compliance, a copy of the processed genomic datasets must be archived in the `eu-central-1` Region with an RPO of less than minutes. If a disaster occurs in the primary Region, the archived datasets must be accessible in `eu-central-1` within a recovery RTO of minutes. Which combination of storage configurations will meet these resilience and recovery requirements? (Select TWO.)
Select all that apply
A company has deployed 15 VPCs in the us-east-1 Region to connect different microservices for an application. Currently, the VPCs are connected using a full mesh of VPC Peering connections. The company plans to add 20 more VPCs and requires centralized traffic monitoring and security filtering through a dedicated inspection VPC. The current design is becoming difficult to manage and scale. Which solution should a solutions architect recommend to simplify the network architecture while maintaining high performance and scalability?
A company is migrating a legacy document management system to AWS. The system runs on a fleet of Amazon EC2 instances deployed across multiple Availability Zones in an Auto Scaling group. The system requires a shared, POSIX-compliant storage volume where multiple instances can concurrently read and write file data. The workload is highly unpredictable, with throughput demands spiking from a baseline of up to during business peak hours. The solution must deliver low latency and scale performance automatically without manual intervention or over-provisioning. Which storage configuration provides the highest performance and meets these scalability requirements?
A global gaming company hosts a real-time multiplayer game on Amazon ECS clusters deployed behind Network Load Balancers (NLBs) in the `us-east-1`, `eu-west-1`, and `ap-southeast-1` Regions. The game clients communicate using UDP for state synchronization. Players are experiencing high jitter, packet loss, and latency fluctuations due to congestion on the public internet. The company requires a networking architecture that minimizes latency and packet loss by routing traffic over the AWS private network backbone, while providing a single set of static entry-point IP addresses.
Which architectural solution should a solutions architect recommend to meet these requirements?
A company runs an application with a database backend on an Amazon RDS for PostgreSQL DB instance. The solutions architect must configure the database to achieve high availability with automatic failover (Recovery Time Objective under 2 minutes) in the event of an Availability Zone outage. Additionally, the application requires read scaling to handle reporting queries during peak hours without impacting the performance of the write database. Which two database configurations should the solutions architect choose to meet these requirements? (Select TWO.)
Select all that apply
A gaming company is developing a real-time multiplayer gaming analytics platform that receives gameplay telemetry from active concurrent players. The telemetry data stream is sent in JSON format, averaging with peak volumes reaching during global events. The platform must ingest this telemetry with sub-second latency, perform stateful anomaly detection and metrics aggregation over a sliding window of , and save the transformed output in Apache Parquet format to Amazon S3 for long-term historical query access. The architecture must scale dynamically to handle peak volumes without manual intervention or administrative overhead.
Which combination of actions will meet these requirements? (Select two.)
Select all that apply
A multiplayer gaming company is designing a high-performance ingestion pipeline to collect real-time player telemetry and match event data from millions of active game clients. At peak gaming hours, the telemetry stream reaches a throughput of with a message count of approximately .
The pipeline must satisfy the following architectural requirements:
* Automatically convert the incoming raw telemetry records to Apache Parquet format and store them in Amazon S3, partitioned by event date, within minutes of ingestion.
* Handle sudden traffic spikes dynamically without manual intervention or custom scaling scripts.
* Maintain strict chronological sequencing of events for each individual player session when routing telemetry to downstream analytics engines.
Which combination of actions should a solutions architect select to build this pipeline? (Select TWO.)
Select all that apply
An application running on an Amazon EC2 instance requires a block storage volume that can deliver a sustained performance of and of throughput. Which two Amazon EBS volume types can be configured to meet these requirements? (Select TWO.)
Select all that apply