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 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 (?) , you can switch to a simple comment.
Switch to a voting comment New
PhucVuu
Highly Voted 1 month, 4 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 11 times
normedomubeen
1 month, 1 week ago
A is true answer
upvoted 1 times
...
...
Ruffyit
Highly Voted 2 months 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
11 months 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 1 times
...
...
Allenchou
Most Recent 1 week 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
4 weeks, 1 day 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
1 month ago
Selected Answer: A
Company has high speed internet and requires less operational complexity, hence option A
upvoted 1 times
...
Guru4Cloud
2 months 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
11 months ago
But B requires manual intervention (removal from original bucket), that does meet the 'minimize operational complexity' requirement.
upvoted 2 times
...
...
pentium75
2 months 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
9 months, 1 week 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
10 months, 3 weeks ago
i think cause of "min operation work and costs "
upvoted 2 times
...
...
thewalker
2 months 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
2 months 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
3 months, 1 week ago
A. S3 transfer Accel is best option i think
upvoted 1 times
...
PaulGa
3 months, 1 week ago
The key is minimising operational complexity --> Ans A: doesn't need intermediate storage, additional infrastructure, minimises operations with direct path to S3 bucket.
upvoted 2 times
...
omankoman
5 months ago
Selected Answer: A
A is the answer.
upvoted 1 times
...
dragongoseki
5 months ago
Selected Answer: A
A is correct answer.
upvoted 1 times
...
ChymKuBoy
5 months, 2 weeks ago
A for sure
upvoted 1 times
...
Ishu_
5 months, 3 weeks ago
Selected Answer: A
doesn't need intermediate storage or additional infrastructure thus, minimizing operational complexity providing faster direct path to destination S3 bucket.
upvoted 2 times
...
gavin_xin
6 months, 1 week ago
Selected Answer: A
A is most right
upvoted 1 times
...
nanadaime
7 months, 1 week ago
Selected Answer: A
other was operational overhead except A
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 ...