Tüm alıştırma soruları
1462 soru
A company is developing a ticket booking application on AWS. When a customer purchases a ticket, the system must process the payment transaction and assign a seat. To avoid double-booking and payment discrepancies, the transaction messages must be processed in the exact order they are received. The company wants to decouple the front-end application from the back-end processing service.
Which solution meets these requirements with the least operational overhead?
A SaaS payroll application processes employee timesheet submissions. To ensure accurate cumulative tax and overtime calculations, all timesheet update events for any given employee must be processed in the exact order they are received. These events must be delivered to independent downstream microservices: a payroll calculation engine and a compliance audit system. The application experiences traffic spikes of up to events per second. Which solution meets these requirements with the least operational overhead?
A company runs a car rental reservation portal in a single AWS Region. The application uses an Amazon RDS for MySQL DB instance. The company needs to establish a disaster recovery (DR) strategy in a secondary Region. The strategy must meet a Recovery Point Objective (RPO) of 24 hours and a Recovery Time Objective (RTO) of 4 hours. Which solution meets these requirements at the lowest cost?
A company hosts a critical global multiplayer gaming backend in us-east-1. The backend utilizes Amazon Aurora MySQL for player profiles, session states, and game configuration data, and an Application Load Balancer (ALB) with Amazon ECS Fargate for the web API layer. The company needs to establish a Disaster Recovery (DR) strategy in us-west-2 with a Recovery Time Objective (RTO) of less than minutes and a Recovery Point Objective (RPO) of less than minute. They also want to minimize monthly standby running costs. Which of the following architectures meets these requirements?
A company hosts a security-hardened metadata retrieval service on a fleet of Amazon EC2 instances in an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The application listens on TCP port , while a local diagnostic agent listens on TCP port to respond with node status. The solutions architect configures the ALB target group with default health check settings. Custom Network ACLs (NACLs) and security groups are applied to the EC2 instances. During testing, the ALB marks all registered instances as unhealthy, even though local status checks on port succeed. Additionally, after a recent failover to a secondary region due to network latency, Route 53 fails to route clients back to the primary region's ALB after its instances recover.
Which combination of configuration changes should the solutions architect implement to resolve these issues? (Select two.)
Geçerli olan tümünü seçin
A financial services company hosts a credit-scoring application in the eu-west-1 Region. The application uses Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB), and a multi-node Amazon Aurora PostgreSQL DB cluster. The company needs to implement a disaster recovery (DR) strategy in the us-east-1 Region with a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minutes. The solution must minimize ongoing operational costs in the secondary Region during normal operations. Which configuration should a solutions architect recommend to meet these requirements?
A software company is redesigning the compute architecture for its multi-tenant application to optimize costs. The application runs on Amazon ECS on AWS Fargate and consists of two main workloads:
1. A suite of web APIs that runs continuously () to handle customer requests. This workload has a highly predictable baseline of ECS tasks, with occasional scaling peaks.
2. A background processing system that pulls video transcoding jobs from an Amazon SQS queue. The jobs are stateless, can be interrupted and resumed without issues, and run sporadically throughout the day.
Which combination of compute purchasing strategies will meet these requirements most cost-effectively? (Choose two.)
Geçerli olan tümünü seçin
A company is developing an event-driven system that writes audit logs from several AWS Lambda functions into a database. The log volume is extremely unpredictable; the database experiences hours of inactivity, but can suddenly receive spikes of up to write operations per second when upstream batch jobs trigger. The database must handle these sudden bursts immediately without throttling, and the solution must minimize operational costs. Which database capacity configuration is the most cost-effective for this workload?
A logistics company is designing a real-time package tracking dashboard. The tracking system must ingest millions of package coordinates daily from IoT sensors. The database must support high-volume write throughput and deliver single-digit millisecond latency for read queries. A solutions architect needs to design a high-performing database architecture that avoids read and write bottlenecks during peak operation hours.
Which combination of configurations will achieve this objective? (Select TWO.)
Geçerli olan tümünü seçin
A healthcare technology company hosts its patient record management system on AWS. The security team needs to monitor the environment to ensure that Network Access Control Lists (NACLs) and Security Groups do not accidentally allow unrestricted inbound traffic on port 22 from the public internet. The solution must continuously audit configuration history, evaluate compliance, and send near-real-time alerts when a non-compliant change is detected. Which architectural solution meets these requirements with the least administrative effort?
A company is designing a new microservices-based application on AWS. When an order is placed, the order details must be sent to two separate downstream systems: an inventory management service and a shipping coordination service. The orders must be processed by both services in the exact chronological sequence they were placed. Which combination of services should a solutions architect recommend to decouple these systems while preserving the message order? (Select TWO.)
Geçerli olan tümünü seçin
A company is hosting a specialized IoT data receiver application on Amazon EC2 instances within an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The application receives data streams on port 5001, but the application's internal diagnostics and health status endpoint runs on port 8081. After launching the instances, the ALB target group reports all EC2 instances as unhealthy, and no traffic is forwarded to them, even though local logs show the application is running normally. Which of the following configuration changes will resolve this issue?
A global healthcare compliance SaaS provider hosts its core patient-tracking application on Amazon EC2 instances in an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The application database is hosted on Amazon Aurora MySQL-Compatible Edition. The application is currently deployed in the Region. The provider needs to design a cross-region disaster recovery (DR) solution in the Region. The DR solution must meet a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minutes, while minimizing ongoing infrastructure running costs in the secondary Region during normal operations. Which architecture will meet these requirements at the lowest cost?
A company runs a wellness tracking application. The backend API is hosted on Amazon EC2 instances in an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The API processes requests on TCP port 8443. Currently, clients cannot connect to the backend, and the instances are being marked as unhealthy by the target group, leading to continuous instance replacement by the ASG. The network configuration uses private subnets for the EC2 instances and public subnets for the ALB.
Which two configurations should a solutions architect verify to resolve the health check failures and ensure proper traffic flow? (Select two.)
Geçerli olan tümünü seçin
A corporate training platform hosts its web application in a single AWS Region. The platform's database is stored on Amazon RDS for PostgreSQL, and application data is on Amazon EBS volumes. The company wants to set up a cost-effective Backup and Restore disaster recovery (DR) strategy in a secondary Region. The company can tolerate a -hour Recovery Point Objective (RPO) and a -hour Recovery Time Objective (RTO). Which combination of actions will meet these requirements at the lowest cost? (Select TWO.)
Geçerli olan tümünü seçin
A company hosts a specialized analytics platform on Amazon EC2 instances within an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The application listens for HTTPS traffic on TCP port 8443. To monitor the application's internal status, a custom telemetry agent runs on the instances, listening on TCP port 9090. The Solutions Architect configures the ALB target group's health check settings to use TCP port 9090. The security group of the EC2 instances is configured to allow inbound TCP traffic on port 8443 from the ALB's security group. All outbound traffic from the instances is allowed. Despite the instances functioning correctly, the ALB marks all targets as unhealthy, and the ASG is repeatedly terminating and replacing the instances. Which action should the Solutions Architect take to resolve this issue?
A biotechnology company is deploying a distributed molecular dynamics simulation pipeline on Amazon EC2 instances. The simulation nodes must communicate frequently with each other over a low-latency, high-throughput network to synchronize state. The application listens on custom TCP port 6006 and is placed behind a Network Load Balancer (NLB). During testing, the NLB marks all instances as unhealthy, and node-to-node communication latency is too high. Which combination of steps will resolve these performance and health check issues?
A SaaS payroll company hosts its platform in the us-east-1 Region. The architecture consists of Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB), and an Amazon RDS for PostgreSQL database. The company needs to design a disaster recovery (DR) plan in the us-west-2 Region. The solution must support a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minutes while minimizing running infrastructure costs in the secondary Region during normal operations.
Which combination of actions should the solutions architect implement to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A logistics company is migrating its operations platform to AWS. The workload consists of:
* A set of containerized web APIs running 24/7 on Amazon Elastic Container Service (Amazon ECS) using the AWS Fargate launch type.
* A fleet of Amazon EC2 instances performing continuous, stateful background queue processing.
* An Amazon RDS for MySQL database operating 24/7 to store transactional data.
The company wants to optimize its compute costs over a 1-year period while maintaining maximum flexibility for compute resource changes.
Which purchasing strategy will achieve the lowest cost while meeting these requirements?
A company has a web application that receives financial transaction requests from clients. The application must decouple the request reception from the backend processing systems. The transaction volume is highly unpredictable, with sudden spikes throughout the day. It is critical that all transaction requests are processed in the exact order they are received to prevent account balance errors. Which solution meets these requirements while guaranteeing transaction ordering?