Exam AI-102 All QuestionsBrowse all questions from this exam
Question 190

You are developing a solution to generate a word cloud based on the reviews of a company's products.

Which Text Analytics REST API endpoint should you use?

    Correct Answer: A

    To generate a word cloud based on the reviews of a company's products, you should use the 'keyPhrases' endpoint of the Text Analytics REST API. This endpoint extracts the significant phrases and main concepts from the text, which are essential for creating a relevant and informative word cloud. This helps in highlighting the most important words and themes present in the reviews, making 'keyPhrases' the suitable choice for this task.

Discussion
Mll1975Option: A

I also thought it was B, but now I think given answer is correct: Extracted from here https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/key-phrase-extraction/tutorials/integrate-power-bi#create-the-word-cloud The key phrases provide us with the important words from our customer comments, not just the most common words. Also, word sizing in the resulting cloud isn't skewed by the frequent use of a word in a relatively small number of comments.

TamHasOption: A

correct

Pixelmate

This was on exam 28/06

ManAtWorkAtNightOption: A

Answer is A. keyPhrases Word Cloud is a set of most frequently appeared words(actually an image) https://docs.microsoft.com/en-us/rest/api/cognitiveservices-textanalytics/3.0/key-phrases/key-phrases

rdemontisOption: A

correct answer. Here is an example: https://learn.microsoft.com/en-us/azure/ai-services/language-service/key-phrase-extraction/tutorials/integrate-power-bi#create-the-word-cloud

zellckOption: A

A is the answer. https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/key-phrase-extraction/overview Key phrase extraction is one of the features offered by Azure Cognitive Service for Language, a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. Use key phrase extraction to quickly identify the main concepts in text. For example, in the text "The food was delicious and the staff were wonderful.", key phrase extraction will return the main topics: "food" and "wonderful staff".

zellck

Gotten this in Jul 2023 exam.

PHD_CHENGOption: A

I support "A" as answer as question is asking to develop a "Word cloud based" solution by reviewing of Company's product. (initially, I was thinking about "B" as an answer but I changed my mind.)

krzkrzkraOption: A

Selected Answer: A

reigenchimpoOption: A

In my opinion, this is only option A.

reiwanotoraOption: A

It must be A.

PCRamirezOption: A

According to Windows Copilot: The best choice for this scenario is **A. keyPhrases**. This endpoint extracts the main points or topics from a text document, which can be used to generate a word cloud that shows the most frequent or relevant terms in the reviews. The other endpoints are not suitable for this task because: - B. sentiment analyzes the positive, negative, or neutral tone of a text document, which is not relevant for generating a word cloud. - C. languages detects the language of a text document, which is not relevant for generating a word cloud. - D. entities/recognition/general identifies and categorizes named entities in a text document, such as person names, locations, organizations, etc. This might not capture the main points or topics of the reviews, and might include irrelevant or sensitive information in the word cloud.

sismerOption: B

I think the correct answer is B: Sentiment Analysis and opinion mining: Sentiment analysis and opinion mining are preconfigured features that help you find out what people think of your brand or topic by mining text for clues about positive or negative sentiment, and can associate them with specific aspects of the text. https://learn.microsoft.com/en-us/azure/ai-services/language-service/overview#sentiment-analysis-and-opinion-mining

tdctdc

Word Cloud has nothing to do with sentiment analysis.

kail85Option: A

A. keyPhrases The keyPhrases endpoint extracts key phrases from the given text, which can be useful for creating a word cloud. Key phrases represent the main points or topics discussed in the text, making them ideal for visualizing the most prominent themes in the reviews.

slchengOption: A

Agreed with A

ExamGuruBhaiOption: A

correct

EltoothOption: A

A is correct answer.

prabhjotOption: B

Sentiment is correct one