nerdexam
AmazonAmazon

SAP-C02 · Question #41

SAP-C02 Question #41: Real Exam Question with Answer & Explanation

The correct answer is B: Set the Minimum TTL and Maximum TTL to a high value in the CloudFront distribution.. To achieve minimal latency for a global photography website using Amazon CloudFront, configure a high TTL for image caching at edge locations to maximize cache hits. Additionally, setting up multiple origin servers geographically closer to requesters can further reduce latency fo

Submitted by noor.lb· Mar 6, 2026Continuous Improvement for Existing Solutions

Question

A company hosts a photography website on AWS that has global visitors. The website has experienced steady increases in traffic during the last 12 months, and users have reported a delay in displaying images. The company wants to configure Amazon CloudFront lo deliver photos to visitors with minimal latency. Which actions will achieve this goal? (Choose two.)

Options

  • ASet the Minimum TTL and Maximum TTL to 0 in the CloudFront distribution.
  • BSet the Minimum TTL and Maximum TTL to a high value in the CloudFront distribution.
  • CSet the CloudFront distribution to forward all headers, all cookies, and all query strings to the
  • DSet up additional origin servers that are geographically closer to the requesters. Configure
  • ESelect Price Class 100 on Ihe CloudFront distribution.

Explanation

To achieve minimal latency for a global photography website using Amazon CloudFront, configure a high TTL for image caching at edge locations to maximize cache hits. Additionally, setting up multiple origin servers geographically closer to requesters can further reduce latency for cache misses or non-cacheable content.

Common mistakes.

  • A. Setting the Minimum TTL and Maximum TTL to 0 would prevent CloudFront from caching content at the edge, forcing every request to go back to the origin, which would significantly increase latency rather than reduce it.
  • C. Setting the CloudFront distribution to forward all headers, all cookies, and all query strings would reduce the cache hit ratio because CloudFront would create more unique cache keys or bypass caching, leading to more requests hitting the origin and increasing latency.
  • E. Selecting Price Class 100 on the CloudFront distribution extends content delivery to all CloudFront edge locations, including the most remote, but it's primarily a cost-versus-reach configuration and does not directly optimize caching efficiency or origin response times for minimal latency as effectively as high TTLs and geographically distributed origins.

Concept tested. CloudFront latency optimization and caching strategies

Reference. https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html, https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html, https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/MultipleOrigins.html

Community Discussion

No community discussion yet for this question.

Full SAP-C02 PracticeBrowse All SAP-C02 Questions