Tüm alıştırma soruları
1462 soru
A solutions architect is designing a high-performance web application that stores user session data. The application requires a database solution that can deliver sub-millisecond response times for read operations. Which database solution should the solutions architect implement to meet these performance requirements?
A company runs a production database on an Amazon RDS for PostgreSQL DB instance. The application experiences a sudden increase in read traffic, causing high database CPU utilization and increased query latency. The application requires sub-millisecond latency for frequently accessed data, and the overall read load on the primary database must be reduced. Which two actions should a solutions architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A ride-sharing platform needs to design an ingestion pipeline to process GPS location updates from its fleet of vehicles. During peak hours, the system receives approximately write requests per second, with an average payload size of per update. The GPS data must be processed in real-time with sub-second latency for immediate routing and ETA calculations. Additionally, the data must be transformed into Parquet format and stored in Amazon S3 for historical analysis. Which architecture meets these requirements with the highest performance and scalability?
A company hosts its primary web application behind an Application Load Balancer (ALB) in the us-east-1 Region. The company wants to set up a simple disaster recovery strategy where public DNS traffic is automatically redirected to a static error page hosted on an Amazon S3 bucket in the us-west-2 Region if the primary application becomes unavailable. Which Amazon Route 53 routing configuration should a solutions architect implement to meet these requirements?
A financial services company has a hybrid architecture where their on-premises trading application must securely stream data feeds to a fleet of Amazon EC2 instances in a VPC. The stream requires a sustained throughput of with minimal latency. Due to tight timelines, they must leverage their existing high-bandwidth internet connection rather than waiting to provision a dedicated fiber line. Additionally, they must ensure the return traffic is allowed dynamically while maintaining strict stateful traffic filtering. Which network architecture should a solutions architect recommend to meet these requirements?
An IoT telemetry platform receives status updates from devices, with each device sending an update every seconds. A solutions architect is designing an Amazon DynamoDB table to store these updates. The system must support a write volume of writes per second with sub-millisecond latency. The primary query pattern is to retrieve all status updates for a specific day, sorted by the recording timestamp, with a target latency of under milliseconds.
To meet these requirements, the architect initially designs the table with a partition key of `status_date` (formatted as `YYYY-MM-DD`) and a sort key of `timestamp#device_id`. During load testing, the application experiences write throttling and receives `ProvisionedThroughputExceededException` errors, even though the total provisioned Write Capacity Units (WCUs) are set high enough to handle the workload.
Which database design modification will resolve this bottleneck while meeting the performance and query requirements?
A media streaming company is designing a high-performance, real-time video transcoding and distribution network on AWS. The solution requires:
1. A tightly-coupled compute cluster of Amazon EC2 instances to run low-latency, node-to-node video frame analysis.
2. A scalable fleet of EC2 instances behind an Application Load Balancer (ALB) to serve transcoding APIs. The API service runs on port , while a lightweight health status daemon runs on port on the same instances.
Which two actions should the solutions architect take to satisfy these performance and scalability requirements? (Select two.)
Geçerli olan tümünü seçin
A gaming company is launching a new web-based multiplayer game. The application's static assets, such as images and audio files, are stored in an Amazon S3 bucket. The game also retrieves leaderboard data and user profile configurations from an Amazon RDS MySQL database, which is experiencing performance degradation due to high read traffic. A Solutions Architect needs to implement a caching strategy to reduce latency for players globally and decrease the load on the origin servers.
Which combination of actions should the Solutions Architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A company runs a logistics and package tracking application on AWS that uses an Amazon RDS for PostgreSQL database. The database must be configured to survive a single Availability Zone (AZ) failure within the Region. The solution must support automatic failover with a Recovery Time Objective (RTO) of less than minutes and a Recovery Point Objective (RPO) of (no data loss). Additionally, the company needs to scale read performance for historical tracking queries without affecting the write performance of the primary database. Which configuration will meet these requirements?
A global logistics network needs to capture telemetry from IoT sensors. During peak delivery windows, the sensors transmit status updates at a combined rate of writes per second. The application requires sub-millisecond latency when querying the most recent status of any specific device. A solutions architect must design a high-performing database layer that scales efficiently and prevents write bottlenecks. Which database architecture should the solutions architect implement to satisfy these performance requirements?
A company wants to distribute static media assets to global users with low latency. The assets are currently stored in a primary Amazon S3 bucket. The company also wants to ensure high availability by automatically serving content from a backup S3 bucket in a different region if the primary bucket is unavailable. Which combination of actions should a solutions architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A software development company generates application build logs that average in size. These logs are stored in an Amazon S3 Standard bucket and are accessed frequently by developers for debugging during the first 14 days. After 14 days, the logs are no longer needed and can be deleted. Which of the following strategies is the most cost-effective?
A financial services firm runs a containerized microservices application deployed on Amazon ECS across three Availability Zones. The container tasks require concurrent read and write access to a shared directory containing transaction log templates. The storage system must provide POSIX-compliant access, scale throughput up to during peak trading hours, and support concurrent connections from hundreds of containers. Which configuration options should a solutions architect select to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A company runs a high-performance web service deployed across two AWS Regions: us-east-1 and eu-west-1. The company wants to route users to the closest Region to minimize latency, but must automatically stop routing traffic to a Region if its endpoint fails. The solutions architect needs to configure Amazon Route 53 to meet these requirements.
Which combination of Route 53 configurations should the solutions architect implement? (Select TWO.)
Geçerli olan tümünü seçin
A media processing company is building a system to process daily video transcoding workloads. The architecture includes a continuous, steady-state orchestration queue worker that runs on Amazon ECS Fargate, and a highly variable fleet of transcoding workers running containerized tasks to process jobs from an Amazon SQS queue. Each transcoding job takes between to minutes to complete, can be safely interrupted and retried from the start, and must be completed within hours of submission. The transcoding tasks retrieve source videos from an Amazon S3 bucket and write the output back to the same bucket. Which combination of purchasing strategies and compute configurations will meet these requirements MOST cost-effectively? (Select TWO.)
Geçerli olan tümünü seçin
A maritime logistics enterprise is designing a highly resilient storage architecture for its shipping manifest processing platform. The platform must store PDF manifest files that are frequently accessed by multiple applications during the first 30 days. To comply with international shipping regulations, these manifests must be kept for 5 years and must be retrievable within 5 minutes in the event of an audit. The solution must support a multi-region disaster recovery strategy with a Recovery Point Objective (RPO) of 15 minutes and a Recovery Time Objective (RTO) of 30 minutes. Which storage design meets these requirements?
A media analytics company collects two types of data from client web applications:
1. Video rendering assets stored under the `/assets/` prefix, which average in size. These files are accessed frequently for the first , rarely accessed after that, and must be retained for before being deleted.
2. User clickstream telemetry logs stored under the `/telemetry/` prefix, which average in size. These logs are analyzed intensively for , are rarely accessed afterward, and must be retained for before being deleted.
Which combination of actions should the Solutions Architect implement to achieve the most cost-effective storage solution? (Select TWO.)
Geçerli olan tümünü seçin
A company hosts its primary web application on EC2 instances behind an Application Load Balancer (ALB). To ensure business continuity during an outage, the company configures a static "under maintenance" page in an Amazon S3 bucket. A solutions architect must configure Amazon Route 53 to automatically direct all user traffic to the S3 bucket if the ALB becomes unhealthy. Which Route 53 routing configuration should the solutions architect implement to meet these requirements?
An inventory management application for a retail chain stores real-time stock levels in an Amazon DynamoDB table. The table schema uses `StoreID` as the partition key and `ItemSKU` as the sort key. During a promotional event, a few flagship stores experience a sudden, massive surge in sales, resulting in write requests to those specific store partition keys exceeding writes per second. The application encounters `ProvisionedThroughputExceededException` errors, although the table's total provisioned write capacity is largely underutilized. Which strategy should a solutions architect implement to resolve this database performance bottleneck with minimal impact on latency?
An enterprise application utilizes an Amazon Aurora PostgreSQL database cluster for transactional operations and an Amazon DynamoDB table for user session state. During peak traffic periods, the Aurora database experiences high latency on read queries, while the DynamoDB table encounters throttling on a small group of frequently accessed user profiles. Which two configurations should a solutions architect implement to optimize database performance? (Select TWO.)
Geçerli olan tümünü seçin