Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 690 discussion

A company regularly uploads GB-sized files to Amazon S3. After the company uploads the files, the company uses a fleet of Amazon EC2 Spot Instances to transcode the file format. The company needs to scale throughput when the company uploads data from the on-premises data center to Amazon S3 and when the company downloads data from Amazon S3 to the EC2 instances.

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

  • A. Use the S3 bucket access point instead of accessing the S3 bucket directly.
  • B. Upload the files into multiple S3 buckets.
  • C. Use S3 multipart uploads.
  • D. Fetch multiple byte-ranges of an object in parallel.
  • E. Add a random prefix to each object when uploading the files.
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
betttty
Highly Voted 8 months, 1 week ago
CD C: Increase the file upload throughput D: increase the file download throughput
upvoted 8 times
...
sandordini
Most Recent 5 months, 3 weeks ago
Selected Answer: CD
C: Upload: Multipart clear, D: Download: You can fetch a byte-range from an object, transferring only the specified portion. You can use concurrent connections to Amazon S3 to fetch different byte ranges from within the same object. This helps you achieve higher aggregate throughput versus a single whole-object request. A: S3 Access Points can be easily scaled, but are typically used to simplify data access for any AWS service or customer application that stores data in S3. E: Prefixes: You can increase your read or write performance by using parallelization. For example, if you create 10 prefixes in an Amazon S3 bucket to parallelize reads, you could scale your read performance to 55,000 read requests per second. But wording in this answer is strange...
upvoted 4 times
...
dds69
6 months, 2 weeks ago
Selected Answer: CD
C&D are correct
upvoted 2 times
...
Bazzix
6 months, 4 weeks ago
Selected Answer: CD
Cd are correct
upvoted 2 times
...
bodakrishna
7 months, 2 weeks ago
C &D Correct
upvoted 2 times
...
Darshan07
8 months ago
Selected Answer: CD
CD are the correct options
upvoted 2 times
...
Cali182
8 months, 1 week ago
Selected Answer: CD
CD is the correct for me
upvoted 1 times
...
Andy_09
8 months, 1 week ago
Correct answer is CD
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...