Medium1 markMultiple Choice
AWS SAA-C03 · Question 53 · Domain 3.1: Storage Performance
An application downloads large video files from Amazon S3. Users often skip to the middle of a video. To improve performance and reduce data transfer, the application should only download the specific portion of the file being requested. How can this be achieved?
An application downloads large video files from Amazon S3. Users often skip to the middle of a video. To improve performance and reduce data transfer, the application should only download the specific portion of the file being requested. How can this be achieved?
Answer options:
A.
Use S3 Select.
B.
Use S3 Multipart Download.
C.
Use S3 Byte-Range Fetches.
D.
Use Amazon CloudFront with media streaming enabled.
How to approach this question
Identify the HTTP feature supported by S3 to download partial files.
Full Answer
C.Use S3 Byte-Range Fetches.✓ Correct
Use S3 Byte-Range Fetches.
Using the HTTP Range header in a GET request, you can download a specific range of bytes from an object stored in Amazon S3. This is known as a Byte-Range Fetch and is ideal for video streaming.
Common mistakes
Confusing S3 Select (data filtering) with Byte-Range Fetches (binary file chunking).
Practice the full AWS SAA-C03 Practice Exam 5
65 questions · hints · full answers · grading
More questions from this exam
Q01A company needs to grant an external auditor read-only access to specific AWS resources. The audi...EasyQ02An application running on EC2 instances needs to access objects in an S3 bucket. The security tea...MediumQ03A company is designing a VPC for a multi-tier web application. They need to block specific malici...MediumQ04A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...HardQ05A company hosts a web application on an Application Load Balancer (ALB). They are experiencing SQ...Medium
Expert