All practice questions
1964 questions
A retail company is modernizing its order fulfillment processing system by migrating its legacy database and order-receiving application to a serverless architecture on AWS. The system must process orders via a public HTTPS endpoint, run validation logic in AWS Lambda, and store transaction details in an Amazon Aurora PostgreSQL database. During seasonal promotional events, order volume spikes unpredictably. The solutions architect must ensure that the database is protected from connection exhaustion, outbound transactions to external credit card processors remain highly available, and the serverless components do not disrupt other critical applications in the same AWS region by exhausting shared concurrency limits.
Which TWO of the following actions should the Solutions Architect take to build a secure, resilient, and high-performing architecture?
Select all that apply
A healthcare provider is establishing a centralized patient records archiving platform. Medical reports generated by application servers in the Processing account are uploaded to an Amazon S3 bucket located in the Archival account. To meet HIPAA compliance, all archived objects must be encrypted at rest using a Customer Managed Key (CMK) managed in a centralized Security account. A data auditing application running on Amazon ECS tasks in a separate Auditing account requires read access to these archived reports.
Which combination of policy configurations must be implemented to allow the ECS tasks in the Auditing account to retrieve and decrypt the records?
A logistics company is modernizing a retail stock allocation API. The API is hosted on AWS using Amazon API Gateway and AWS Lambda, and must securely interact with an Amazon Aurora PostgreSQL database located in a private subnet. The application experiences extreme traffic spikes during promotions, increasing from 50 to 10,000 requests per second. The security policy requires database credentials to be stored in AWS Secrets Manager, encrypted using a customer-managed KMS key to allow granular access control via key policies. The network architecture must be highly available, minimize exposure to the public internet, and prevent database connection exhaustion. Which of the following architectures meets these requirements with the highest availability and security?
A retail company is designing a new centralized transaction auditing solution. The application tier runs on Amazon EC2 instances within an Application account (Account A). The application must write transaction logs to an Amazon S3 bucket located in a dedicated Security account (Account B). The logs must be encrypted at rest using AWS KMS. The security team requires that the Security account (Account B) must maintain full ownership and control over all uploaded log files to enforce lifecycle retention policies. Which configuration strategy should the solutions architect implement to meet these requirements?
An enterprise is modernizing a legacy internal reporting application by refactoring it into a serverless microservice. The microservice consists of an Amazon API Gateway API backed by an AWS Lambda function. The API Gateway and Lambda function are deployed in a producer AWS account. The API must only be accessible by client applications running within a VPC in a consumer AWS account. Both AWS accounts are members of the same AWS Organization. The solution must ensure that all API traffic remains private without traversing the public internet, and administrative overhead must be minimized. Which architecture should a solutions architect recommend to meet these requirements?
A digital health platform hosts a virtual daily fitness challenge. Every day at exactly 12:00 PM UTC, the platform experiences a sudden surge of concurrent users synchronizing their wearable telemetry data and requesting a live leaderboard. This activity window lasts for minutes, resulting in an immediate -fold increase in HTTP POST and GET requests. The architecture consists of an Application Load Balancer (ALB) routing requests to an Amazon Elastic Container Service (ECS) cluster on AWS Fargate, backed by an Amazon Aurora PostgreSQL database. Which design strategy provides the most performant, scalable, and operationally efficient solution to handle this daily traffic spike without dropping requests?
A multinational enterprise is building a financial transaction platform using a multi-account structure in AWS Organizations. The application tier runs on Amazon EC2 instances in an Application account (account 444455556666). The transaction logs must be stored in a secured Amazon S3 bucket within the Application account. A compliance mandate dictates that all logs must be encrypted at rest using an AWS KMS Customer Managed Key (CMK) hosted and managed centrally in a dedicated Security account (account 111122223333). Additionally, the system must reject any write operation to the S3 bucket if the data is not encrypted with the specified cross-account CMK. Which combination of actions should the Solutions Architect take to meet these compliance and security requirements? (Select TWO.)
Select all that apply
A biotechnology organization is launching a centralized clinical trial telemetry portal. Every quarter, hundreds of partner laboratories upload trial results simultaneously within a 15-minute window, causing web traffic to instantly spike from 100 requests per second to over 60,000 requests per second. The application layer runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). The database backend is a Single-AZ Amazon RDS for PostgreSQL DB instance, where 90% of the operations during the submission window are read-heavy validation queries. Which strategy should a Solutions Architect implement to optimize the performance and scalability of the architecture under this load?
A global educational institution is launching a synchronized national online examination platform. At exactly 09:00 AM UTC, up to 250,000 students will simultaneously log in, retrieve their personalized exam papers, and start submitting their answers. The architecture will use an Application Load Balancer (ALB) to distribute traffic to Amazon ECS on AWS Fargate tasks, with Amazon Aurora PostgreSQL as the database. To handle this massive, instantaneous surge in traffic without dropping requests or causing database bottlenecks, which of the following actions should the Solutions Architect perform? (Select TWO.)
Select all that apply
An enterprise is designing a secure document processing pipeline. The application runs on Amazon ECS tasks in an Application account. The ECS tasks process documents and must write the output to an Amazon S3 bucket in a separate Compliance account. All documents stored in the S3 bucket must be encrypted at rest using a Customer Managed Key (CMK) that is managed in a centralized Security account. Which combination of configuration steps should the Solutions Architect perform to allow the ECS tasks to successfully write the encrypted objects to the S3 bucket? (Select TWO.)
Select all that apply
A logistics company is deploying a telemetry system that ingests location data from 500,000 connected devices. The devices send data via HTTPS POST requests to a REST API hosted behind an Application Load Balancer (ALB). During scheduled shift changes, the system experiences instantaneous traffic surges, jumping from 5,000 requests per second to 300,000 requests per second within seconds. The data must be ingested reliably without loss and stored in an Amazon Aurora PostgreSQL database. Read operations for real-time dashboards must be scaled dynamically to handle peak periods. Which two configurations should a Solutions Architect implement to optimize the performance and scalability of this system?
Select all that apply
A solutions architect is designing a storage and database architecture for a new financial auditing application (OLTP workload). The application will run in a primary AWS account and must access audit logs and transaction history stored in an Amazon S3 bucket in a centralized security account. The architecture must satisfy the following requirements:
1. The transaction ledger database requires a highly available, MySQL-compatible relational database with a recovery point objective (RPO) of 0 and a recovery time objective (RTO) of less than 60 seconds. High read throughput must be supported by dynamically scaling read capacity during end-of-month reporting.
2. The audit logs in S3 must be encrypted at rest, and the primary account's application role must be able to read and write to the central S3 bucket.
3. A low-latency session caching layer must support replication across multiple Availability Zones to prevent session loss if a primary cache node fails.
Which of the following database, caching, and storage designs meets these requirements?
A company is modernizing a legacy financial ledger processing application. The application must receive ledger transaction payloads from an on-premises network over an AWS Direct Connect connection and process them using a private serverless backend on AWS. The solutions architect designs the backend using Amazon API Gateway and AWS Lambda. The Lambda functions must store processed transactions in an Amazon Aurora PostgreSQL database. The backend must be completely isolated from the public internet, and access to the API must be restricted to authorized internal corporate applications. Which TWO configurations should the solutions architect implement to meet these requirements?
Select all that apply
Aria BioPharma is designing a secure compliance monitoring platform. In the Shared Services account (Account ), a build pipeline generates custom Amazon Machine Images (AMIs) containing proprietary security auditing software. The root EBS volumes of these AMIs are encrypted using an AWS KMS Customer Managed Key (CMK) located in the Shared Services account. To deploy these AMIs, the solutions architect must configure an Auto Scaling group in the Production account (Account ) to launch EC2 instances from the shared AMIs. Which of the following configurations will allow the Auto Scaling group in the Production account to successfully launch the instances while maintaining the principle of least privilege?
An automotive company is modernizing its vehicle telematics ingestion pipeline by migrating a legacy on-premises system to AWS. The new architecture must ingest telemetry payloads from over active vehicles, resulting in sudden traffic bursts of up to requests per second. The telemetry data must be processed and stored in an Amazon Aurora PostgreSQL database cluster deployed in a private subnet. Additionally, the processing components must securely perform outbound API calls to an external third-party service for real-time fleet health checks, and this outbound path must be highly available. The modernization must ensure that the database is protected from connection exhaustion, that telemetry data is not dropped during traffic bursts, and that the ingestion workload does not exhaust the regional AWS Lambda concurrency pool of the AWS account.
Which architectural design meets these requirements while maximizing reliability and performance efficiency?
A scientific research organization is designing a data archiving system on AWS to store telemetry data from meteorological sensors. The architecture requires storing files in an Amazon S3 bucket within a shared Logging and Archival account under AWS Organizations. The ingestion workloads run in a separate Ingest account. The organization's security policy requires that all archived data must be encrypted at rest using a Customer Managed Key (CMK) in AWS KMS, and the Ingest account must not have permission to decrypt the archived data once it is written. The security team needs to configure the cross-account access securely while adhering to the principle of least privilege. Which combination of configurations will meet these requirements?
An enterprise is designing the database and storage strategy for a new containerized web application deployed on AWS across multiple Availability Zones. The application has the following architecture requirements:
* A shared file storage system to store user-uploaded media files. The storage must support standard POSIX file system permissions and allow concurrent read and write access from Linux containers running in multiple Availability Zones.
* A database tier that handles high-volume OLTP transactions, scales read operations horizontally with minimum replication lag, and supports automatic failover with low RTO.
Which two database and storage configurations should the solutions architect choose to meet these requirements? (Select TWO.)
Select all that apply
An e-commerce company, VeloCart Solutions, is designing a secure logging architecture. The application tier runs on Amazon EC2 instances in a Production account. These instances assume an IAM role to write transactional logs containing sensitive customer data. The company requires these logs to be stored in an Amazon S3 bucket in a central Logging account. The logs must be encrypted at rest using a Customer Managed Key (CMK) managed within the Logging account. Which TWO actions must the solutions architect take to ensure the application tier can successfully write the encrypted logs to the central S3 bucket? (Select TWO.)
Select all that apply
A media company is planning the launch of a new subscription-based video streaming service. During a major live sporting event broadcast, a promotional code will be displayed on screen. The company expects the traffic to the subscription registration endpoint to instantly spike from a baseline of requests per second (RPS) to over RPS within a -second window. The registration application is hosted on a fleet of Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB), and it queries an Amazon Aurora PostgreSQL database for promotion eligibility checks. Which design should a solutions architect implement to ensure the architecture scales to meet this peak demand without dropping requests or experiencing latency degradation?
A retail company is launching a new flash sale platform that expects an immediate and massive surge in traffic, going from to concurrent requests per second within less than 2 minutes. The architecture consists of a public-facing Application Load Balancer (ALB), an Amazon ECS cluster on AWS Fargate for the web tier, and an Amazon Aurora PostgreSQL database cluster for the transactional backend. The application profile is highly read-intensive during the sale. Which two options should a Solutions Architect recommend to optimize the performance and scalability of the platform under this sudden load?
Select all that apply