Tüm alıştırma soruları
1462 soru
A company runs a read-heavy reporting application on AWS. The application uses an Amazon RDS for PostgreSQL DB instance to store analytical data. The database requires high read throughput during weekly reporting windows, but does not have strict high availability (HA) or automatic failover requirements for write operations. The database is currently configured as a Multi-AZ DB instance. A solutions architect needs to optimize the database configuration to reduce monthly costs while maintaining read performance.
Which TWO actions should the solutions architect take to achieve this goal? (Select TWO.)
Geçerli olan tümünü seçin
A digital media platform is designing an event-driven news publishing system. When an editor publishes or updates an article, the system must broadcast the event to two backend services: a real-time mobile push notification service and an article search indexing service. The push notification service can process events in any order. However, the search indexing service must process updates for each article in the exact chronological sequence they were published to avoid indexing stale data. The system must automatically scale to handle traffic spikes without administrative intervention. Which combination of actions should a solutions architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A company operates a food delivery dispatch platform in the us-east-1 Region. The architecture utilizes Amazon ECS on AWS Fargate for the microservices and an Amazon RDS for PostgreSQL Multi-AZ DB instance for the transactional database. The company needs to implement a disaster recovery (DR) strategy in the us-west-2 Region. The DR solution must achieve a Recovery Time Objective (RTO) of 30 minutes, a Recovery Point Objective (RPO) of 5 minutes, and minimize ongoing running costs in the secondary Region. Which strategy should a solutions architect recommend to meet these requirements?
A technology company is deploying a self-managed distributed search engine cluster on Amazon EC2 instances. The cluster nodes must communicate with each other with the lowest possible network latency to ensure fast query indexing. Additionally, an Application Load Balancer (ALB) is used to expose an internal management dashboard that runs on port 8443 of the same instances, while the standard HTTP port 80 is closed on the instances' firewalls. Which combination of configurations will meet the performance requirements and prevent the instances from being falsely marked as unhealthy by the load balancer?
A company has a web application that processes user registration requests. The requests must be processed asynchronously in the exact order they are received to ensure proper database indexing. The workload is highly unpredictable with sudden, massive traffic spikes. A solutions architect needs to decouple the frontend application from the backend processing servers. Which solution meets these requirements with the least operational overhead?
A gaming company hosts its dedicated multiplayer session servers on Amazon EC2. While player traffic fluctuates, the company requires a constant baseline of 50 EC2 instances 24/7 to maintain minimum coverage. Additionally, the company runs a continuous background analytics pipeline on Amazon ECS using AWS Fargate that requires a stable allocation of 20 vCPUs and 80 GB of RAM. The backend database runs on Amazon RDS for PostgreSQL 24/7. Which combination of purchasing options will provide the most cost-effective solution for this architecture?
A company hosts a web application in the us-east-1 Region. The application stores static media files in an Amazon S3 bucket and uses an Amazon RDS for PostgreSQL database. To prepare for a disaster recovery (DR) scenario, the company wants to implement a Backup and Restore DR strategy in the us-west-2 Region. Which TWO options should a solutions architect recommend to copy the S3 objects and database backups to the secondary region?
Geçerli olan tümünü seçin
A logistics company is designing the database architecture for a new package tracking application. The application will receive rapid status updates from delivery drivers' handheld devices. The traffic profile consists of a stable baseline of approximately writes per second during business hours, but it experiences sudden, unpredictable spikes of up to writes per second when major distribution centers scan incoming shipments. The database must store these updates, which consist of simple key-value pairs of tracking ID, timestamp, and location. The company wants to minimize database costs while ensuring that no updates are throttled. Which database design and capacity configuration is the most cost-effective for this workload?
A medical imaging provider hosts its diagnostic report processing application in the us-west-2 Region. The current architecture consists of EC2 instances in an Auto Scaling group behind an Application Load Balancer, and a multi-AZ Amazon Aurora PostgreSQL database. The provider needs to establish a disaster recovery (DR) strategy in the us-east-1 Region. The DR solution must achieve a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 2 minutes, while minimizing ongoing infrastructure costs during normal operations. Which combination of actions should a solutions architect recommend to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A solutions architect is designing a database solution for a global fleet tracking application. The application must ingest real-time telemetry data from over 100,000 delivery vehicles, resulting in millions of write transactions per minute. The system requires consistent sub-millisecond write latency. The fleet operations are highly dynamic, with write traffic peaking heavily during business hours and dropping to near zero at night. Each telemetry record includes a unique vehicle identifier (VehicleID), a monotonically increasing timestamp (Timestamp), and location coordinates. The architect selects Amazon DynamoDB as the datastore. Which database design and configuration should the solutions architect implement to meet these requirements?
A financial technology company operates a transaction validation service on AWS. The application consists of a processing tier running containerized microservices on Amazon ECS on AWS Fargate, which runs continuously with a stable, predictable CPU and memory utilization. The backend database runs on Amazon RDS for PostgreSQL. The company wants to minimize its compute costs over a -year period. Which combination of purchasing strategies will provide the most cost-effective solution?
A healthcare provider plans to store daily database backup archives in a secondary AWS Region to support their disaster recovery strategy. The database administrator suggests using Amazon S3 Glacier Flexible Retrieval with standard retrieval options, assuming that the archived data can be restored immediately during an unexpected primary site outage. Why is this assumption incorrect?
A logistics tracking company hosts its web application on Amazon EC2 instances in an Auto Scaling group with an Amazon RDS for PostgreSQL DB instance. The company needs to design a disaster recovery (DR) strategy in a secondary AWS Region. The strategy must achieve a Recovery Point Objective (RPO) of 24 hours and a Recovery Time Objective (RTO) of 12 hours while keeping costs to a minimum.
Which combination of actions will meet these requirements at the lowest cost? (Select TWO.)
Geçerli olan tümünü seçin
A healthcare technology company hosts its core patient data processing application on AWS. The application has two main workloads:
1. A containerized backend service running on Amazon EC2 instances that processes transaction data continuously 24/7 with a predictable baseline utilization.
2. A relational database running on Amazon RDS for PostgreSQL that is also active 24/7 to support the application's transaction logging.
To meet regulatory compliance, the application must run continuously without any interruptions. The company wants to optimize its compute and database costs for these workloads.
Which two purchasing strategies should a solutions architect recommend to achieve the most cost-effective architecture? (Select TWO.)
Geçerli olan tümünü seçin
A retail company is launching a new flash sale application where customer transaction events are highly unpredictable and spiky. Each transaction must be processed asynchronously in the exact order it was received to ensure database consistency. Which configurations or services should a solutions architect select? (Select TWO.)
Geçerli olan tümünü seçin
A smart home utility company is designing an architecture to ingest telemetry data from millions of smart meters. The telemetry readings from each individual smart meter must be processed in the exact chronological order in which they are generated. Additionally, the architecture must fan out these readings to two separate backend applications: a real-time billing service and an anomaly detection engine. Which combination of actions should the solutions architect recommend to decouple these services while preserving message ordering? (Select TWO.)
Geçerli olan tümünü seçin
A healthcare scheduling application stores doctor availability and booking details in an Amazon RDS for MySQL Multi-AZ DB instance. During peak morning hours, the system experiences a massive spike in read traffic from patients searching for open appointments, which drives the database's CPU utilization to 100% and causes query timeout errors. Write requests for booking appointments are low but require strict data consistency. Which two actions should a solutions architect take to resolve the database performance degradation?
Geçerli olan tümünü seçin
A financial technology company is designing a serverless payment processing system. The system must process transactional ledger updates in the exact sequence they are received. The transaction volume is highly unpredictable, ranging from zero transactions for hours to sudden bursts of thousands of transactions per minute. Additionally, the system must run a nightly reconciliation report that processes all transaction data for the day. This report is computationally intensive and takes approximately 45 minutes to execute. Which two options should the solutions architect choose to design a highly cost-effective and automated scaling architecture? (Select two.)
Geçerli olan tümünü seçin
An energy trading platform hosts its core transaction processing application in the us-east-1 Region. The architecture consists of an Auto Scaling group of Amazon EC2 instances behind an Application Load Balancer (ALB), and a Multi-AZ Amazon RDS for PostgreSQL DB instance. The company needs to design a disaster recovery (DR) solution in the us-west-2 Region. The solution must achieve a Recovery Time Objective (RTO) of 30 minutes and a Recovery Point Objective (RPO) of 5 minutes while minimizing ongoing running costs. Which strategy meets these requirements?
A company hosts a real-time telemetry processing API on Amazon EC2 instances within an Auto Scaling group (ASG). The instances are located in private subnets and run behind a public-facing Application Load Balancer (ALB). The API is configured to listen on TCP port 8080. The ALB target group has a target port of 8080, but the health check port is explicitly configured to port 80. The network ACL associated with the private subnets allows inbound TCP traffic on port 8080 from the public subnets, and outbound TCP traffic on port 8080 to the public subnets. Currently, all EC2 instances are marked unhealthy by the ALB, causing the ASG to repeatedly terminate and launch new instances. Which two actions must the solutions architect take to resolve this issue and ensure the instances are marked healthy? (Select two.)
Geçerli olan tümünü seçin