All practice questions
1964 questions
A logistics company is launching a new high-transaction transit-tracking application. The infrastructure is provisioned using AWS CloudFormation, with the application running on Amazon EC2 instances managed by an Auto Scaling group behind an Application Load Balancer (ALB). The business requirements dictate that all application updates must be deployed using a canary pattern to limit exposure to a subset of users, and the system must support instant rollbacks to the previous version without any traffic interruption or capacity degradation if post-deployment anomalies are detected. Which two configurations should the solutions architect combine to meet these requirements? (Select two.)
Select all that apply
A financial services firm with a multi-account AWS environment in the `us-west-2` Region has established a 10 Gbps AWS Direct Connect connection to link their on-premises data center with an AWS Transit Gateway. To ensure high availability, the firm wants to implement an IPsec VPN connection over the internet to the same Transit Gateway as a backup path. The primary requirement is that all traffic between the on-premises data center and the AWS VPCs must use the Direct Connect connection under normal conditions, and automatically fail over to the VPN connection only if the Direct Connect path becomes unavailable. Which TWO configurations must the solutions architect implement to achieve these requirements? (Select TWO.)
Select all that apply
A SaaS company is designing a critical online booking application on AWS. The application must be deployed across two AWS Regions: us-east-1 (Primary) and us-west-2 (Secondary). The database layer requires a Recovery Point Objective (RPO) of less than 1 second and a Recovery Time Objective (RTO) of less than 1 minute. The application tier instances in both Regions need outbound internet access to communicate with external payment gateways, but they must remain private. The architecture must minimize single points of failure while optimizing for high availability.
Which two configuration options should the Solutions Architect implement to meet these requirements?
Select all that apply
An energy trading company is designing a disaster recovery (DR) architecture for its core trade execution platform on AWS. The primary workload runs in the us-east-1 Region, and the secondary DR site is in the us-west-2 Region. The business requires a Recovery Time Objective (RTO) of less than 15 minutes and a Recovery Point Objective (RPO) of less than 1 minute. The architecture must satisfy the following:
- Within each region, the infrastructure must be highly available across multiple Availability Zones.
- The application tier runs on Amazon EC2 instances in private subnets behind an Application Load Balancer (ALB).
- Private microservices within the VPC communicate using a Route 53 private hosted zone named trading.internal.
- The application requires outbound internet connectivity to communicate with external clearinghouses.
- The database backend is Amazon Aurora PostgreSQL.
Which design meets the business requirements while minimizing cost and operational complexity?
A global digital publishing company is designing a high-availability and disaster recovery architecture for its core content management application on AWS. The application runs on Amazon EC2 instances in private subnets across multiple Availability Zones in the `us-east-1` Region. The application requires outbound internet access to synchronize syndication feeds with external partners. The database layer uses Amazon Aurora PostgreSQL. The business requires a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 5 minutes, with a disaster recovery target in the `us-west-2` Region. The solutions architect must also ensure that the architecture has no single points of failure within a Region. Which two options should the Solutions Architect implement to meet these requirements?
Select all that apply
A media streaming company is migrating its operations to AWS and establishing a multi-account structure with 8 spoke VPCs in the ap-northeast-1 Region. The company needs to design a hybrid connectivity solution to connect these VPCs to an on-premises data center. The design must support direct VPC-to-VPC communication, enable secure access to shared on-premises resources with automatic failover, and resolve internal DNS names hosted in a centralized private hosted zone. Which of the following architectures meets these requirements with the least operational complexity?
A global telecommunications provider is deploying a critical SIM card provisioning platform on AWS. The application layer runs on Amazon EC2 instances in Auto Scaling groups behind Application Load Balancers (ALBs) across multiple Availability Zones in the primary region (us-east-1) and a recovery region (us-west-2). The application queries and updates customer provisioning profiles stored in an Amazon Aurora PostgreSQL Global Database, which has its primary cluster in us-east-1 and a secondary cluster in us-west-2. The application servers must periodically make outbound calls to external carrier networks via NAT Gateways. The architecture must achieve a Recovery Time Objective (RTO) of less than 10 minutes, a Recovery Point Objective (RPO) of less than 1 minute, mitigate against single Availability Zone failures within either region, and automate user traffic redirection to the secondary region if the primary region experiences a complete service disruption. Which two of the following configuration options should the solutions architect implement to meet these requirements? (Select TWO.)
Select all that apply
An enterprise is designing a deployment pipeline for a web application running on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). The deployment strategy must meet the following requirements:
* Shift exactly of live traffic to the new version of the application.
* Validate the performance of the new version for minutes using Amazon CloudWatch alarms.
* Immediately roll back of traffic to the current version if any alarms are triggered.
* Shift the remaining of traffic to the new version if no alarms are triggered.
Which combination of actions should the Solutions Architect recommend to achieve these requirements? (Select TWO.)
Select all that apply
A healthcare technology company is building a patient telemetry monitoring system on AWS. The architecture consists of an application tier running on Amazon EC2 instances in an Auto Scaling group across multiple Availability Zones, and a database tier running on an Amazon Aurora PostgreSQL-Compatible Edition cluster. The system must ingest real-time telemetry data from local hospital gateways. The company requires a high-availability design in the primary region of us-east-1, and a disaster recovery (DR) setup in us-west-2 that achieves a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 1 minute. The EC2 instances must be able to securely access external APIs on the internet to retrieve patient metadata. Additionally, the application tier uses a Route 53 Private Hosted Zone for internal database endpoint resolution. Which configuration meets these requirements while minimizing cost and operational complexity?
A company is designing a deployment pipeline for a payment processing API running on Amazon ECS with AWS Fargate behind an Application Load Balancer (ALB). The business requires that any new release must minimize the blast radius by initially directing 10% of production traffic to the new version. If the system remains healthy, the pipeline must increase traffic to the new version by 10% every 10 minutes until 100% is reached. If an Amazon CloudWatch alarm for HTTP 5xx errors is triggered at any point, the deployment must automatically roll back to the previous version with zero downtime. Which deployment configuration and strategy will meet these requirements?
An enterprise is designing a hybrid network architecture to connect VPCs in a multi-account AWS environment to an on-premises data center. The AWS environment uses an AWS Transit Gateway in the `us-east-1` Region to interconnect all VPCs. The primary connection to the data center is a AWS Direct Connect connection using a Transit Virtual Interface (VIF) connected to a Direct Connect Gateway. To ensure high availability, the solutions architect is deploying an IPsec AWS Site-to-Site VPN over the Internet as a backup connection. Both connections must support dynamic routing and automatically failover, but the Direct Connect path must be preferred for both inbound and outbound traffic under normal operating conditions. Which two configurations must the solutions architect implement to achieve these routing requirements? (Select TWO.)
Select all that apply
A global aviation logistics company is designing a high-availability crew bidding and scheduling platform across two AWS Regions: us-east-1 (Primary) and us-west-2 (Secondary). The platform has a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minutes. Under normal operations, global flight crews must be routed to the Region with the lowest network latency. In the event of a regional outage, traffic must automatically failover to the healthy Region. The application tier requires outbound internet connectivity to sync with external aviation authorities and must be resilient to Availability Zone (AZ) failures. Which architecture meets these requirements while minimizing operational complexity and cost?
A public transit authority is designing a contactless ticketing system on AWS. The application tier runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB) in the primary AWS Region. The database tier uses an Amazon Aurora PostgreSQL DB cluster. The application must communicate with external payment processors via the internet. The solution must be highly available within the primary AWS Region and have a cross-region disaster recovery (DR) plan with a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 5 minutes. Compute costs in the DR region should be minimized during normal operations. Which combination of actions will meet these requirements? (Select TWO.)
Select all that apply
A pharmaceutical company has deployed 12 VPCs in a single AWS region under a multi-account organization. The company needs to establish hybrid connectivity between all 12 VPCs and its on-premises data center. The connectivity design must use a 2 Gbps AWS Direct Connect connection as the primary path and an AWS Site-to-Site VPN connection over the public internet as a backup path. The failover between the primary and backup paths must be automatic, and the network team wants to minimize the administrative overhead of managing route tables. Which configuration meets these requirements with the least administrative effort?
A company is designing a new regional supply chain inventory forecasting application on AWS. The application tier runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). The database tier uses Amazon Aurora PostgreSQL. The business requires a Disaster Recovery (DR) solution with a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 5 minutes. The architecture must minimize cost while ensuring high availability and redundancy for all outbound internet dependencies. Which design strategy meets these requirements?
A financial services company is designing a multi-account architecture in AWS for its applications across spoke VPCs in the us-east-1 region. The security team requires all outbound internet traffic to be routed through a centralized egress VPC for inspection, and all internal DNS queries for private resources to be resolved using a shared Route 53 Private Hosted Zone (PHZ) hosted in a Central Services account. The architecture must minimize cost, avoid single points of failure, and minimize administrative overhead. Which combination of actions should the network architect perform to meet these requirements? (Select TWO.)
Select all that apply
A multinational legal services firm is designing a new document e-discovery platform on AWS. The application tier will run on Amazon EC2 instances in private subnets across three Availability Zones in both the primary Region (eu-west-1) and the disaster recovery Region (us-east-1). The EC2 instances must query external court deposition APIs over the public internet to validate filing metadata. The database layer will run on Amazon Aurora PostgreSQL.
The system must meet the following business requirements:
- Recovery Time Objective (RTO) must be less than 10 minutes.
- Recovery Point Objective (RPO) must be less than 1 minute.
- Internal microservices in both Regions must resolve internal database endpoints using a single private hosted zone named corp.discovery.local.
- External user traffic should target the primary Region by default, but fail over automatically to the disaster recovery Region if the primary Region's application tier experiences degraded health.
- Outbound network traffic in each Region must be highly available and resilient to Availability Zone failures.
Which architecture should a solutions architect select to meet these requirements with the lowest operational complexity?
A gaming company has deployed VPCs in the `us-west-2` Region across multiple AWS accounts managed under AWS Organizations. The company requires hybrid connectivity to its on-premises data center using an existing AWS Direct Connect connection. The architecture must support VPC-to-VPC routing, provide a highly available backup path over the public internet, and minimize administrative overhead. Which solution should a solutions architect recommend?
A financial services company is designing a new multi-region disaster recovery (DR) architecture for a mission-critical billing application. The primary workload runs in a VPC in us-east-1, and the secondary disaster recovery site is located in us-west-2. The application utilizes Amazon Aurora PostgreSQL. The business requires a Recovery Time Objective (RTO) of 10 minutes and a Recovery Point Objective (RPO) of 1 minute. Client application servers in both regions must access the database using a single, consistent private DNS name. Which two database and routing configurations should a Solutions Architect implement to meet these requirements?
Select all that apply
A media company is launching a live voting application for a popular television show finale. During the -minute voting window, concurrent user connections are expected to spike instantaneously from a baseline of requests per second to requests per second. The application must perform a read-heavy database query to verify a voter's eligibility before recording their vote. The application runs on Amazon ECS with Amazon Aurora MySQL as the database. Which architectural design will meet these scalability requirements with the lowest latency?