Tüm alıştırma soruları
1462 soru
A logistics company is designing an event-driven telemetry ingestion system to track delivery vehicles globally. The system must process location updates in the exact chronological order they are generated for each individual vehicle to ensure accurate routing history. Three downstream consumer applications—a live customer map, a fleet analytics engine, and an archival database—must independently process the same location stream in real time. The ingestion layer must scale automatically to handle sudden spikes in traffic during peak delivery hours. Which architecture meets these requirements with the least operational overhead?
A retail company is designing a serverless order processing system for its online storefront. The system must ingest customer order placement and cancellation events, processing them in the exact chronological sequence they are received to prevent processing a cancellation before an order is created. The traffic pattern is highly unpredictable, with massive traffic surges during flash sales and periods of complete idle time overnight. The company wants a highly scalable, serverless solution that minimizes baseline costs during periods of inactivity.
Which TWO configurations should a solutions architect select to meet these requirements cost-effectively?
Geçerli olan tümünü seçin
An e-commerce company hosts its critical shopping cart and order processing application on AWS. The application runs on Amazon ECS tasks using the AWS Fargate launch type in the us-east-1 Region, backed by an Amazon Aurora PostgreSQL Multi-AZ DB cluster. The company needs to design a disaster recovery (DR) solution in the us-west-2 Region. The DR solution must support a Recovery Point Objective (RPO) of 5 minutes and a Recovery Time Objective (RTO) of 15 minutes. The company wants to minimize costs during normal operations while ensuring the compute capacity can scale up rapidly during a failover. Which combination of actions should the Solutions Architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An analytics company hosts a distributed data ingestion service on Amazon EC2 instances inside an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The ingestion service processes incoming data on port 5001, while a separate health status daemon runs on port 9001. The ASG is currently configured with the default EC2 health check type. During a recent event, the ingestion service crashed on several instances, but the ASG did not terminate them, resulting in lost data. To resolve this, a solutions architect updated the configuration, but the ASG began aggressively terminating newly launched instances before they could complete their 10-minute cache warming process.
Which two actions should the solutions architect take to resolve these issues? (Select two.)
Geçerli olan tümünü seçin
A solutions architect is designing a configuration management strategy for a containerized application. The application requires access to two types of data: database credentials for an Amazon Aurora MySQL database, which must be rotated automatically every 30 days, and external API endpoints that must be encrypted at rest but do not change. To minimize monthly costs and administrative effort, which combination of actions should the solutions architect take? (Select TWO.)
Geçerli olan tümünü seçin
A healthcare company uploads patient intake documents averaging in size to an Amazon S3 Standard bucket. The files are accessed frequently during the first days after upload. After days, the files are rarely accessed, but they must be retained for a total of days from the upload date for compliance, after which they can be deleted. Which storage strategy is the most cost-effective for this workload?
A startup wants to implement a security solution that continuously monitors its AWS accounts for malicious activities, unauthorized access, and anomalous behavior. The solution must analyze AWS CloudTrail management logs, VPC Flow Logs, and DNS query logs with zero impact on resource performance. Which AWS service should a solutions architect recommend to satisfy these requirements?
A financial technology company is designing a cost-effective compute environment for a risk-modeling suite. The workload has the following components:
1. A core trading microservice running on Amazon ECS with AWS Fargate that requires a constant baseline of tasks running to handle routine API requests.
2. A continuous, long-running telemetry processing agent that must run to collect system metrics and process them in real time.
3. A large-scale simulation engine running on Amazon EC2 instances. The simulation runs batch jobs that are fault-tolerant, can be interrupted, and can resume from checkpoints.
4. A critical nightly database reconciliation job running on Amazon EC2 that runs for exactly hours starting at midnight and must complete without interruption.
Which combination of compute hosting configurations and purchasing strategies will meet these requirements most cost-effectively? (Select TWO.)
Geçerli olan tümünü seçin
A solutions architect has configured an Application Load Balancer (ALB) to distribute traffic to a fleet of Amazon EC2 instances. The web application runs on port 80 on the EC2 instances. The security group associated with the EC2 instances is configured to allow inbound traffic on port 80 from the ALB security group. However, the ALB is marking all EC2 instances as unhealthy. Which of the following is the most likely cause of this issue?
A logistics company is designing an architecture to process batch data files containing shipment logs uploaded to Amazon S3. The processing of each batch file is a compute-intensive operation that takes approximately 20 minutes to complete. The files are uploaded sporadically throughout the day with highly unpredictable traffic spikes, including long periods of no activity. The company wants a serverless, cost-optimized solution that automatically scales based on demand and minimizes costs during idle periods. Which architecture meets these requirements most cost-effectively?
An aerospace engineering company runs a tightly coupled computational fluid dynamics (CFD) simulation suite. The workload runs on several Amazon EC2 instances that must exchange simulation state data with sub-millisecond network latency. Additionally, external administrators submit simulation configuration files via a Network Load Balancer (NLB) targeting these instances on TCP port 8080. The instances only run the configuration service on this port.
Which actions should a solutions architect take to ensure the highest network performance for the simulation communication while maintaining successful health checks on the load balancer? (Select TWO.)
Geçerli olan tümünü seçin
A solutions architect is designing a high-performance database solution for a social media application. The application must support a high volume of writes for user activities and requires sub-millisecond latency for reading popular user profiles. The workload experiences highly unpredictable, spiky traffic. Which combination of database configurations should the solutions architect select to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A retail company hosts its core ordering application on Amazon EC2 instances in an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The application runs on a custom port 8085. The ALB listener is configured to accept HTTPS traffic on port 443 and forward it to a target group containing the EC2 instances on port 8085. To meet strict security requirements, the EC2 security group is restricted to allow inbound TCP traffic on port 8085 only from the ALB security group. However, after a new deployment, the target group health checks fail, and the ASG repeatedly terminates and replaces the instances.
Which action should the Solutions Architect take to resolve the issue and ensure the instances pass health checks while maintaining the current security posture?
A Software-as-a-Service (SaaS) company builds software applications and stores build artifacts in an Amazon S3 Standard bucket. The average size of each artifact is . The artifacts are accessed frequently during the first after creation for verification and deployments. After , the artifacts are rarely accessed but must be retained for compliance audits for a total of from creation, after which they can be safely deleted. In the event of an audit, the company must be able to retrieve the artifacts within . Which combination of actions should a solutions architect configure in the Amazon S3 Lifecycle policy to meet these requirements in the most cost-effective manner? (Select TWO.)
Geçerli olan tümünü seçin
A research institution is deploying a seismic data processing cluster on Amazon EC2 instances to analyze real-time earthquake signals. The cluster requires sub-millisecond node-to-node communication latency to perform fast Fourier transform calculations. To receive incoming seismic data feeds from remote stations, the instances are registered with an Application Load Balancer (ALB) target group configured for HTTP traffic on port 8088. The application's health status endpoint is also served on port 8088, but the instances are currently marked unhealthy by the ALB, and node-to-node latency is too high. Which configuration will resolve the health check issues and achieve the required network performance?
A media company is migrating a web application to AWS. The architecture requires a fleet of Amazon ECS tasks running on AWS Fargate to handle constant, baseline user traffic. The application also uses Amazon DynamoDB to store user session data with highly unpredictable, spiky access patterns. The company wants to minimize the long-term, predictable costs of Fargate, while ensuring DynamoDB is optimized for cost. Which strategy should the company implement?
A gaming company hosts a mobile leaderboard application on Amazon EC2 instances in an Auto Scaling group (ASG). The instances are registered with a target group for an Application Load Balancer (ALB). The leaderboard application listens on custom TCP port , but the ALB shows all EC2 instances as unhealthy. A solutions architect verifies that the application is running correctly on the instances. Which two actions should the solutions architect take to resolve the health check issues? (Select two.)
Geçerli olan tümünü seçin
A media company is developing a web platform where users upload high-resolution video files. The uploads occur unpredictably throughout the day. The company requires a cost-effective, scalable architecture to perform two tasks for each upload:
1. Write metadata to a database in the exact sequence in which the uploads occurred to maintain a chronological audit log.
2. Run a CPU-intensive transcoding pipeline that takes between 30 and 45 minutes to process each video.
Which combination of actions should a solutions architect recommend to meet these requirements cost-effectively? (Select TWO.)
Geçerli olan tümünü seçin
A real estate platform hosts a global portal on AWS. The portal allows users to search for property listings and view high-resolution property images. The search queries are processed by an Amazon RDS for PostgreSQL database, while the images are stored in an Amazon S3 bucket. The company wants to optimize performance for global users, minimize load on both the database and the S3 bucket, and keep costs optimized. Which combination of services should a solutions architect recommend to meet these requirements?
A medical device manufacturer is building an IoT monitoring system on AWS to process state-change logs from thousands of diagnostic devices. The system must process status updates for each device chronologically to maintain an accurate device history. During peak usage, the system experiences brief, massive spikes in telemetry messages. The architecture must fan out these state-change events to two distinct backend systems: a real-time status-tracking service and a historical compliance auditing database. Which solution meets these requirements with the least operational overhead?