Tüm alıştırma soruları
1462 soru
A university student union operates a mobile voting application on AWS for annual campus elections. The application is completely idle for days of the year, but experiences highly unpredictable, spiky traffic during a -day election period. The database stores simple, non-relational voting records consisting of key-value pairs. The student union operates on a very limited budget and must minimize database operational costs while ensuring the system does not throttle or fail. Which database configuration is the most cost-effective and meets these requirements?
An IoT-enabled smart parking management system generates vehicle entry and exit events that must be processed in the exact sequence they occur for each vehicle to calculate parking fees accurately. The events must be delivered to both a real-time billing application and an occupancy tracking dashboard. Both downstream applications must receive every event. Which solution meets these requirements while ensuring strict message ordering is preserved for each vehicle?
A company has a legacy web application running on Amazon EC2 instances with a MySQL database hosted on a single Amazon RDS DB instance. The database is experiencing performance degradation due to a high volume of read queries. The application requires high availability, and the database must support automatic failover in the event of an outage.
Which solution should a solutions architect implement to resolve the read bottleneck while meeting the high availability requirements?
A logistics and supply chain management company is migrating its operations platform to AWS. The platform consists of three main workloads:
1. A fleet tracking microservice running on Amazon ECS on AWS Fargate. This service runs 24/7 and has a highly predictable baseline CPU and memory utilization.
2. A route optimization engine running on Amazon EC2 instances that is executed once every night. The optimization engine takes approximately 3 hours to complete, is highly fault-tolerant, can be paused and restarted from checkpoints, and requires significant compute capacity.
3. An inventory database tier running on Amazon RDS for PostgreSQL that operates 24/7.
Which combination of purchasing strategies should the solutions architect recommend to achieve the most cost-effective compute architecture? (Select TWO.)
Geçerli olan tümünü seçin
A law firm is designing a serverless system to automate the metadata extraction of scanned case files. Case documents are uploaded to Amazon S3 at unpredictable times throughout the day, followed by long periods of inactivity. The processing pipeline must process the documents in the exact chronological order of their upload to maintain case sequence integrity. The extraction logic is packaged as a containerized application and takes between and minutes per document batch. The extracted metadata is stored in a database that is queried sporadically by internal applications. Which system architecture meets these requirements in the most cost-effective manner?
A company runs a social media application where users post updates. The database workloads are split into two Amazon DynamoDB tables:
1. A table storing user posts, which receives highly unpredictable, sudden spikes of write traffic when posts go viral.
2. A table storing user profile information, which has a stable, predictable read volume during daytime hours.
Both tables are currently configured with high Provisioned Capacity Units (PCUs) to prevent throttling during peak times, leading to significant idle capacity costs.
Which TWO actions should the solutions architect recommend to optimize the database costs? (Select TWO).
Geçerli olan tümünü seçin
An online ticketing platform hosts its application on Amazon EC2 instances and its database on an Amazon RDS for MySQL DB instance in the us-east-1 Region. The platform needs to implement a disaster recovery (DR) strategy in the us-west-2 Region. The strategy must support a Recovery Point Objective (RPO) of 5 minutes and a Recovery Time Objective (RTO) of 30 minutes. Which combination of actions should a solutions architect recommend to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A financial services company is migrating a legacy payment settlement system to AWS. The system must process account withdrawal requests sequentially on a per-account basis to prevent overdrafts. The transaction volume is highly spiky and can reach up to requests per second. The company wants to design a decoupled, resilient, and serverless messaging architecture that guarantees ordering within each account while maximizing throughput and minimizing operational overhead.
Which combination of steps should a solutions architect recommend to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A media streaming platform stores user playback state and profile metadata. The application requires a database that can handle over writes per second of small () items. The database must provide sub-millisecond read latency for active sessions. The platform is deployed in both the `us-east-1` and `eu-west-3` regions, and users in both regions must be able to read and write to their local region with minimal latency.
Which combination of database strategies should a solutions architect recommend to meet these performance requirements? (Select TWO.)
Geçerli olan tümünü seçin
A logistics company is building a serverless tracking application. The application must process incoming telemetry events that are highly unpredictable, with long periods of zero activity followed by sudden bursts of thousands of requests per second. The telemetry events must be processed in the exact order they are received to ensure tracking accuracy. Additionally, the application requires a continuous, 24/7 background reconciliation process to run reports on the accumulated telemetry data. The company wants to minimize compute and database costs, ensuring that they do not pay for idle resources during periods of no traffic. Which two of the following architectural options should the Solutions Architect select to design a cost-effective and functionally correct solution? (Select TWO.)
Geçerli olan tümünü seçin
A healthcare technology provider manages patient portals across multiple AWS regions. To satisfy regulatory compliance, the provider must identify unauthorized configuration changes to security groups and detect whether any EC2 instances are communicating with known malicious IP addresses. The provider requires a solution that centralizes these security findings and automates threat detection without impacting application performance. Which combination of actions should the solutions architect recommend to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A research institution is deploying a high-performance seismic data visualization application on a cluster of Amazon EC2 instances. The application requires extremely low-latency, high-throughput node-to-node communication for rendering complex 3D geological models in real time. The instances must read and write to a shared directory containing several terabytes of active simulation files. The application's visualization service runs on a custom port 9000, which is exposed to internal researchers through an Application Load Balancer (ALB). Which combination of configuration steps should the solutions architect implement to meet these requirements?
An online learning platform uses a web application to manage student course enrollments. The system must decouple the front-end enrollment portal from the back-end database processing service. To ensure fair registration for courses with limited capacity, enrollment requests must be processed in the exact sequence they are submitted. Which messaging service configuration should a solutions architect recommend to decouple these components while maintaining the correct message sequence?
A company hosts a REST API on Amazon EC2 instances in an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The API service is configured to bind and listen on custom TCP port 5001. The EC2 instances are deployed in private subnets, and their security group permits inbound traffic on port 5001 from the ALB's security group. After a scale-out event, the newly launched instances are repeatedly marked as unhealthy by the ALB target group and are subsequently terminated by the ASG. An investigation reveals that the ALB target group health check is set to the default port, and the private subnet Network ACLs only have explicit rules allowing inbound TCP port 5001 and outbound TCP port 5001. Which two configuration changes must the solutions architect implement to resolve the health check failures and ensure the instances remain in service? (Select two.)
Geçerli olan tümünü seçin
A financial technology company wants to ensure that all Network Access Control Lists (Network ACLs) within their production VPC remain compliant with their security policy, which forbids any inbound rule allowing public access on port 22. The security team needs to detect any configuration changes to Network ACLs in real-time, log the compliance status, and automatically send alerts to an administrator. Which solution meets these requirements with the least operational overhead?
A biotechnology firm is deploying a distributed genomic sequencing analysis suite on Amazon EC2 instances within an Auto Scaling group. The processing nodes require low-latency, high-throughput network communication between each other to assemble DNA sequence fragments. A web-based management portal for the suite is hosted on the same instances and listens on custom TCP port . An Application Load Balancer (ALB) routes traffic to this portal. Which combination of configurations should a solutions architect implement to support this workload? (Choose two.)
Geçerli olan tümünü seçin
A solutions architect is designing a database schema for a smart utility grid system that collects hourly electricity usage readings from millions of smart meters. The data is written to an Amazon DynamoDB table. The table is currently configured with a partition key of `ReadingDate` (formatted as `YYYY-MM-DD`) and a sort key of `MeterID#Timestamp` to support daily regional reporting queries. During peak reporting hours, the application experiences write throttling and receives `ProvisionedThroughputExceededException` errors, even though the total consumed Write Capacity Units (WCUs) are far below the table's provisioned limit. Which database design modification will resolve this write throttling and optimize performance?
A fleet management company collects real-time GPS telemetry from vehicles. The telemetry data is sent continuously at a highly predictable rate of writes per second. Users frequently query the GPS coordinate data from the last hours via a monitoring dashboard. Historical data older than hours is rarely accessed but must be retained for up to years for regulatory compliance. The company wants to design a highly cost-optimized database and storage architecture. Which two database configurations should a solutions architect recommend to meet these requirements? (Select TWO).
Geçerli olan tümünü seçin
A gaming studio is launching a multiplayer game where players can acquire, trade, and consume in-game items. The backend application must process these inventory state change events in the exact chronological order they occur for each player. Processing these events out of sequence will result in inventory corruption or item duplication. The game experiences unpredictable spikes in traffic, and the solution must scale to process millions of updates daily while allowing events from different players to be processed concurrently. Which solution meets these requirements with the least operational overhead?
A marketing company operates a notification platform that sends SMS messages to customers. The timing of promotional campaigns is unpredictable, resulting in sudden, massive spikes in write operations to a database table that records delivery logs. During these campaigns, write traffic surges from to over writes per second within seconds, and then quickly drops back to once the run is complete. Which database capacity configuration is the most cost-effective and reliable for this workload?