Tüm alıştırma soruları
1462 soru
A corporate training provider is developing a new online portal. The portal requires two databases:
1. A database to cache active user session states during training modules. The traffic is highly unpredictable and experiences sudden, intense spikes when new courses are published, but is otherwise near zero.
2. A database to store employee profiles and certification histories. This workload is highly predictable and stable, with minor, gradual increases during business hours.
Which TWO database configurations should a solutions architect recommend to achieve the most cost-effective solution? (Select TWO.)
Geçerli olan tümünü seçin
A fleet management company is designing a serverless alert processing pipeline. IoT devices in fleet vehicles send diagnostic alert events via HTTPS to an API endpoint. The traffic is highly unpredictable, with long periods of inactivity followed by sudden, high-volume bursts during peak driving hours. The alerts from each unique vehicle must be processed in the exact chronological order they were generated to ensure accurate event tracking. Each alert requires a brief, 3-second validation and database write operation. The company wants to minimize costs and eliminate idle compute expenses.
Which combination of two actions will meet these requirements most cost-effectively? (Select TWO.)
Geçerli olan tümünü seçin
A software-as-a-service (SaaS) company wants to detect potential threats within its AWS account, including compromised IAM credentials and EC2 instances communicating with command-and-control servers. When a threat is detected, the security team must be notified via a webhook to their external security operations center (SOC). The webhook URL requires an API key for authentication, which must be stored securely. Which architecture meets these requirements with the least operational overhead?
A company hosts an internal inventory management service on Amazon EC2 instances managed by an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The application serves client API traffic on HTTPS port 443. A custom health monitoring agent runs on port 8080 on each EC2 instance. The target group is configured to route client traffic to port 443 and perform health checks on port 8080. The security group of the EC2 instances allows inbound traffic on port 443 from the security group of the ALB. However, the EC2 instances are continually marked as unhealthy by the ALB, and the ASG is repeatedly terminating and replacing them. Which action will resolve this issue and allow the instances to pass the health checks?
A financial services company is deploying a distributed graph database for fraud detection on a fleet of Amazon EC2 instances. The graph database nodes require low-latency and high-throughput node-to-node network communication to synchronize transaction states. Additionally, client traffic is routed to the database nodes on port 8443 via a Network Load Balancer (NLB), while a custom health monitoring daemon runs on each instance on port 8080. Which combination of configuration steps should a solutions architect take to meet these requirements?
A company runs a REST API service on Amazon EC2 instances managed by an Auto Scaling group (ASG) behind an internal Application Load Balancer (ALB). The API service is configured to listen on port 9090, while a dedicated health status endpoint is exposed on port 9095. The security group of the EC2 instances is currently configured to allow inbound TCP traffic on port 9090 from the ALB security group. However, the ALB target group health checks are failing, leading the ALB to mark all instances as unhealthy and prompting the ASG to continuously terminate and replace instances. Which two configurations must a solutions architect implement to resolve the health check failures and prevent unnecessary instance replacements? (Select two.)
Geçerli olan tümünü seçin
A financial services company is migrating an on-premises relational transaction database to Amazon RDS for PostgreSQL. The database is in size and requires high availability with automatic failover to support regulatory compliance. The database storage must support a constant baseline performance of . The company wants to minimize costs while meeting all performance and compliance requirements.
Which database storage and availability configuration is the most cost-effective solution?
A global logistics company tracks package delivery statuses using an Amazon Aurora MySQL database cluster. The database handles a steady write volume of transactions per second (TPS) from regional scanning devices. Customer queries for tracking updates create read spikes of up to queries per second (QPS), causing read query latency to exceed the target threshold of . The database writes remain stable. A solutions architect must design a high-performing and highly available database architecture that ensures read queries have low latency.
Which two actions should the solutions architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A Solutions Architect is designing the database architecture for a global corporate travel booking application. The application needs to support high-throughput booking transactions in the primary AWS Region and provide employees worldwide with access to travel history queries with latency under 100 milliseconds. Which of the following database configurations should the Solutions Architect select to meet these performance requirements? (Select TWO.)
Geçerli olan tümünü seçin
A company runs a specialized order processing backend application on Amazon EC2 instances. The EC2 instances are in private subnets, managed by an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The application receives transaction requests on TCP port 8443. The application exposes a health check endpoint on HTTP port 8080. Currently, the ALB is marking all EC2 instances as unhealthy, and client requests are failing with 502 Bad Gateway errors.
Which two configuration changes are required to resolve this issue and restore service availability? (Select two.)
Geçerli olan tümünü seçin
A company's security team needs to monitor network traffic for a multi-tier web application. They suspect that a compromised Amazon EC2 instance in a private subnet is attempting to perform unauthorized network scans on other resources within the same Virtual Private Cloud (VPC). The team needs to capture the source IP, destination IP, source port, destination port, and protocol for all network traffic at the subnet level without installing any host-based software. Which solution will meet these requirements?
A retail company is migrating its product inventory database to AWS. The database experiences a steady, predictable baseline of and during regular hours. However, during flash sales that occur for every Friday evening, read traffic spikes to and write traffic spikes to . The database schema is non-relational, and the company wants to optimize cost while ensuring the database does not throttle during flash sales. Which TWO configurations should the solutions architect recommend to meet these requirements cost-effectively? (Select TWO.)
Geçerli olan tümünü seçin
An autonomous vehicle research company is running large-scale LiDAR sensor simulation workloads across a fleet of Amazon EC2 instances. The simulation nodes must frequently exchange spatial data frames with microsecond-level network latency. The nodes also run a management service on port , which is registered with an Application Load Balancer (ALB). During initial testing, the simulation experiences significant network latency, and the ALB target group marks all EC2 instances as unhealthy. Which combination of actions should a solutions architect take to resolve these issues?
A digital media publishing company hosts its content management system (CMS) on AWS. The application tier runs on Amazon EC2 instances in an Auto Scaling group, and the database tier uses an Amazon RDS for PostgreSQL DB instance in a Multi-AZ deployment. The company wants to establish a disaster recovery (DR) strategy in a secondary AWS Region with a Recovery Time Objective (RTO) of 20 minutes and a Recovery Point Objective (RPO) of 10 minutes. The strategy must also minimize ongoing running costs. Which two actions should the solutions architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A company runs a critical transactional application on an Amazon RDS for PostgreSQL Multi-AZ DB instance. The database is currently sized as a instance to handle a combination of transactional writes and a heavy volume of read-only business intelligence (BI) queries. The transactional write workload is steady and low, but the BI queries cause CPU utilization to spike to during business hours. The company wants to optimize costs while maintaining high availability.
Which database design is the most cost-effective solution?
An online collaborative workspace platform needs to store session state data for active users. The requirements specify that both read and write operations must consistently achieve sub-millisecond latency, even during sudden, unpredictable usage spikes. The database schema is a simple key-value structure containing user IDs and session tokens. Which database architecture should a solutions architect recommend to meet these requirements?
A telehealth company hosts its core patient scheduling application in the us-east-1 Region. The application runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer, and uses an Amazon RDS for PostgreSQL Multi-AZ DB instance. The company needs to design a disaster recovery (DR) strategy in the us-west-2 Region with a Recovery Time Objective (RTO) of 2 hours and a Recovery Point Objective (RPO) of 15 minutes. The solution must minimize cost during normal operations.
Which combination of actions should the solutions architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An energy grid operator runs a distributed power-flow optimization simulator on a fleet of Amazon EC2 instances. The simulator nodes must communicate with each other using Message Passing Interface (MPI) with the lowest possible latency. The optimization service on each instance runs on port 7001. A Network Load Balancer (NLB) distributes management API requests to the instances, but currently reports all instances as unhealthy because the health check is set to the default port 80. Which configuration will achieve the required network performance and resolve the health check issue?
A company runs an inventory tracking application on AWS. The application tier runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer. The database tier uses an Amazon RDS for PostgreSQL Multi-AZ deployment. The company wants to establish a disaster recovery (DR) strategy in a secondary AWS Region. The strategy must support a Recovery Point Objective (RPO) of 5 minutes and a Recovery Time Objective (RTO) of 30 minutes, while keeping ongoing replication and idle infrastructure costs to a minimum. Which of the following database and application configurations will meet these requirements?
A company hosts a web service on Amazon EC2 instances in private subnets. The instances are managed by an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The web service is configured to listen on TCP port . The ALB target group has its target port set to , and the EC2 instances' security group allows inbound traffic on port from the ALB's security group. After a recent deployment, the ALB marks all instances in the target group as unhealthy, and clients receive HTTP (Bad Gateway) errors, even though the application logs confirm that the service is running and healthy on the instances. What is the most likely cause of this issue?