Tüm alıştırma soruları
1462 soru
A logistics company is designing the database tier for a new tracking application. The workload consists of two distinct tables:
1. A metadata store that receives a predictable, steady volume of updates throughout the day, averaging writes per second and rarely exceeding writes per second.
2. A tracking portal that experiences sudden, highly unpredictable spikes in read traffic during promotional events, scaling rapidly from reads per second to over reads per second.
To design a cost-optimized solution that guarantees performance, which two capacity planning configurations should a solutions architect recommend? (Select TWO.)
Geçerli olan tümünü seçin
A retail company is launching a high-traffic flash sale website. The application requirements specify:
- Highly unpredictable read traffic spikes for the product catalog requiring sub-millisecond latency.
- High-volume write traffic for customer order processing that exhibits sudden, massive spikes, where write throttling must be avoided.
- A requirement to maintain high availability and performance during database failover events.
Which two strategies should the solutions architect implement to achieve a high-performing and resilient database architecture? (Select two.)
Geçerli olan tümünü seçin
A solutions architect is designing the database layer for a global IoT tracking system. The system must ingest 60,000 write operations per second with sub-millisecond database response times, and handle 150,000 read operations per second for active trackers. The read traffic is highly repetitive as users frequently check the status of the same package. The write traffic consists of location updates associated with a monotonically increasing batch sequence number. Which database architecture should the solutions architect choose to meet these performance requirements while preventing write throttling and minimizing read latency?
A startup is developing a mobile application to track real-time delivery status updates. The application experiences highly unpredictable spikes in usage, reaching up to during lunch and dinner hours, and dropping to near zero overnight. The data structure is simple key-value pairs representing the delivery ID and its status. The startup has a strict budget and wants to minimize operational and storage costs while preventing database throttling. Which database configuration meets these requirements most cost-effectively?
A company hosts a high-traffic web application on Amazon EC2 instances inside a private subnet. The instances are managed by an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). After the security team updated the network access control list (Network ACL) of the private subnet to restrict inbound traffic to only port 80, the ALB target group health checks began failing, marking all EC2 instances as unhealthy and resulting in HTTP 502 Bad Gateway errors. The security groups associated with the EC2 instances allow all inbound traffic from the ALB. Which configuration change will resolve this issue and restore application availability?
A digital ticketing platform handles concert ticket purchases and cancellations. The transaction details must be processed in the exact sequence they are generated to ensure seat availability is calculated accurately. During ticket sales for major events, the portal experiences massive surges in traffic that overwhelm the backend database. A solutions architect needs to decouple the portal from the transaction processing backend to buffer traffic spikes while maintaining strict transaction order. Which solution meets these requirements with the least operational overhead?
A smart home security company is designing an event-driven system to process status logs from connected smart hubs (e.g., alarm armed, sensor triggered, door unlocked). To ensure the correct application logic, the status logs for each individual home must be processed in the precise order they are generated. The logs must be fanned out to both a real-time alerting service and a secondary database ingestion worker. The architecture must be decoupled, scalable, and minimize operational overhead.
Which combination of services and configurations should a solutions architect use to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A global media streaming platform uses Amazon Route 53 for DNS, Amazon CloudFront for content delivery, and an Application Load Balancer (ALB) backing an Auto Scaling group of Amazon EC2 instances. During peak events, the platform is frequently targeted by HTTP flood attacks (Layer 7) that cause the EC2 Auto Scaling group to scale out unnecessarily, resulting in high costs. Additionally, DNS query floods have recently threatened the availability of their DNS services. The platform requires a solution that automatically mitigates both Layer 7 and DNS-level DDoS attacks, provides real-time visibility into attacks, and offers financial protection against scaling costs incurred due to DDoS-related traffic spikes. Which solution will meet these requirements with the least administrative effort?
A global e-commerce company hosts its web application on Amazon EC2 instances behind an Application Load Balancer (ALB), utilizing Amazon CloudFront for content delivery. During a promotional event, the security team identifies a massive spike in HTTP POST requests targeting the `/login` endpoint from a distributed botnet. This Layer 7 traffic is bypassing cache and exhausting the compute capacity of the origin EC2 instances. The company needs to detect and block this application-layer attack at the edge before it reaches the backend infrastructure. Which solution should a solutions architect recommend?
A solutions architect is designing a secure architecture for a web application. The application tier runs on Amazon EC2 instances and must access a database hosted on Amazon RDS. The database credentials must be encrypted at rest, and the security team requires that these credentials be rotated automatically every 30 days. In addition, the company's internal developers, who are authenticated via corporate Active Directory, need temporary administrative access to the AWS Management Console to manage the RDS instances. Which combination of actions will meet these requirements in the most secure manner?
A financial company is building a transaction ledger application where users deposit and withdraw funds. The application must process these transaction events in the exact order they occur to prevent incorrect balances. Additionally, a compliance service and an auditing service must both receive a copy of every transaction event in near-real-time. If a transaction fails to process after five attempts, it must be moved to a separate queue for analysis without blocking subsequent transactions.
Which combination of steps should a solutions architect take to meet these requirements with the least operational overhead? (Select TWO.)
Geçerli olan tümünü seçin
A telehealth platform hosts its patient portal application in the us-east-1 Region using Amazon EC2 instances and an Amazon RDS for MySQL DB instance. The company needs to design a pilot light disaster recovery (DR) strategy in the us-west-2 Region. The DR solution must achieve a Recovery Point Objective (RPO) of 15 minutes and a Recovery Time Objective (RTO) of 4 hours, while minimizing ongoing infrastructure costs. Which solution meets these requirements?
An enterprise is designing a cross-account data ingestion pipeline. Applications running on Amazon EC2 instances in Account A () must retrieve sensitive log files from an Amazon S3 bucket located in Account B (). The EC2 instances run inside an IAM instance profile associated with the IAM role `AppRole`. The S3 bucket in Account B is encrypted with a Customer Managed Key (CMK) in AWS KMS. The company's security policy requires that all cross-account access must utilize temporary credentials, enforce the principle of least privilege, and ensure all data remains encrypted.
Which configuration should the Solutions Architect implement to meet these requirements?
A software-as-a-service (SaaS) provider hosts its API on Amazon EC2 instances behind an Application Load Balancer (ALB). The API has been experiencing recurring Layer 7 HTTP flood attacks, causing resource exhaustion on the EC2 instances. The provider wants to mitigate these attacks at the AWS network edge before they reach the ALB, without blocking legitimate client requests.
Which solution should a solutions architect recommend?
A company runs a critical web application on AWS with a relational workload using an Amazon RDS for MySQL database. The database is currently deployed as a Multi-AZ DB instance to meet high availability requirements. During business hours, the database experiences predictable, high-volume read queries that cause CPU utilization on the primary instance to spike to . The database storage size is relatively small, but the workload requires high throughput and IOPS. The company wants to minimize overall operational costs while maintaining performance and high availability.
Which TWO configurations should the solutions architect implement to meet these requirements? (Select TWO)
Geçerli olan tümünü seçin
A medical device company is building an IoT platform that monitors patient health metrics. The platform receives events representing critical patient state changes (e.g., 'normal', 'warning', 'critical', 'resolved') sent from wearable sensors. For each patient, these state changes must be processed in the exact order they occurred to ensure the medical dashboard displays the current clinical state. Events from different patients must be processed concurrently to handle high throughput during peak hours. Which solution meets these requirements with the least operational overhead?
An engineering company runs a distributed computational fluid dynamics (CFD) simulation suite on a group of Amazon EC2 instances. The simulation nodes must exchange data with the lowest possible latency and maximum throughput. The administration team wants to monitor these nodes using a web dashboard that listens on TCP port 3000 of each instance, routed through an Application Load Balancer (ALB) that accepts traffic on port 443. The ALB target group is currently failing health checks.
Which actions should the solutions architect take to satisfy the latency requirements and resolve the health check issues? (Select TWO.)
Geçerli olan tümünü seçin
A company hosts a web application on Amazon EC2 instances within an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The ASG is configured with default settings. During a minor software failure, the web server process on one of the EC2 instances crashes. The ALB target group health checks correctly identify the instance as unhealthy and stop routing user traffic to it. However, the ASG does not terminate or replace the unhealthy instance, leading to reduced capacity. Which action should a solutions architect take to ensure the unhealthy instance is automatically replaced?
A gaming company is developing a multiplayer online game and needs to design the database layer for its player profile and game state service. The service must handle a peak workload of write operations per second for state updates and read operations per second for profile queries. Read requests for the most active players must have a sub-millisecond (microsecond) latency, while write operations must complete in less than milliseconds. The traffic is highly dynamic and spikes during game events. Which database configuration should a solutions architect recommend to achieve the required performance?
A company needs to design a cost-effective, serverless architecture for a daily data import pipeline. Once a night, a partner system uploads a batch of files containing transactional logs to an Amazon S3 bucket. A processing job must fetch these files, sort and process the records in strict chronological order, and write the output files to a temporary S3 folder. Another internal analytics system reads and permanently deletes these output files within 48 hours. The daily sorting and processing job is CPU-heavy and typically runs continuously for 3 hours. Which architecture is the most cost-effective and appropriate for this workload?