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

A company has an application that scans millions of connected devices for security threats and pushes the scan logs to an Amazon S3 bucket. A total of 70 GB of data is generated each week, and the company needs to store 3 years of data for historical reporting. The company must process, aggregate, and enrich the data from Amazon S3 by performing complex analytical queries and joins in the least amount of time. The aggregated dataset is visualized on an Amazon QuickSight dashboard.
What should a solutions architect recommend to meet these requirements?

  • A. Create and run an ETL job in AWS Glue to process the data from Amazon S3 and load it into Amazon Redshift. Perform the aggregation queries on Amazon Redshift.
  • B. Use AWS Lambda functions based on S3 PutObject event triggers to copy the incremental changes to Amazon DynamoDB. Perform the aggregation queries on DynamoDB.
  • C. Use AWS Lambda functions based on S3 PutObject event triggers to copy the incremental changes to Amazon Aurora MySQL. Perform the aggregation queries on Aurora MySQL.
  • D. Use AWS Glue to catalog the data in Amazon S3. Perform the aggregation queries on the cataloged tables by using Amazon Athena. Query the data directly from Amazon S3.
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
MikeDuB
Highly Voted 3 years, 5 months ago
Anybody thinking D?
upvoted 12 times
...
tin2022
Highly Voted 3 years, 5 months ago
Complicated analytical queries and joins means Redshift
upvoted 7 times
...
jw1806
Most Recent 2 years, 8 months ago
Selected Answer: A
redshift for complex analytics. I do it everyday for a living.
upvoted 1 times
...
Fyssy
2 years, 9 months ago
D First Use AWS Glue to catalog the data in Amazon S3
upvoted 1 times
...
cloud_collector
2 years, 10 months ago
Selected Answer: A
Retrieving information from an Amazon Redshift data warehouse involves running complex queries on extremely large amounts of data, which can take a long time to process. https://docs.aws.amazon.com/redshift/latest/dg/c-query-tuning.html
upvoted 2 times
...
bora4motion
2 years, 10 months ago
Selected Answer: A
I go with A. Read with Redshift from S3 and use Quicksight. These ones go hand in hand.
upvoted 2 times
...
naveenagurjara
2 years, 11 months ago
Selected Answer: A
...complicated analytical queries and joins.. Redshift. Simple queries Athena
upvoted 3 times
...
Karthikeyan_nick
3 years, 1 month ago
Option A: Redshift - Built for running complex queries that can involve multiple data sources Join Query – Redshift is faster than Athena due to the ability to easily handle traditional joins and relational workloads
upvoted 3 times
...
Lakhsmi
3 years, 2 months ago
Selected Answer: D
I think that might be D. Moving 70 GB of data using glue will be time consuming and using redshift incurs a cost too. where as with Glue and Athena we can directly query the data in S3 itself. https://docs.aws.amazon.com/athena/latest/ug/data-sources-glue.html
upvoted 5 times
...
FF11
3 years, 5 months ago
Selected Answer: A
A is correct.
upvoted 2 times
...
BlassArun
3 years, 5 months ago
Ans is A
upvoted 2 times
...
Alcpt
3 years, 5 months ago
Answer could be A: https://bryteflow.com/face-off-aws-athena-vs-redshift-spectrum/ Both Athena and Redshift Spectrum are serverless. Athena is dependent on the combined resources AWS provides to compute query results while resources at the disposal of Redshift Spectrum depend on your Redshift cluster size. With Redshift Spectrum you have the freedom to increase the Redshift cluster size to boost compute power (in case of complex queries involving large datasets or needing faster response) which can be expensive. With Athena you use whatever resources AWS allocates to your query and this can vary quite a bit in peak usage times.
upvoted 4 times
...
muhsin
3 years, 5 months ago
Ans: A complex query means Redshift and processing can be done by EMR or AWS Glue ETL Job
upvoted 4 times
...
KhushRoh
3 years, 5 months ago
Selected Answer: A
A is the answer
upvoted 2 times
examexpert
3 years, 5 months ago
cool, why not D?
upvoted 1 times
azi_2021
3 years ago
Redshift for complicated analysis, Athena is more for simple queries
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 ...