CLF-C02 Question 249
Single answerA retail company wants to perform real-time processing of streaming data from their e-commerce website to detect trends and anomalies in customer behavior. Which AWS service should they use for this purpose?
- A
Amazon Kinesis
- B
Amazon Athena
- C
AWS Glue
- D
Amazon QuickSight
Show answer and explanation
Correct answer: A
Explanation
Amazon Kinesis is the most appropriate service for real-time processing of streaming data. It allows you to ingest, process, and analyze streaming data in real time. Other options like Amazon Athena, AWS Glue, and Amazon QuickSight are designed for different purposes, such as querying, ETL, or visualization, and are not suitable for real-time streaming analytics.
- A. Correct.
Amazon Kinesis is designed for real-time processing of streaming data, making it the best choice for this use case.
- B. Incorrect.
Amazon Athena is used for querying data stored in Amazon S3 using SQL, but it is not suitable for real-time streaming data processing.
- C. Incorrect.
AWS Glue is primarily a data integration service used for ETL (Extract, Transform, Load) tasks, not real-time streaming analytics.
- D. Incorrect.
Amazon QuickSight is a business intelligence tool for data visualization and reporting, but it is not used for real-time data processing.