All practice questions
1462 questions
A company has Amazon EC2 instances in a private subnet that frequently transfer hundreds of gigabytes of data to and from an Amazon S3 bucket. The private subnet currently routes all traffic to the internet through a NAT Gateway. The company wants to reduce the high data transfer costs associated with S3 access. Which action is the most cost-effective solution to meet these requirements?
An enterprise runs a data processing application on Amazon EC2 instances located in private subnets. The application downloads and processes of raw files daily from an Amazon S3 bucket located in the same AWS Region. Currently, all traffic to Amazon S3 is routed through a NAT Gateway, which has led to high monthly NAT Gateway data processing charges. A solutions architect must optimize the network architecture to minimize data transfer costs without compromising security. Which modification will achieve the highest cost savings?
A retail company hosts its primary database in a VPC within the Region. The company needs to replicate database logs continuously to a disaster recovery VPC in the Region. The replication traffic is highly variable, regularly peaking at . To comply with corporate policies, all data must be encrypted in transit, must not traverse the public internet, and must travel over a private network connection that can scale dynamically to support peak traffic. Which network configuration meets these requirements with the lowest operational complexity?
A genomics research company stores two types of data in an Amazon S3 bucket:
- Raw DNA sequence data: The files average in size. They are accessed frequently during the first after upload. Afterward, they are rarely accessed, but must be retained for a total of from the upload date before they can be safely deleted.
- Variant call metadata: The files average in size. They are accessed frequently for the first after upload. Afterward, they are rarely accessed, but must be retained for a total of from the upload date before they can be safely deleted.
Which Amazon S3 lifecycle configuration is the most cost-effective for managing these datasets?
A financial services company is migrating its transactional application to AWS. The database tier will run on Amazon RDS for PostgreSQL. The company requires a database design that guarantees high availability within a single AWS Region. The design must provide an automatic failover time of less than 60 seconds (Recovery Time Objective) and zero data loss (Recovery Point Objective) during an Availability Zone outage. In addition, the database must support horizontal read scaling during peak hours. Which of the following database configurations meets these requirements?
An e-learning platform generates temporary video transcoding chunks during user uploads. These chunks average in size, are stored in Amazon S3 Standard, and must be available for immediate processing for 7 days. After 7 days, the chunks are no longer needed and can be safely deleted. Which lifecycle configuration is the most cost-effective for managing these files?
A media company is deploying a real-time video transcoding application on a group of Amazon EC2 instances. The transcoding nodes must exchange data with minimal network latency to process video segments in parallel. The application listens on port 5000, and transcoded outputs are monitored by an internal dashboard via an Application Load Balancer (ALB). Which combination of steps should the solutions architect take to configure this environment? (Select TWO.)
Select all that apply
A solutions architect is designing a high-performing database layer for a retail application. The application requires microsecond-level read latency for a highly dynamic catalog page and needs to offload heavy read traffic from the primary relational database. Which of the following architectural strategies will meet these requirements? (Select TWO.)
Select all that apply
A financial services enterprise runs a real-time transaction reconciliation application on Amazon EC2 instances distributed across three Availability Zones. The application requires concurrent read/write access to a shared storage repository with high durability () and high availability (). The storage architecture must support a Recovery Point Objective (RPO) of zero and a Recovery Time Objective (RTO) of near-zero in the event of an Availability Zone outage, without requiring manual intervention. Which storage configuration best meets these requirements?
A global e-learning company hosts its interactive quiz application on Amazon EC2 instances behind an Application Load Balancer (ALB) in the us-east-1 Region. To ensure disaster recovery and high availability, the company has deployed a duplicate environment with an ALB in the eu-west-1 Region. The application requires low-latency delivery of dynamic content to global users and must automatically fail over to the secondary Region with minimal downtime if the primary Region experiences an outage. The solution must minimize operational complexity and avoid modifications to client-side DNS configurations. Which solution should the solutions architect implement to meet these requirements?
A financial analytics platform is designing an ingestion pipeline to capture real-time stock ticker updates from external market feeds. During periods of high volatility, the stream is expected to peak at updates per second, with an average update payload size of . The solutions architect must design a solution that ingests this data with sub-second latency, preserves the strict chronological order of updates for each individual stock ticker symbol, and writes the processed updates to an Amazon DynamoDB table. Which ingestion architecture should the solutions architect choose to support the peak load?
An analytics company runs a real-time data processing application on AWS. The application consists of three main components:
* A front-end ingestion API hosted on Amazon ECS with AWS Fargate that experiences stable, continuous traffic 24/7.
* A legacy stateful data validation service that runs on Amazon EC2 instances and requires constant, continuous compute capacity.
* A business intelligence database running on Amazon RDS for MySQL that is operational 24/7.
The company wants to make a 3-year commitment to minimize their overall costs with minimal administrative overhead. Which purchasing strategy provides the lowest overall cost while meeting all architectural requirements?
A company wants to reduce its compute costs for a workload running on Amazon EC2, AWS Fargate, and AWS Lambda. Additionally, the workload uses Amazon RDS for its database layer. The company decides to purchase a Compute Savings Plan. To which of the following resources will the Compute Savings Plan discounts apply?
A telemetry processing system runs on Amazon EC2 instances deployed inside a private subnet. The application continuously ingests sensor data, writes the processed results to an Amazon DynamoDB table, and archives raw payloads in an Amazon S3 bucket. Currently, all traffic to these services passes through a NAT Gateway, leading to high data processing costs.
Which TWO configurations should a solutions architect implement to minimize these network costs? (Select TWO.)
Select all that apply
A retail firm operates an analytics workload in a private subnet within VPC A. Every day, the workload retrieves of sales reports from an Amazon S3 bucket. Additionally, the workload sends of data to a shared PostgreSQL database hosted in VPC B within the same AWS Region. Currently, VPC A routes all traffic destined for the internet, S3, and VPC B through a NAT Gateway.
Which two adjustments to the network architecture will minimize data transfer charges? (Select TWO.)
Select all that apply
A gaming company has a mobile game played by users worldwide. The application retrieves game configuration metadata from an API hosted on Amazon API Gateway and backed by AWS Lambda. The metadata is updated once daily. During peak tournament hours, the Lambda functions experience a high volume of requests, causing concurrency throttling and increased latency for global players. A solutions architect needs to design a caching solution to reduce the load on the Lambda functions and minimize response latency for players globally. Which solution will meet these requirements with the lowest latency for global players?
A software development company is setting up a high-performance distributed cache layer using self-managed Redis on Amazon EC2 instances. The cache nodes require the lowest possible latency and highest throughput for node-to-node replication. Which configuration will satisfy these requirements?
An e-commerce company runs its operations on AWS. The order-processing microservices run continuously on containerized infrastructure using AWS Fargate, requiring a predictable baseline capacity of and of memory, and scaling up during peak hours. In addition, an Amazon RDS for PostgreSQL database instance runs continuously to support the orders. Lastly, a memory-intensive inventory reconciliation batch processing script runs on EC2 instances once daily at midnight. The script takes approximately to complete, is state-saved, can survive interruptions, and uploads several terabytes of output data directly to Amazon S3. Which combination of strategies should the Solutions Architect recommend to achieve the most cost-effective architecture? (Select TWO.)
Select all that apply
A marketing agency generates weekly campaign performance reports averaging in size. These reports are stored in an Amazon S3 Standard bucket. The agency's analytics team accesses the reports frequently for the first of creation. After , the reports are rarely accessed, but must be retained for a total of for compliance, after which they can be permanently deleted. Which S3 lifecycle configuration is the most cost-effective to meet these requirements?
A retail company runs a containerized microservices application on Amazon ECS (Fargate) across three Availability Zones in a VPC. The Fargate tasks are located in private subnets and need to perform the following operations:
- Retrieve of product catalog assets per month from an Amazon S3 bucket in the same AWS Region.
- Synchronize transaction logs (totaling per month) with a database cluster hosted in another VPC belonging to a subsidiary in the same Region.
Currently, a NAT Gateway in a public subnet handles all outbound traffic for the private subnets. A solutions architect needs to redesign the network routing to reduce the monthly data transfer charges.
Which combination of actions should the solutions architect implement to achieve the most cost-effective solution? (Select TWO.)
Select all that apply