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

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 505 discussion

A company is running an application on AWS to process weather sensor data that is stored in an Amazon S3 bucket. Three batch jobs run hourly to process the data in the S3 bucket for different purposes. The company wants to reduce the overall processing time by running the three applications in parallel using an event- based approach.
What should a solutions architect do to meet these requirements?

  • A. Enable S3 Event Notifications for new objects to an Amazon Simple Queue Service (Amazon SQS) FIFO queue. Subscribe all applications to the queue for processing.
  • B. Enable S3 Event Notifications for new objects to an Amazon Simple Queue Service (Amazon SQS) standard queue. Create an additional SQS queue for all applications, and subscribe all applications to the initial queue for processing.
  • C. Enable S3 Event Notifications for new objects to separate Amazon Simple Queue Service (Amazon SQS) FIFO queues. Create an additional SQS queue for each application, and subscribe each queue to the initial topic for processing.
  • D. Enable S3 Event Notifications for new objects to an Amazon Simple Notification Service (Amazon SNS) topic. Create an Amazon Simple Queue Service (Amazon SQS) queue for each application, and subscribe each queue to the topic for processing.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Reference:
https://docs.aws.amazon.com/AmazonS3/latest/userguide/ways-to-add-notification-config-to-bucket.html

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
patriktre
Highly Voted 2 years, 12 months ago
D is correct. SNS fanout: https://docs.aws.amazon.com/sns/latest/dg/sns-common-scenarios.html
upvoted 22 times
...
CobraBoy
Highly Voted 3 years ago
D seems to a good choice
upvoted 6 times
...
thanhch
Most Recent 1 year, 8 months ago
Fanout. So choose D.
upvoted 1 times
...
Aransi90
2 years ago
Selected Answer: D
D looks most correct
upvoted 1 times
...
esinan
2 years, 4 months ago
Selected Answer: D
Event driven -> Fanout architecture. https://aws.amazon.com/blogs/architecture/get-started-with-amazon-s3-event-driven-design-patterns/#:~:text=Parallel%20processing%20with%20%E2%80%9CFan%20Out%E2%80%9D%20architecture
upvoted 3 times
...
FF11
2 years, 8 months ago
Selected Answer: D
D is correct because SNS is used to fanout the message to all queues together.
upvoted 4 times
...
Sharan_25_v
2 years, 9 months ago
Selected Answer: D
For Parallel FIFO is impossible and D is correct
upvoted 3 times
...
gargaditya
2 years, 10 months ago
D. For the same combination of: event type (e.g. object create) and prefix (e.g. images/) you can only have one S3 Event rule • If you want to send the same S3 event to many SQS queues, use fan-out So,C is not possible and the second part of it does not make sense after first part is done. Moreover, 'subscribers' are for SNS not SQS as indicated by first 3 options.
upvoted 3 times
...
yottabyte
2 years, 10 months ago
D is perfect!
upvoted 2 times
...
Raj1703
2 years, 11 months ago
any idea about rest of the questions not being visible here?
upvoted 1 times
...
Raj1703
2 years, 11 months ago
Alfio-- Answer should be C... store metadata in RDS and contents in S3... D is not applicable as Dynamo does not support RDBMS.
upvoted 1 times
...
Jamati
2 years, 11 months ago
Answer is D. There are no Topics to subscribe to in SQS
upvoted 2 times
...
Alfio
2 years, 11 months ago
New Questions A company has migrated a two-tier application from its on-premises data center to the AWS Cloud. The data tier is a Multi-AZ deployment of Amazon RDS for Oracle with 12 ТВ of General Purpose SSD Amazon Elastic Block Store (Amazon EBS) storage. The application is designed to process and store documents in the database as binary large objects (blobs) with an average document size of 6 MB. The database size has grown over time, reducing the performance and increasing the cost of storage. The company must improve the database performance and needs a solution that is highly available and resilient. Which solution will meet these requirements MOST cost-effectively?
upvoted 1 times
Alfio
2 years, 11 months ago
A.Reduce the RDS DB instance size. Increase the storage capacity to 24 TiB. Change the storage type to Magnetic. B.Increase the RDS DB instance size. Increase the storage capacity to 24 TiB. Change the storage type to Provisioned IOPS. C.Create an Amazon S3 bucket. Update the application to store documents in the S3 bucket. Store the object metadata in the existing database D.Create an Amazon DynamoDB table. Update the application to use DynamoDB. Use AWS Database Migration Service (AWS DMS) to migrate data from the Oracle database to DynamoDB.
upvoted 1 times
learnerportal
2 years, 10 months ago
I personally choose C, but the braindump's answer is D with no explanation.
upvoted 2 times
buntysas
2 years, 1 month ago
Why not B? Please explain
upvoted 1 times
...
...
Gomer
2 years, 9 months ago
Answer may be C. Check this link: https://aws.amazon.com/blogs/database/how-to-determine-if-amazon-dynamodb-is-appropriate-for-your-needs-and-then-plan-your-migration/ "DynamoDB can store binary items up to 400 KB, but DynamoDB is not generally suited to storing documents or images. A better architectural pattern for this implementation is to store pointers to Amazon S3 objects in a DynamoDB table"
upvoted 1 times
...
...
...
hz78
2 years, 12 months ago
Answer D is correct. Viewing questions 501-505 out of 514 questions. i can only access up to Question 505. where are the questions 506-514?
upvoted 5 times
vvsandipvv
2 years, 11 months ago
As of today not visible to me either
upvoted 1 times
basim
2 years, 10 months ago
Still not visible to me as of today
upvoted 1 times
...
...
...
kaushik
2 years, 12 months ago
Yes D seems to be a good choice
upvoted 4 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 ...