Microsoft Certified Azure AI Fundamentals · Free Practice Question Easy

Question 18

A retail company wants to quickly analyze customer reviews to determine whether the sentiment expressed is positive or negative without investing time in model training. Which Azure AI language capability should they use?

  • A

    Prebuilt sentiment analysis

  • B

    Custom named entity recognition

  • C

    Custom text classification

  • D

    Conversational language understanding

Reveal correct answer

Correct answer: A

Explanation

Overview of the Requirement
The retail company needs a quick and efficient way to analyze customer reviews to determine whether the sentiment expressed is positive or negative. The key requirement is to achieve this without the overhead of training a custom model, which can be both time-consuming and resource-intensive.

Prebuilt Sentiment Analysis Capability
Azure's prebuilt sentiment analysis is designed to provide out-of-the-box sentiment evaluation without the need for model training. It comes as part of the Azure AI Text Analytics service and is preconfigured using extensive training on diverse datasets. This allows it to rapidly process large volumes of customer reviews and return sentiment scores that indicate whether the text is positive, negative, or neutral.

  • Ease of Use:
    As a managed service, it eliminates the need for manual data preparation, feature engineering, or model tuning.

  • Rapid Deployment:
    The service is immediately available for integration via API, enabling the retail company to quickly start analyzing reviews.

  • Scalability:
    It is designed to handle large datasets efficiently, making it ideal for processing thousands of reviews.

Why Prebuilt Sentiment Analysis is the Most Appropriate Choice
This capability is the best fit because it directly meets the requirement for quick sentiment analysis without the need for time-consuming model training. Other Azure AI language capabilities, such as custom text classification or conversational language understanding, involve more extensive development and training processes that are unnecessary when the objective is simply to determine sentiment. Moreover, custom named entity recognition focuses on identifying specific entities rather than evaluating sentiment, and thus would not provide the required insights.

Implementation Considerations

  • API Integration:
    The retail company can integrate the prebuilt sentiment analysis API into their existing systems to automate the processing of customer reviews.

  • Real-Time Processing:
    The service supports real-time analysis, which is crucial for timely feedback and improving customer satisfaction.

  • Cost and Maintenance:
    As a fully managed service, prebuilt sentiment analysis minimizes the operational burden, reducing both development time and maintenance costs.

Microsoft Documentation References and Further Readings

Azure Cognitive Services – Text Analytics


Microsoft's Educational Content For This Topic:
Explore Natural Language Processing
NLP Architecture Guide

A.

Prebuilt sentiment analysis models are already trained to evaluate the sentiment of text, categorizing it as positive, negative, or neutral. This service provides immediate results without the need for any custom model training, making it ideal for quickly analyzing customer reviews. It directly addresses the company's need for rapid sentiment evaluation with minimal setup.

B.

Named entity recognition (NER) extracts specific entities such as names, dates, or locations from text. While NER is useful for understanding key elements within a document, it doesn't provide insights into the sentiment or emotional tone of the content. Thus, it is not the appropriate choice for determining whether customer reviews are positive or negative.

C.

This approach involves training a model on labeled data to classify text, which requires time and resources. It is ideal for specialized tasks where prebuilt models might not suffice, but it isn't optimal when a quick solution is needed. Since it requires model training, it doesn't meet the company's requirement for immediate deployment.

D.

This capability is designed to interpret and manage user dialogues, particularly for chatbots and conversational agents. It focuses on understanding intents and entities within interactive contexts, rather than analyzing sentiment. Therefore, it does not specifically cater to the requirement of sentiment analysis in customer reviews.

Discussion

Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.

You must be logged in to post a comment.

Preparing For

Your Certification?

255+ certifications
Detailed explanations
Free PDF samples

Has All The Questions You Need