exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 5 question 31 discussion

Actual exam question from Microsoft's AI-100
Question #: 31
Topic #: 5
[All AI-100 Questions]

You are designing an AI system for your company. Your system will consume several Apache Kafka data streams.
You want your system to be able to process the data streams at scale and in real-time.
Which of the following actions should you take?

  • A. Make use of Azure HDInsight with Apache HBase
  • B. Make use of Azure HDInsight with Apache Spark
  • C. Make use of Azure HDInsight with Apache Storm
  • D. Make use of Azure HDInsight with Microsoft Machine Learning Server
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
Apache Storm is a distributed, fault-tolerant, open-source computation system. You can use Storm to process streams of data in real time with Apache Hadoop.
Storm solutions can also provide guaranteed processing of data, with the ability to replay data that wasn't successfully processed the first time.
Reference:
https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-streaming-at-scale-overview https://docs.microsoft.com/en-us/azure/hdinsight/storm/apache-storm-overview

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
rveney
2 years ago
C. Make use of Azure HDInsight with Apache Storm Azure HDInsight is a cloud-based big data analytics service that allows you to process and analyze large volumes of data. It supports various open-source big data technologies, including Apache Kafka, Apache HBase, Apache Spark, and Apache Storm. Apache Storm is a distributed real-time processing system designed for processing high-velocity streaming data. It provides a scalable and fault-tolerant platform for processing data streams in real-time. By using Azure HDInsight with Apache Storm, you can effectively process and analyze your Apache Kafka data streams at scale and in real-time.
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 ...