AI-300 Exam Question 21

An organization maintains separate Azure Machine Learning workspaces for development and production.
Both environments must use the same validated assets without duplicating them.
Assets must be shared across workspaces while maintaining centralized governance and version control.
You need to enable reuse of assets across workspaces without copying them.
What should you do?
  • AI-300 Exam Question 22

    A team develops and manages a conversational assistant by using Microsoft Foundry.
    The team must be able to validate that the assistant does not produce hateful responses before the application is exposed to any users.
    You need to evaluate the model output for hateful responses as part of a repeatable validation process.
    Which evaluator should you configure first?
  • AI-300 Exam Question 23

    A team deploys a classification model to production and monitors performance and data changes.
    The team wants to ensure that significant drops in prediction accuracy automatically trigger the following:
    Stakeholders must be notified of the drops.
    Retraining must be initiated when thresholds are exceeded
    You need to configure monitoring to meet the requirements.
    Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

    AI-300 Exam Question 24

    You manage an Azure Machine Learning workspace named workspace1 by using the Python SDK v2. You create a General Purpose v2 Azure storage account named mlstorage 1. The storage account includes a publicly accessible container named mlcontainer 1. The container stores 10 blobs with files in the CSV format.
    You must develop Python SDK v2 code to create a data asset referencing all blobs in the container named mlcontainer 1.
    You need to complete the Python SDK v2 code.
    How should you complete the code? To answer, select the appropriate options in the answer area . NOTE:
    Each correct selection is worth one point.

    AI-300 Exam Question 25

    A company is creating an internal tool that summarizes long meeting transcripts and extracts action items.
    The model must:
    Process text inputs up to 200k tokens long.
    Generate concise summaries in seconds.
    Support interactive testing before integration into the app.
    You need to select, deploy, and test a model that supports summarization with low latency.
    How should you complete the configuration plan? To answer, select the appropriate options in the answer area . NOTE: Each correct selection is worth one point.