All practice questions
1964 questions
A national health agency is designing a portal for citizens to retrieve digital health certificates. A nationwide broadcast scheduled for exactly UTC will direct citizens to log in and download their certificates. The platform's baseline workload is requests per minute, but it is projected to instantly surge to over requests per minute within minutes of the broadcast. The backend API is deployed on Amazon ECS on AWS Fargate behind an Application Load Balancer (ALB) and retrieves data from an Amazon Aurora PostgreSQL database. Which architecture strategy should a Solutions Architect recommend to ensure the platform handles the peak traffic spike with minimal latency and no dropped requests?
An enterprise is designing a highly resilient hybrid network architecture for its multi-account AWS environment. The environment consists of VPCs distributed across two AWS Regions: `us-east-1` ( VPCs) and `eu-west-1` ( VPCs). The enterprise needs to establish redundant connectivity to its primary on-premises data center in London.
The network design must meet the following requirements:
- Establish a primary, high-bandwidth path using a AWS Direct Connect (DX) connection.
- Establish a backup IPsec VPN connection over the public internet.
- Minimize administrative overhead for managing routing tables.
- Support transitive routing between the VPCs in both regions and the on-premises data center.
- Ensure that the Direct Connect path is preferred for both inbound and outbound traffic, with automatic failover to the VPN connection in the event of a Direct Connect outage.
Which of the following architectures meets these requirements?
A financial services firm utilizes AWS Organizations to manage 70 member accounts. A Solutions Architect is designing a centralized logging solution where AWS CloudTrail trails in all member accounts must deliver log files to a single Amazon S3 bucket in a dedicated Logging account. To comply with security mandates, all log files must be encrypted using an AWS KMS Customer Managed Key (CMK). Which configuration must the Solutions Architect implement to meet these requirements?
An enterprise needs to migrate a dataset of seismic analysis files from an on-premises SMB file share to Amazon S3 within a strict 10-day migration window. The enterprise has a dedicated internet connection available for this migration. Following the initial migration, legacy clients must be able to upload daily report files of approximately in total using the SFTP protocol, authenticating against the enterprise's existing on-premises Active Directory. Furthermore, a data analysis application hosted in a separate AWS account must be able to access the migrated data securely using server-side encryption with AWS Key Management Service (AWS KMS). Which two of the following options should the solutions architect choose to meet these requirements? (Choose two.)
Select all that apply
A company is deploying a containerized microservice to Amazon ECS on AWS Fargate. The deployment pipeline is managed by AWS CodePipeline and AWS CodeDeploy using an Application Load Balancer. The company's deployment policy requires that exactly of production traffic be redirected to the new task set during the initial deployment phase. The new version must be evaluated for , and if any Amazon CloudWatch alarms are triggered during this window, the deployment must automatically roll back. If no alarms are triggered, all traffic must be routed to the new version. Which strategy should the Solutions Architect implement to meet these requirements with the least operational overhead?
A technology company is preparing to migrate its core application portfolio from a local VMware vSphere cluster to a VMware Cloud on AWS (VMC on AWS) Software-Defined Data Center (SDDC). The company's hybrid network architecture consists of a 10 Gbps AWS Direct Connect connection terminated at an AWS Transit Gateway in a centralized Network account using a Transit VIF. The migration candidates consist of 15 high-throughput transactional database virtual machines (VMs) that must remain online with zero operational downtime, and 120 web application VMs that can tolerate a brief service interruption of up to 15 minutes during a weekend maintenance window. Additionally, all migrated workloads must resolve internal service endpoints hosted in a Route 53 Private Hosted Zone for corp.internal in a separate Shared Services AWS account. Which two actions should a solutions architect recommend to satisfy these requirements? (Select two.)
Select all that apply
A financial services company is modernizing its legacy reporting system. The new architecture will use an Amazon API Gateway REST API to receive JSON report requests and route them to an AWS Lambda function. The Lambda function processes the reports and queries an Amazon RDS for PostgreSQL database located in a private subnet. The report requests are bursty, occasionally generating thousands of concurrent requests within a few minutes. Additionally, the Lambda function needs to call external third-party compliance APIs to validate the report metadata.
Which TWO of the following configurations should the solutions architect implement to ensure a secure, reliable, and scalable serverless architecture? (Select TWO.)
Select all that apply
A company is planning to migrate its on-premises VMware vSphere workloads to a VMware Cloud on AWS Software-Defined Data Center (SDDC). The migration strategy must satisfy the following constraints:
* Live migration with zero downtime is required for a critical transactional database VM.
* A group of 50 non-critical application VMs must be migrated in parallel with a switchover scheduled during a weekend maintenance window to minimize service disruption.
* All replication traffic must traverse a secure, dedicated connection using the existing 1 Gbps AWS Direct Connect connection rather than the public internet.
Which two options should the Solutions Architect select to satisfy these migration requirements? (Select TWO.)
Select all that apply
An enterprise manages AWS accounts within an AWS Organization and is designing a centralized auditing architecture. A Solutions Architect must configure an AWS CloudTrail organization trail that aggregates all API activity logs into a single Amazon S3 bucket located in a dedicated log archive account. All logs must be encrypted at rest using a customer managed AWS KMS key. Which TWO configuration steps must the Solutions Architect perform to implement this solution? (Select TWO.)
Select all that apply
A healthcare provider is modernizing a legacy patient portal on-premises application by migrating it to a serverless architecture on AWS. The application uses Amazon API Gateway integrated with an AWS Lambda function, which queries an Amazon Aurora PostgreSQL database. The application must connect to the database via Amazon RDS Proxy to prevent connection exhaustion. The database is encrypted at rest using an AWS KMS Customer Managed Key (CMK) to allow cross-account audit access. The Lambda function requires outbound internet access to fetch external insurance verification data, and must be protected from high-traffic spikes that could exhaust the regional Lambda concurrency limit. The architecture must remain highly available across multiple Availability Zones (AZs) without single points of failure. Which architectural configuration meets these requirements?
A company is designing a new customer portal (OLTP workload) that uses Amazon Aurora PostgreSQL. During marketing campaigns, the portal experiences sudden, massive surges in read traffic, while write traffic remains stable. The database must automatically scale read capacity to maintain latency under , and it must support a cross-region disaster recovery plan with a Recovery Time Objective (RTO) of less than and a Recovery Point Objective (RPO) of less than . The database must be encrypted at rest, and the encryption keys must support delegation to a separate security account for centralized key management. Which database and storage strategy meets these requirements?
An enterprise is designing a hybrid network architecture for its multi-account AWS environment consisting of 12 spoke VPCs distributed across us-east-1 and us-west-2. The organization needs to connect its on-premises data center to all VPCs. The solution must use a primary 10 Gbps AWS Direct Connect connection and a backup Site-to-Site VPN connection. The architecture must dynamically route traffic, prefer the Direct Connect path during normal operations, fail over automatically to the VPN path, and minimize administrative overhead.
Which TWO configuration steps should a solutions architect perform to meet these requirements? (Select TWO.)
Select all that apply
A company is planning to migrate its application workloads from an on-premises VMware vSphere cluster to a newly provisioned VMware Cloud on AWS SDDC. The migration project must accommodate two distinct workload requirements:
1. A group of critical, stateful transaction processing applications that cannot tolerate any downtime or service interruption during migration.
2. A group of multi-terabyte development database servers where data must replicate continuously in the background, with a scheduled reboot and switchover allowed during a weekend maintenance window to minimize the impact on network bandwidth.
Which two VMware HCX migration methods should the Solutions Architect select to meet these requirements? (Select TWO.)
Select all that apply
A hotel reservation platform is modernizing its booking confirmation service by migrating to a serverless architecture on AWS. The system must process booking events sent via an Amazon API Gateway HTTP API, parse the JSON payload using an AWS Lambda function, call an external payment processor API on the public internet, and write reservation details to an Amazon Aurora PostgreSQL database in a private subnet. The database credentials must be retrieved from AWS Secrets Manager, which is managed in a separate centralized security AWS account. During peak promotional periods, the platform experiences sudden traffic spikes of up to 10,000 requests per second. The database has a limited connection pool. The solutions architect needs to design a highly available, scalable, and secure architecture that protects the database from connection exhaustion, provides outbound internet access for the Lambda function, prevents the Lambda function from exhausting the regional account-level concurrency pool, and allows cross-account retrieval of the database credentials. Which architecture should the solutions architect implement to meet these requirements?
A media company is designing a real-time news analytics platform to support a major global broadcasting event scheduled for a specific date and time. The platform serves dynamic data via an API hosted on Amazon ECS tasks running on AWS Fargate behind an Application Load Balancer (ALB). The API retrieves data from an Amazon Aurora MySQL database. Baseline traffic is requests per second, but is expected to instantly surge to requests per second at the start of the event. The workload is highly read-intensive. Which of the following architecture sets provides the most performant and scalable solution to handle the traffic spike without dropping requests?
A global sports streaming network is launching an interactive prediction platform for a major live event expecting over concurrent active viewers. At key moments during the live broadcast, viewers will submit predictions, generating sudden, unannounced telemetry write spikes peaking at requests per second. The system must ingest these writes without dropping connections and serve real-time leaderboard statistics with sub-millisecond latency. Which architecture meets these performance and scalability requirements with the lowest operational overhead?
A digital banking platform is designing a new multi-region credit card processing system on AWS. The system must be deployed in us-east-1 (Primary) and us-west-2 (Secondary). The architecture requires a Recovery Point Objective (RPO) of less than 5 seconds and a Recovery Time Objective (RTO) of less than 15 minutes. During normal operations, global users must be routed to the region with the lowest latency, and local reads must be served from the nearest region to minimize response times. If the application in the primary region fails, traffic must failover to the secondary region automatically within 5 minutes. Outbound payment network calls from the application instances must remain highly available even if a single Availability Zone experiences an outage. The design should minimize operational complexity while meeting these requirements.
Which of the following architectures meets these requirements?
An enterprise is migrating a legacy B2B transaction processing application to a serverless architecture on AWS. External customer accounts must securely access the API without traversing the public internet. The backend consists of AWS Lambda functions running inside a private VPC subnet that write transactions to an Amazon Aurora PostgreSQL database. During peak B2B upload cycles, the database suffers from connection exhaustion. The Solutions Architect needs to design a secure, highly scalable, and cost-effective solution.
Which TWO actions should the Solutions Architect take to meet these requirements? (Select TWO.)
Select all that apply
An enterprise is migrating 25 critical business application virtual machines (VMs) from an on-premises VMware vSphere 7.0 cluster to a VMware Cloud on AWS (VMC on AWS) Software-Defined Data Center (SDDC). The database VMs are highly sensitive to latency and write transactions continuously, requiring zero downtime during migration (recovery time objective (RTO) of zero). The application components use hardcoded IP addresses that cannot be changed during the migration. The enterprise has a multi-account AWS structure and requires that the migrated VMs privately resolve DNS names in an Amazon Route 53 Private Hosted Zone (PHZ) hosted in a shared services AWS account. In addition, the VMs in the SDDC must communicate privately with resources in multiple spoke VPCs across different AWS accounts. The network between the on-premises datacenter and AWS is a 10 Gbps AWS Direct Connect connection. Which migration and networking strategy should the Solutions Architect implement to satisfy these requirements?
A healthcare software-as-a-service (SaaS) provider uses AWS Organizations to manage member accounts. To meet strict regulatory auditing requirements, a Solutions Architect must design a solution that automatically aggregates AWS CloudTrail logs from all AWS Regions and all current and future member accounts. The logs must be stored in a single centralized Amazon S3 bucket located in a dedicated security operations account. The architecture must enforce that all logs are encrypted at rest using a customer managed KMS key. To prevent tampering, administrators of the member accounts must not have permission to decrypt the stored logs, nor should they be able to modify or delete the logging configuration. Which TWO actions must the Solutions Architect take to design a secure and compliant centralized logging architecture? (Select TWO.)
Select all that apply