All practice questions
1964 questions
A global e-commerce analytics enterprise is designing a transaction logging platform. The primary infrastructure must run in us-east-1 with a disaster recovery (DR) site in us-west-2. The business requirements specify a Recovery Time Objective (RTO) of 5 minutes, a Recovery Point Objective (RPO) of 1 minute, and a strict requirement that public client traffic be routed based on user geolocation under normal circumstances, with automated failover if a regional endpoint degrades. The solution must minimize cost where possible while ensuring high availability across Availability Zones for outbound regulatory compliance logging. Which two of the following architectural configurations must the Solutions Architect implement to satisfy these requirements?
Select all that apply
A global sports streaming service plans to launch a real-time commentary portal for a major tournament finals. The portal will experience a predictable but sudden increase in read traffic, surging from a baseline of requests per minute to over requests per minute in less than ten minutes. The backend application runs on Amazon ECS using AWS Fargate, and reads from an Amazon Aurora PostgreSQL database. High performance, sub-second latency, and zero dropped requests are critical requirements during the tournament. Which architecture design optimization should a solutions architect recommend to ensure the system scales efficiently under this load?
A company is designing a new reporting dashboard that queries a relational database. The application experiences a high volume of read-only queries during business hours. Additionally, at the beginning of each month, the application experiences a sudden, massive spike in users accessing the system within a few minutes. Which two solutions should the solutions architect implement to ensure the application remains scalable and performant during these times? (Select TWO.)
Select all that apply
A municipal utility provider is deploying a new smart-meter data collection platform. The architecture resides in two AWS Regions, using us-east-1 as primary and us-west-2 as secondary. The backend database requires a Recovery Point Objective (RPO) of 1 minute and a Recovery Time Objective (RTO) of 15 minutes. The web application tier runs on Amazon EC2 instances in private subnets, which require continuous egress to public external APIs for device validation. Which multi-region configuration meets these requirements while minimizing operational complexity and cost?
A logistics company is launching a real-time parcel routing and verification system. The system must process coordinates and tracking updates from delivery agents. The system expects a baseline load of requests per second, which instantly surges to requests per second during shift-change windows at 08:00 and 17:00 daily. The application runs on Amazon ECS Fargate behind an Application Load Balancer. The system requires a low-latency, replication-enabled cache to store persistent session states, and writes are recorded to an Amazon Aurora PostgreSQL database. Which combination of architectural decisions will optimize the system's performance and scalability for these spikes? (Select TWO.)
Select all that apply
An enterprise is designing a highly available hybrid network architecture for its multi-account AWS environment across two regions: (primary) and (secondary). The network architecture consists of an AWS Transit Gateway in each region, connected via a Transit Gateway peering attachment. The on-premises network has two data centers: one in New York and one in Chicago.
The New York data center connects to the Transit Gateway via a 10 Gbps AWS Direct Connect connection using a Transit VIF terminated on a central Direct Connect Gateway. The Chicago data center connects to the Transit Gateway in the same manner. To ensure disaster recovery capability, the enterprise deploys redundant IPsec VPN connections from both data centers to the Transit Gateways in their respective local regions.
The company's routing policy has the following constraints:
- Under normal operating conditions, all traffic between the VPCs in and the New York data center must use the local Direct Connect path.
- If the Direct Connect connection in fails, traffic between and the New York data center must immediately fail over to the local IPsec VPN connection. It must NOT route through the peered Transit Gateway in to avoid high inter-region data transfer charges and latency.
- Only if both the local Direct Connect and the local IPsec VPN connections in fail should traffic fail over transitively through the Transit Gateway peering connection to use the hybrid paths in .
Which TWO configurations must the Solutions Architect implement to satisfy these routing requirements?
Select all that apply
An enterprise is designing a serverless deployment pipeline for a critical payment gateway service. The service is built using AWS Lambda and Amazon API Gateway, and it persists transactions in an Amazon DynamoDB table. The deployment strategy must satisfy the following constraints:
* Deployments must be fully automated with zero downtime.
* Traffic must shift gradually: of the traffic must route to the new version of the Lambda function for a -minute evaluation period. If no issues are detected, the remaining must shift immediately.
* If the API Gateway error rate or the Lambda function error rate exceeds during the evaluation period, the deployment must automatically roll back within minutes.
* The DynamoDB schema updates must not disrupt the active or deploying versions of the Lambda function.
Which two actions should the Solutions Architect take to implement this deployment strategy? (Select two.)
Select all that apply
An enterprise is designing a centralized identity federation strategy for its multi-account AWS environment managed under AWS Organizations. The security team is configuring an external SAML 2.0 Identity Provider (IdP) to allow corporate users to authenticate and assume IAM roles in member accounts. The architecture must support Attribute-Based Access Control (ABAC) by dynamically passing user department tags from the IdP to the target AWS sessions. Additionally, central administrators must enforce guardrails that prevent member account administrators from altering the federation setup, while still requiring member account administrators to manage local resource permissions. Which combination of actions must the solutions architect perform to meet these requirements? (Select TWO.)
Select all that apply
A company is designing a disaster recovery (DR) architecture on AWS for a mission-critical web application. The application requires a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 5 minutes. The architecture must minimize ongoing standby infrastructure costs while still meeting the RTO and RPO. Which strategy should a solutions architect recommend to meet these requirements?
An enterprise is planning to establish a governed, multi-account AWS environment. The security team requires that all workload accounts inherit custom security baseline policies immediately upon creation or enrollment. The solutions architect decided to implement AWS Control Tower to manage this environment. The architect needs to initialize the landing zone, prepare the account hierarchy, configure custom guardrails, and onboard an existing standalone AWS account into the environment. Arrange the following steps in the correct chronological sequence to implement this architecture while ensuring no account is left temporarily un-governed.
Drag items to arrange them in the correct order
An enterprise is designing a secure storage solution where an application running in Account B must read encrypted objects from an Amazon S3 bucket located in Account A. The objects in the S3 bucket must be encrypted at rest using AWS KMS.
Which two configuration steps are required to enable this cross-account access? (Select TWO.)
Select all that apply
An automated smart warehouse fulfillment system orchestrates robotic picking paths across multiple physical distribution centers. The coordination engine runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB) in the primary AWS Region. The application tier writes state data to an Amazon Aurora PostgreSQL database and requires outbound internet connectivity to send API commands to the physical warehouses. The solutions architect must design a multi-region disaster recovery (DR) solution with a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 1 minute. The design must ensure that outbound connectivity is resilient to Availability Zone (AZ) failures in both regions and minimize administrative overhead during failover. Which combination of actions should the solutions architect recommend to meet these requirements? (Select TWO.)
Select all that apply
A retail company is expanding its AWS footprint across a multi-account environment in the `eu-west-1` and `eu-central-1` Regions. The architecture consists of spoke VPCs spread across both regions, all managed under a AWS Organizations structure. The company must establish highly resilient hybrid connectivity to its on-premises corporate offices in Dublin and Frankfurt.
The connectivity requirements are as follows:
- Traffic from the Dublin corporate office must primarily use a AWS Direct Connect (DX) connection to `eu-west-1`, with a backup Site-to-Site VPN connection.
- Traffic from the Frankfurt corporate office must primarily use a AWS Direct Connect (DX) connection to `eu-central-1`, with a backup Site-to-Site VPN connection.
- Inter-VPC traffic across the two regions must be routed securely through peered AWS Transit Gateways (TGWs) located in each region.
- Spoke VPCs in both regions must resolve internal domain names hosted in a centralized Route 53 Private Hosted Zone (PHZ) created in a shared services AWS account.
Which TWO configurations must a Solutions Architect implement to meet these requirements with high availability and minimal administrative overhead?
Select all that apply
An HR-tech SaaS company is deploying a multi-account AWS architecture managed under AWS Organizations. A central `Network-Hub` account hosts a Transit Gateway (TGW) and a shared services VPC. Several consumer VPCs reside in separate production and development accounts, all connected to the TGW. The company maintains an on-premises Active Directory DNS server () in their local datacenter, which is connected to the TGW via an AWS Direct Connect connection. The architecture requires a hybrid DNS resolution strategy where:
1. EC2 instances in the consumer VPCs must resolve internal on-premises domains (`corp.local`).
2. On-premises servers must resolve AWS private domains (`aws.payroll.internal`) hosted in a Route 53 Private Hosted Zone (PHZ) in the `Network-Hub` account.
Which of the following architectures meets these DNS resolution requirements with the least administrative overhead?
An enterprise is configuring a multi-account governance model using AWS Organizations. The security team wants to restrict the member accounts in the Applications Organizational Unit (OU) to a subset of approved AWS services. A cloud engineer proposes attaching a Service Control Policy (SCP) to the Applications OU that lists only the approved services in an Allow statement, and then removing the default FullAWSAccess policy from the OU. Which of the following describes the effect of this configuration on the permissions of users in the member accounts, and the required next steps?
An enterprise manages its multi-account environment using AWS Organizations. The architecture consists of a Management account, a central Network account, and multiple member accounts grouped into a Production Organizational Unit (OU) and a Development OU. The Solutions Architect needs to implement a resource-sharing and cost-optimization strategy. The strategy must allow the Network account to share private subnets with the Development OU. Additionally, Compute Savings Plans purchased in the Management account must apply only to the Production OU accounts, and the Development OU accounts must be excluded to keep development costs separated. Which of the following actions should the Solutions Architect perform to meet these requirements? (Select TWO.)
Select all that apply
A global gaming publisher is launching a real-time multiplayer matchmaking platform. The session coordination system must handle a baseline load of requests per second, which is expected to spike to requests per second within minutes during the launch event. The matchmaking state is highly transient, read-and-write intensive, and requires sub-millisecond latency. The architecture must guarantee high availability across multiple Availability Zones. Which architecture represents the most performant, scalable, and operationally efficient design to meet these requirements?
An enterprise is establishing a hybrid network to connect its on-premises data center with 10 spoke VPCs and a Shared Services VPC in the `us-east-1` Region. The on-premises environment connects via an AWS Direct Connect connection. The architecture must support transitive VPC-to-VPC routing, access to the on-premises data center, and resolution of resources in a centralized Route 53 Private Hosted Zone. Which architecture meets these requirements with the lowest administrative overhead?
An advertising technology platform is preparing to launch a real-time bidding service that receives bid requests from thousands of publishers. The service is expected to experience a baseline traffic of requests per second (RPS), with immediate spikes up to RPS during scheduled regional shopping events. The backend runs on Amazon Elastic Container Service (ECS) on AWS Fargate behind an Application Load Balancer (ALB). The application queries an Amazon Aurora PostgreSQL database for campaigns and user profiles. To ensure sub-second response times and high availability during these flash traffic events, which two architectural optimization strategies should a Solutions Architect recommend?
Select all that apply
A startup is deploying a new web application on AWS that handles customer order processing. The primary architecture is deployed in `us-east-1` and consists of an Application Load Balancer (ALB), an Auto Scaling group of Amazon EC2 instances, and an Amazon Aurora PostgreSQL database cluster. The startup needs to establish a disaster recovery (DR) strategy in `us-west-2` that achieves a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minute. The DR strategy must minimize ongoing infrastructure costs and operational complexity. Which combination of actions should a Solutions Architect implement to meet these requirements? (Select TWO.)
Select all that apply