AWS Certified Solutions Architect – Associate (SAA-C03) — Question 290

A company wants to create a mobile app that allows users to stream slow-motion video clips on their mobile devices. Currently, the app captures video clips and uploads the video clips in raw format into an Amazon S3 bucket. The app retrieves these video clips directly from the S3 bucket. However, the videos are large in their raw format.

Users are experiencing issues with buffering and playback on mobile devices. The company wants to implement solutions to maximize the performance and scalability of the app while minimizing operational overhead.

Which combination of solutions will meet these requirements? (Choose two.)

Answer options

Correct answer: A

Explanation

Amazon CloudFront (Option A) reduces latency and buffering by caching and delivering video clips from edge locations closer to mobile users. To address the large raw video sizes with minimal operational overhead, Amazon Elastic Transcoder (Option C) is the ideal managed service to convert videos into streaming-optimized formats, whereas managing EC2 instances for transcoding (Option E) or caching (Option D) introduces unnecessary administrative burden.