AI-102 Exam QuestionsBrowse all questions from this exam

AI-102 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?

Show Answer
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

17 comments
Sign in to comment
Mll1975Option: A
Nov 6, 2021

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
Feb 1, 2022

correct

ManAtWorkAtNightOption: A
May 12, 2022

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

Pixelmate
Jun 28, 2023

This was on exam 28/06

PHD_CHENGOption: A
May 9, 2022

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.)

zellckOption: A
Jun 29, 2023

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
Jul 8, 2023

Gotten this in Jul 2023 exam.

rdemontisOption: A
Nov 6, 2023

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

prabhjotOption: B
Jan 30, 2022

Sentiment is correct one

EltoothOption: A
Jul 19, 2022

A is correct answer.

ExamGuruBhaiOption: A
Aug 7, 2022

correct

slchengOption: A
Dec 18, 2022

Agreed with A

kail85Option: A
Jun 2, 2023

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.

sismerOption: B
Nov 21, 2023

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
Dec 1, 2023

Word Cloud has nothing to do with sentiment analysis.

PCRamirezOption: A
Feb 7, 2024

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.

reiwanotoraOption: A
May 26, 2024

It must be A.

reigenchimpoOption: A
Jun 13, 2024

In my opinion, this is only option A.

krzkrzkraOption: A
Jul 14, 2024

Selected Answer: A