exam questions

Exam AWS Certified Data Analytics - Specialty All Questions

View all questions & answers for the AWS Certified Data Analytics - Specialty exam

Exam AWS Certified Data Analytics - Specialty topic 1 question 59 discussion

An online retail company with millions of users around the globe wants to improve its ecommerce analytics capabilities. Currently, clickstream data is uploaded directly to Amazon S3 as compressed files. Several times each day, an application running on Amazon EC2 processes the data and makes search options and reports available for visualization by editors and marketers. The company wants to make website clicks and aggregated data available to editors and marketers in minutes to enable them to connect with users more effectively.
Which options will help meet these requirements in the MOST efficient way? (Choose two.)

  • A. Use Amazon Kinesis Data Firehose to upload compressed and batched clickstream records to Amazon OpenSearch Service (Amazon Elasticsearch Service).
  • B. Upload clickstream records to Amazon S3 as compressed files. Then use AWS Lambda to send data to Amazon OpenSearch Service (Amazon Elasticsearch Service) from Amazon S3.
  • C. Use Amazon OpenSearch Service (Amazon Elasticsearch Service) deployed on Amazon EC2 to aggregate, filter, and process the data. Refresh content performance dashboards in near-real time.
  • D. Use OpenSearch Dashboards (Kibana) to aggregate, filter, and visualize the data stored in Amazon OpenSearch Service (Amazon Elasticsearch Service). Refresh content performance dashboards in near-real time.
  • E. Upload clickstream records from Amazon S3 to Amazon Kinesis Data Streams and use a Kinesis Data Streams consumer to send records to Amazon OpenSearch Service (Amazon Elasticsearch Service).
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

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
astalavista1
Highly Voted 3 years, 1 month ago
Selected Answer: AD
OpenSearch can ingest from KDF and results not in real-time but in minutes, as such, KDF can still be used.
upvoted 10 times
...
penguins2
Most Recent 1 year, 10 months ago
AD for sure.
upvoted 1 times
...
pk349
2 years ago
AD: I passed the test
upvoted 3 times
...
cloudlearnerhere
2 years, 6 months ago
Selected Answer: AD
Correct answers are A & D as Kinesis Data Firehose can be used for data ingestion with its micro batching to push the data directly to Elastic Search. Kibana can be used for visualization. Options B, C & E are wrong as they are not the MOST efficient way.
upvoted 4 times
...
thirukudil
2 years, 7 months ago
Selected Answer: AD
KDF can ingest that data directly to Opensearch ( Still KDF has 60 sec buffer time, they want results in minutes. so this is fine). Choose opensearch dashboards for visualization when it comes to time-sensitive. here, some people choosing B over A. My explanation why we can ignore B is - they want result in minutes not real-time. So KDF is sufficient and will replace the whole process of streaming the data to s3 and then loading the data to OpenSearch via lambda.
upvoted 3 times
...
Arka_01
2 years, 8 months ago
Selected Answer: AD
"in minutes" - this is the key here. Always choose OpenSearch over Athena+Quicksight, in case of time sensitivity.
upvoted 2 times
...
rrshah83
2 years, 9 months ago
Selected Answer: BD
B and D. (Reason for B as opposed to A: Firehose has minimum 1 min delay. Lambda will be "instantly". Question )
upvoted 2 times
...
rocky48
2 years, 10 months ago
Selected Answer: AD
Selected Answer: AD
upvoted 1 times
...
Balki
2 years, 11 months ago
Selected Answer: AD
AD IS THE ANSWER
upvoted 1 times
...
Bik000
3 years ago
Selected Answer: AD
Answer should be A & D
upvoted 3 times
...
B and D. AWS Lambda can be triggered for s3 events generated while copying to s3. And then it loads to OpenSearch in near real time. Then use Kibana for visualization and search requirement.
upvoted 2 times
rrshah83
2 years, 9 months ago
B and D. (Reason for B as opposed to A: Firehose has minimum 1 min delay. Lambda will be "instantly". Question )
upvoted 2 times
...
...
Bik000
3 years ago
Selected Answer: DE
My Answer is D & E
upvoted 1 times
Bik000
3 years ago
No A & D I meant
upvoted 1 times
...
...
jrheen
3 years ago
Answer - A,D
upvoted 1 times
...
G_C_P
3 years, 1 month ago
A, D most efficient and direct to destination. B instead of A feasible but uses S3. But qn also says data stored in S3 - assume for the best approach to A, D
upvoted 1 times
...
G_C_P
3 years, 1 month ago
A, D - firehose direct to ES; Kibana built in
upvoted 2 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 ...