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 1 discussion

A company collects data for temperature, humidity, and atmospheric pressure in cities across multiple continents. The average volume of data that the company collects from each site daily is 500 GB. Each site has a high-speed Internet connection.
The company wants to aggregate the data from all these global sites as quickly as possible in a single Amazon S3 bucket. The solution must minimize operational complexity.
Which solution meets these requirements?

  • A. Turn on S3 Transfer Acceleration on the destination S3 bucket. Use multipart uploads to directly upload site data to the destination S3 bucket.
  • B. Upload the data from each site to an S3 bucket in the closest Region. Use S3 Cross-Region Replication to copy objects to the destination S3 bucket. Then remove the data from the origin S3 bucket.
  • C. Schedule AWS Snowball Edge Storage Optimized device jobs daily to transfer data from each site to the closest Region. Use S3 Cross-Region Replication to copy objects to the destination S3 bucket.
  • D. Upload the data from each site to an Amazon EC2 instance in the closest Region. Store the data in an Amazon Elastic Block Store (Amazon EBS) volume. At regular intervals, take an EBS snapshot and copy it to the Region that contains the destination S3 bucket. Restore the EBS volume in that Region.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
PhucVuu
Highly Voted 3 months, 3 weeks ago
Selected Answer: A
Keyword: From GLOBAL sites as quickly as possible in a SINGLE S3 bucket. Minimize operational complexity A. is correct because S3 Transfer Acceleration is support for high speed transfer in Edge location and you can upload it immediately. Also with multipart uploads your big file can be uploaded in parallel. B, C, D. is not minimize operational and fast when compare to answer A
upvoted 16 times
...
Ruffyit
Highly Voted 3 months, 3 weeks ago
General line: Collect huge amount of the files across multiple continents Conditions: High speed Internet connectivity Task: aggregate the data from all in a single S3 bucket Requirements: as quick as possible, minimize operational complexity Correct answer A: S3 Transfer Acceleration because: - ideally works with objects for long-distance transfer (uses Edge Locations) - can speed up content transfers to and from S3 as much as 50-500% - use cases: mobile & web application uploads and downloads, distributed office transfers, data exchange with trusted partners. Generally for sharing of large data sets between companies, customers can set up special access to their S3 buckets with accelerated uploads to speed data exchanges and the pace of innovation. B - about disaster recovery C - about transferring data between your local environment and the AWS Cloud D - about disaster recovery
upvoted 10 times
pentium75
1 year ago
C, we DO have a "local environment" (a "site") that collect data, and THAT data must go to "the AWS cloud". Why not C? The stem says nothing about large objects, which would be a requirement for the "multipart upload" that is mentioned.
upvoted 2 times
...
...
piya161
Most Recent 1 day, 3 hours ago
Selected Answer: A
Hi All, I have gone through the exam today and it was bit tough, none of the questions in the exam came from examtopics, i have gone mostly around 150 questions. The questions we go through here are quite easy compared to actual ones. i just suggest everyone to go through some youtube ( sthithapragna) videos as well apart from examtopics. YT videos were found quite accurate to the exams which i have attempted today.(1/13/2025).Hope this review helps everyone.
upvoted 2 times
...
liamezr
1 week, 5 days ago
Selected Answer: A
Explanation: Option B suggests uploading the data from each site to an S3 bucket in the closest Region. This ensures that the data is transferred quickly over high-speed Internet connections. By using S3 Cross-Region Replication, the objects can be automatically copied to the destination S3 bucket, allowing for easy aggregation
upvoted 1 times
...
ANDREWKIM1
1 week, 6 days ago
Selected Answer: A
Amazon S3 Transfer Acceleration meets the requirements by ensuring fast, secure, and simple global data uploads with minimal operational overhead.
upvoted 1 times
...
samuelbrandao
2 weeks, 4 days ago
Selected Answer: A
Transfer Aceleration com multpart upload é a opção menos complexa
upvoted 1 times
...
MGKYAING
2 weeks, 5 days ago
Selected Answer: A
AWS Global Accelerator is a networking service that improves the performance and availability of your applications by leveraging the global infrastructure of AWS. It provides two key benefits: Improved Performance: Global Accelerator uses the AWS global network to direct user traffic to the nearest AWS Region or endpoint, reducing latency. It supports TCP and UDP traffic and can significantly enhance the performance of latency-sensitive applications, such as gaming, IoT, or streaming. Increased Availability: Global Accelerator provides automatic failover between endpoints in multiple AWS Regions or Availability Zones. If one endpoint becomes unavailable, the traffic is rerouted to the next best endpoint.
upvoted 1 times
...
SamKuo
3 weeks, 5 days ago
Selected Answer: A
S3 Transfer Acceleration is simple
upvoted 2 times
...
vietqtran
1 month, 2 weeks ago
Selected Answer: A
A is correct
upvoted 1 times
...
Allenchou
2 months ago
Of course, A is the answer, You only need to activate the "Transfer Acceleration" function, which is very simple to operate and also fits the concept of a single bucket. However, these questions are too old and won't appear in the exam.kk2018tk111110#gmail I recently took the exam, I know there are quite a few new questions.
upvoted 1 times
...
clouddevnoob
2 months, 3 weeks ago
Correct Answer: A: S3 Transfer Acceleration with multipart uploads is the most efficient solution due to high-speed transfer, minimal operational complexity and large data transfer. Wrong Options: B. Increases operational complexity with additional steps (cross-region replication and data deletion). Not necessary since high-speed connections are available at each site. C. Unnecessary use of physical Snowball devices for data transfer when high-speed internet connections are available on-site. D. More complex solution with unnecessary steps (EC2 instances, EBS volumes, snapshots). Direct S3 upload with Transfer Acceleration is simpler and faster.
upvoted 1 times
...
whileloops
3 months ago
Selected Answer: A
Company has high speed internet and requires less operational complexity, hence option A
upvoted 1 times
...
Guru4Cloud
3 months, 3 weeks ago
Selected Answer: B
Explanation: Option B suggests uploading the data from each site to an S3 bucket in the closest Region. This ensures that the data is transferred quickly over high-speed Internet connections. By using S3 Cross-Region Replication, the objects can be automatically copied to the destination S3 bucket, allowing for easy aggregation. Once the data is successfully replicated, it can be removed from the origin S3 bucket to minimize storage costs and reduce complexity. Option A is not the best choice because it only focuses on optimizing the upload to the destination S3 bucket by using S3 Transfer Acceleration and multipart uploads. However, it doesn't address the requirement of aggregating data from multiple sites.
upvoted 2 times
pentium75
1 year ago
But B requires manual intervention (removal from original bucket), that does meet the 'minimize operational complexity' requirement.
upvoted 2 times
...
...
pentium75
3 months, 3 weeks ago
A specifically mentions "multipart upload", but the stem says nothing about large files. We have "sites" that collect a lot of sensor data. Wouldn't C be an option? Snowball Edge is tied to a region, so it can't upload directly to the central bucket. Copying the files onto Snowball Edge, then let Snowball Edge upload them to a bucket in its own region from where they would be replicated to the central bucket. This would meet the requirement of minimizing operational overhead. (Options B and D are clearly out as they require manual intervention.)
upvoted 1 times
ldruizsan
11 months ago
The Snowball family is used for petabyte-scale migrations so using Snowball is overkill. You can simply use transfer acceleration AND multi-part uploads to speed up S3 uploads as they are already features of the service.
upvoted 1 times
...
mohamedsambo
1 year ago
i think cause of "min operation work and costs "
upvoted 2 times
...
...
thewalker
3 months, 3 weeks ago
Selected Answer: A
B: Cross region replication attracts extra costs to transfer data across regions. No need to choose this option as each site is having high speed connection. C. No need to go for device transfers as each site is having high speed connection. D. Not a good solution to use EBS volumes as we can transfer the data directly to S3. A is the best answer, especially going with multi-part upload, transferring the data to the destination bucket using transfer accelerator.
upvoted 3 times
...
Andreshere
3 months, 3 weeks ago
A. Despite this option can be valid, it implies a bit of operational overhead compared with other options. Additionally, there is no need to aggregate that change to the existing architecture because we are already working in S3, and using other storage services incurs unnecessary costs. B. To collect the logs, we use CloudTrail over CloudWatch. Running SQL queries from the Amazon CloudWatch console is not recommended for this use case, since it is more used for filtering. C. Athena integrates seamlessly with S3 and allows you to run simple SQL queries in no time. When working with Apache Spark or with SQL in S3, using this service is the best option. D. This option incurs elevated operational overhead. Glue is not used to catalog the logs. Analyzing logs with Spark on an EMR cluster is very common, but you can do it faster with the Athena service integrated with S3 directly.
upvoted 1 times
...
Kipp3r
5 months ago
A. S3 transfer Accel is best option i think
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago