Courseiva
Design High-Performing ArchitecturesmediumMultiple SelectObjective-mapped

SAA-C03 Design High-Performing Architectures Practice Question

A company is designing a high-performance web application that serves static and dynamic content to a global user base. The application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The static assets are stored in an S3 bucket. Which three architecture decisions will improve performance and reduce latency for users? (Choose three.)

⚠ Common exam trap

It's easy for candidates to confuse S3 Transfer Acceleration as a solution for faster downloads, when it only accelerates uploads, or think Multi-AZ RDS provides read scaling, when it is for failover only.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Use Amazon CloudFront to cache both static and dynamic content at edge locations.

Amazon CloudFront caches both static and dynamic content at edge locations, reducing latency by serving content from locations closer to users. AWS Global Accelerator improves performance by routing traffic over the AWS global network instead of the public internet, reducing jitter and latency. Larger EC2 instance types like c5n or m5n provide higher network bandwidth, which reduces network bottlenecks for high-traffic applications.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Place the EC2 instances in a single Availability Zone to reduce network latency.

    Why it's wrong here

    Placing EC2 instances in a single Availability Zone (AZ) would indeed minimize intra-AZ network latency between instances, but it critically compromises the application's high availability and fault tolerance. A high-performance web application requires resilience against AZ-level failures, which multi-AZ deployments provide. Furthermore, the primary latency concern for a web application is typically user-to-server latency, which is better addressed by edge caching or network optimization services rather than restricting compute to a single AZ.

  • Use Amazon CloudFront to cache both static and dynamic content at edge locations.

    Why this is correct

    Amazon CloudFront is a Content Delivery Network (CDN) that significantly enhances web application performance by caching both static assets (like images, CSS, JavaScript) and dynamic content (API responses) at geographically distributed edge locations worldwide. This reduces the physical distance between users and the content, dramatically lowering latency and improving load times. By serving content from the cache, CloudFront also offloads requests from the origin servers, improving their responsiveness and scalability.

  • Integrate the ALB with AWS Global Accelerator to route traffic over the AWS global network.

    Why this is correct

    Integrating an Application Load Balancer (ALB) with AWS Global Accelerator routes user traffic over the highly optimized AWS global network backbone, bypassing the often congested public internet. Global Accelerator provides static Anycast IP addresses at AWS edge locations, directing users to the nearest healthy endpoint (e.g., an ALB in a specific region). This optimization significantly reduces latency and improves application performance, especially for a global user base, by ensuring traffic takes the fastest, most reliable path to the application.

  • Use a larger EC2 instance type with higher network bandwidth, such as the c5n or m5n family.

    Why this is correct

    Using larger EC2 instance types with higher network bandwidth, such as those from the c5n or m5n families, directly addresses potential network bottlenecks within the application servers. These instances are equipped with enhanced networking capabilities (e.g., Elastic Network Adapter - ENA) that provide significantly higher packet per second (PPS) performance and network throughput. This is crucial for a high-performance web application that needs to handle a large volume of concurrent connections and data transfer efficiently without becoming constrained by the instance's network capacity.

  • Enable S3 Transfer Acceleration on the bucket for faster downloads.

    Why it's wrong here

    S3 Transfer Acceleration is designed to speed up uploads of data to an S3 bucket from clients located far from the bucket's region, by routing the data through CloudFront edge locations. While it uses the CloudFront network, its primary benefit is for ingress (uploads) to S3, not for accelerating downloads of web application content served by EC2 instances or CloudFront itself. For faster downloads of web content, CloudFront is the appropriate service.

  • Use an Amazon RDS Multi-AZ database for read replicas to offload read traffic.

    Why it's wrong here

    An Amazon RDS Multi-AZ deployment provides high availability and automatic failover for a database by synchronously replicating data to a standby instance in a different Availability Zone. However, the standby instance is not used for read traffic. To offload read traffic from the primary database and improve read performance and scalability, Amazon RDS Read Replicas are required. This option incorrectly conflates the high availability feature of Multi-AZ with the read scaling capability of read replicas.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

This SAA-C03 question is part of Courseiva's 302-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SAA-C03 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SAA-C03 exam.