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

A marketing company receives a large amount of new clickstream data in Amazon S3 from a marketing campaign. The company needs to analyze the clickstream data in Amazon S3 quickly. Then the company needs to determine whether to process the data further in the data pipeline.

Which solution will meet these requirements with the LEAST operational overhead?

  • A. Create external tables in a Spark catalog. Configure jobs in AWS Glue to query the data.
  • B. Configure an AWS Glue crawler to crawl the data. Configure Amazon Athena to query the data.
  • C. Create external tables in a Hive metastore. Configure Spark jobs in Amazon EMR to query the data.
  • D. Configure an AWS Glue crawler to crawl the data. Configure Amazon Kinesis Data Analytics to use SQL to query the data.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
meenkaza
Highly Voted 9 months, 3 weeks ago
Selected Answer: B
AWS Glue with Athena (Option B): AWS Glue is a fully managed extract, transform, and load (ETL) service, and Athena is a serverless query service that allows you to analyze data directly in Amazon S3 using SQL queries. By configuring an AWS Glue crawler to crawl the data, you can create a schema for the data, and then use Athena to query the data directly without the need to load it into a separate database. This minimizes operational overhead.
upvoted 6 times
...
Johnoppong101
Most Recent 2 months ago
Selected Answer: B
You`ve come a loooong way...keep going... Kinesis Data Analytics applications continuously read and process streaming data in real time. Data is already at rest in S3. So Athena. https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works.html
upvoted 1 times
...
bogdannb
3 months, 2 weeks ago
Selected Answer: D
It says to quickly analyze the data, Athena can’t do it so it’s D
upvoted 1 times
...
OSHOAIB
9 months, 1 week ago
Selected Answer: B
Option B - leverages serverless services that minimise management tasks and allows the company to focus on querying and analysing the data with the LEAST operational overhead.
upvoted 2 times
...
pentium75
9 months, 2 weeks ago
Selected Answer: B
Neither Glue nor EMR nor Kinesis are used "to query the data"
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 ...