Skip Navigation Links
 

Microsoft - AI-900: Microsoft Certified: Azure AI Fundamentals

Sample Questions

Question: 336
Measured Skill: Describe features of generative AI workloads on Azure (15–20%)

You deploy the Azure OpenAI service to generate images.

You need to ensure that the service provides the highest level of protection against harmful content.

What should you do?

AConfigure the Content filters settings
B Customize a large language model (LLM)
C Configure the system prompt
D Change the model used by the Azure OpenAI service

Correct answer: A

Explanation:

Azure OpenAI includes a content filtering system that works alongside core models, including image generation models. This system works by running both the prompt and completion through a set of classification models designed to detect and prevent the output of harmful content. The content filtering system detects and takes action on specific categories of potentially harmful content in both input prompts and output completions. Variations in API configurations and application design might affect completions and thus filtering behavior.

Reference: Content filtering overview



Question: 337
Measured Skill: Describe features of generative AI workloads on Azure (15–20%)

You plan to create an AI application that will use Azure OpenAI Service. The solution requires that a specific amount of throughput be allocated.

Which type of deployment should you use?

AGlobal batch
B Provisioned
C Data zone standard
D Standard

Correct answer: B

Explanation:

The Azure AI Foundry provisioned throughput offering is a model deployment type that allows you to specify the amount of throughput you require in a model deployment. Azure AI Foundry then allocates the necessary model processing capacity and ensures it's ready for you. You can use the provisioned throughput you requested across a diverse portfolio of models that are sold directly by Azure. These models include Azure OpenAI models and newly introduced flagship model families like Azure DeepSeek, Azure Grok, Azure Llama, and more within Azure AI Foundry Models.

Provisioned throughput provides:

  • A boarder model choice on the latest flagship models
  • Flexibility to switch models and deployments with given provisioned throughput quota
  • Significant discounts and the ability to boost your reservation utilization with a more flexible reservation choice
  • Predictable performance, by providing stable max latency and throughput for uniform workloads.
  • Allocated processing capacity: A deployment configures the amount of throughput. Once deployed, the throughput is available whether used or not.
  • Cost savings: High throughput workloads might provide cost savings vs token-based consumption.

Reference: What is provisioned throughput?



Question: 338
Measured Skill: Describe fundamental principles of machine learning on Azure (20–25%)

You have an Azure Machine Learning model that generates a large quantity of false negatives.

You need to reduce the number of false negatives without re-training the model.

What should you do?

AUse a different Machine Learning model.
B Increase the amount of training data.
C Adjust the threshold value.
D Increase the number of training iterations.

Correct answer: C

Explanation:

Every prediction from an Azure Machine Learning model is associated with a confidence score, which indicates the level of confidence with which the prediction was made.

One of the easiest methods to minimize the outcomes of a certain case is simply changing the decision boundary line from the basic 0.5 to above (when reducing False Positives) or below (when reducing False Negatives). It should be noted that by doing this, the possibility of False Positives increases. In other words, by decreasing the False Negatives we are increasing the False Positives.

Reference: Evaluate automated machine learning experiment results



Question: 339
Measured Skill: Describe features of computer vision workloads on Azure (15–20%)

Select the answer that correctly completes the sentence.

www.cert2brain.com

AAn Azure AI Custom Vison model that correctly identifies 70 images containing oranges out of a total of 100 images containing oranges will generate an average precision metric of 70 percent.
B An Azure AI Custom Vison model that correctly identifies 70 images containing oranges out of a total of 100 images containing oranges will generate a precision metric of 70 percent.
C An Azure AI Custom Vison model that correctly identifies 70 images containing oranges out of a total of 100 images containing oranges will generate a recall metric of 70 percent.

Correct answer: C

Explanation:

Recall measures how well the model identifies actual positive cases and precision is the ability of a model to avoid labeling negative samples as positive.

In this case the Recall metric answers the question "Of all actual oranges, how many were detected?"

In this case, the model correctly identified 70 out of 100 actual orange images. Recall is calculated by the following formula:

True Positives / (True Positives + False Negatives) ==> 70 / (70 + 30) ==> 70 / 100 = 70%

Reference: Evaluate automated machine learning experiment results



Question: 340
Measured Skill: Describe fundamental principles of machine learning on Azure (20–25%)

Which Azure Machine Learning capability should you use to quickly build and deploy a predictive model without extensive coding?

AML pipelines
B Copilot
C DALL-E
D Automated machine learning (automated ML)

Correct answer: D

Explanation:

Automated machine learning, also referred to as automated ML or AutoML, is the process of automating the time-consuming, iterative tasks of machine learning model development. It allows data scientists, analysts, and developers to build ML models with high scale, efficiency, and productivity all while sustaining model quality. Automated ML in Azure Machine Learning is based on a breakthrough from the Microsoft Research division.

Reference: What is automated machine learning (AutoML)?





 
 
 

© Copyright 2014 - 2025 by cert2brain.com