Microsoft Azure AI Fundamentals AI-901 Dumps in PDF

Free Microsoft AI-901 Real Questions (page: 2)

HOTSPOT (Drag and Drop is not supported)
You are developing an application that converts text into spoken audio and saves the synthesized audio to a file by using Azure Speech in Foundry Tools.
How should you complete the Python code? To answer, select the appropriate option in the answer area.
Note: Each correct selection is worth one point.
Hot Area:

  1. See Explanation section for answer.

Answer(s): A

Explanation:




Box: AudioOutputConfig(filename="output.wav")
To complete the code and save the synthesized audio directly to a file, use the code AudioOutputConfig (filename="path_to_file.wav").
Class Used: The AudioOutputConfig class is explicitly used to manage speech synthesis destination routing (such as physical files, speakers, or digital streams).
File Format: The Azure Speech SDK natively saves output audio files generated through this configuration in the WAV format.


Reference:

https://stackoverflow.com/questions/77923835/how-to-save-a-stream-object-in-azure-text-to-speech-without-speaking-the-text-us



HOTSPOT (Drag and Drop is not supported)
Select the answer that correctly completes the sentence.
Hot Area:

  1. See Explanation section for answer.

Answer(s): A

Explanation:




Box: system prompt To define an agent’s role and behaviors, you must configure a ________ for the agent.
Configuring a system prompt (or system message / instructions) is the primary way to define an agent's role, persona, scope, and operational behaviors in Azure AI.System prompts act as the agent's "job description". They dictate how the underlying model interprets intent and executes tasks before it ever sees a user's input.


Reference:

https://learn.microsoft.com/en-us/azure/microsoft-discovery/how-to-prompt-engineering



HOTSPOT (Drag and Drop is not supported)
You are developing an application that analyze invoices by using Azure Content Understanding in Foundry Tools.
You need to ensure that the application retrieves the analysis results after processing completes.
How should you complete the Python code? To answer, select the appropriate option in the answer area.
Note: Each correct selection is worth one point.
Hot Area:

  1. See Explanation section for answer.

Answer(s): A

Explanation:




Box: result In the official Azure SDKs for Python, asynchronous or long-running service operations (such as document analysis) return a poller object (an instance of AzureOperationPoller).
Calling the .result() method on this poller tells the application to wait (block execution) until the document extraction processing completely finishes.
Once completed, it retrieves and returns the structured analysis results (such as extracted fields or tables).


Reference:

https://learn.microsoft.com/de-at/python/api/azure-ai-contentunderstanding/azure.ai.contentunderstanding



DRAG DROP (Drag and Drop is not supported)
You have a Microsoft Foundry project named project1 that contains an Azure OpenAI resource named Resource1.
To Resource1, you deploy a gpt-4.1-mini model by using a model deployment named my-mini-gpt.
You need to connect to my-mini-gpt from an application.
How should you complete the Python code? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all.
Note: Each correct selection is worth one point.
Select and Place:

  1. See Explanation section for answer.

Answer(s): A

Explanation:




Box 1: resource1
Resource name: Azure OpenAI endpoints follow the specific standard structure of https://<resource-name>://. This routes your API requests directly to the dedicated Azure OpenAI resource containing your deployments.
Box 2: my-mini-gpt Name of the custom model deployment: When using the OpenAI SDK with Azure OpenAI, the model parameter expects your unique, user-defined deployment name rather than the underlying base model name (like gpt-4.1-mini).
Incorrect: Project name: Microsoft Azure AI Foundry projects manage connections to resources, but the actual network endpoint belongs specifically to the underlying Azure OpenAI service resource.
The name of the custom model / just gpt-4.1-mini: Passing the base model name or model definition string will result in a 404 deployment not found error. Azure OpenAI relies strictly on the deployment identifier to look up your hosted model instance.


Reference:

https://docs.weaviate.io/weaviate/model-providers/openai-azure/generative



HOTSPOT (Drag and Drop is not supported)
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Note: Each correct selection is worth one point.
Hot Area:

  1. See Explanation section for answer.

Answer(s): A

Explanation:




Box 1: No No - An AI generative model is retrained before performing each user request.
Generative models in Azure AI are not retrained before each user request. Retraining is a computationally heavy and time-consuming process. Instead, the service utilizes powerful, pre-trained foundation models that process your prompts in real-time.
Box 2: No No- An AI agent responds by copying and pasting answers stored in a database.
AI agents do not simply copy and paste pre-written answers from a database. Instead, they use a generative approach.
When a user asks a question, the agent retrieves the relevant context, understands the intent, and dynamically writes a new, conversational response—often citing its sources.
Box 3: Yes Yes -An AI agent uses a generative AI model to establish actions based on user input.
Within Azure AI—specifically through services like the Microsoft Foundry Agent Service and Azure OpenAI Service—an AI agent uses a underlying generative AI model as its "reasoning engine". Instead of relying on rigid, pre-programmed code, it interprets natural language user input to dynamically plan, orchestrate workflows, and choose the most appropriate actions.


Reference:

https://learn.microsoft.com/en-us/azure/foundry-classic/openai/faq



DRAG DROP (Drag and Drop is not supported)
You are reviewing best practices for using AI at your company.
Which Microsoft responsible AI principle is each task an example of? To answer, drag the appropriate principles to the correct tasks. Each task may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Note: Each correct match is worth one point.
Select and Place:

  1. See Explanation section for answer.

Answer(s): A

Explanation:




Box 1: Fairness Evaluating model outputs to ensure that decisions are not biased against specific demographic groups.
Evaluating model outputs to ensure decisions are not biased against specific demographic groups is a direct example of fairness.
In the Microsoft Azure AI principles, fairness means AI systems should treat all people equitably and avoid harming specific, protected groups of individuals.
Box 2: Privacy and Security Encrypting sensitive customer data and restricting system access to authorized personnel.
These practices align directly with the Privacy and Security principle of Microsoft's Azure AI framework.
Data Protection: Customer data must be protected at rest and in transit using industry-standard encryption protocols.
Access Control: Systems must use Role-Based Access Control (RBAC) and the principle of least privilege to restrict access.
Compliance: AI systems must adhere to strict regulatory frameworks (like GDPR or HIPAA) regarding data sovereignty and user privacy.
Box 3: Transparency Informing users when they are interacting with an AI system and explaining the system's capabilities and limitations.
Under Microsoft's Azure AI principles, transparency ensures that stakeholders understand how AI systems are built, run, and integrated.
User Awareness: People have a right to know if they are interacting with a human or a machine.
Expectation Management: Clearly stating capabilities prevents users from over-relying on the system.
Risk Mitigation: Explaining limitations helps users catch errors, biases, or "hallucinations."
Informed Consent: Users can decide whether they want to proceed based on how the system works.
Box 4: Reliability and Safety Testing AI systems under different conditions to reduce unexpected failures.
Testing AI systems under different conditions to reduce unexpected failure is a direct application of the
Reliability and Safety principle.
Consistent Operation: Systems must perform reliably under daily conditions and unexpected situations.
Risk Mitigation: Rigorous testing anticipates edge cases to prevent physical, financial, or psychological harm.
Error Handling: It ensures the system can fail gracefully without causing systemic damage.
Split-Condition Testing: Evaluating models against diverse datasets simulates real-world unpredictability.


Reference:

https://www.edureka.co/blog/ai-on-microsoft-azure



HOTSPOT (Drag and Drop is not supported)
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Note: Each correct selection is worth one point.
Hot Area:

  1. See Explanation section for answer.

Answer(s): A

Explanation:




Box 1: Yes Yes - Generating a response to a user prompt occurs during the inference stage.
What Inference Means: In Azure AI and broader machine learning, inference is the live execution phase. It happens when a fully trained model processes new, unseen inputs (your prompt) to generate predictions or content (the response).
The Opposite Phase: This stands in contrast to the training phase, where the model learns patterns, weights, and language rules from massive historical datasets.
Box 2: No No - A generative AI model generates responses by copying stored documents directly from the model’s training data.
Generative AI does not store exact copies of training documents. Instead, it functions as a statistical engine that ingests vast amounts of information, learns the underlying patterns, and creates completely new, probabilistic outputs based on those learned rules.
Box 3: Yes A generative AI model produces output by predicting the next token based on patterns learned from the model’s training data.
This is exactly how it works. Generative AI models (especially Large Language Models) generate content by continuously predicting what segment of data (a token) comes next based on the statistical patterns learned during their training.


Reference:

https://learn.microsoft.com/en-us/azure/developer/ai/gen-ai-concepts-considerations-developers https://www.ibm.com/think/topics/generative-model



You need to build an AI solution that produces new product images based on written descriptions provided by users.
Which AI workload should you use?

  1. image analysis
  2. image generation
  3. object detection
  4. optical character recognition (OCR)

Answer(s): B

Explanation:

An AI workload that creates entirely new visual content based on written natural language descriptions is defined as image generation, which is a core capability of Generative AI. In the Microsoft Azure ecosystem, this task is primarily handled by generative models like DALL-E or GPT-image via Azure OpenAI Service and Azure AI Foundry.


Reference:

https://learn.microsoft.com/en-us/azure/architecture/data-guide/ai-services/image-video-processing



Share your comments for Microsoft AI-901 exam with other users:

R
Rakesh
10/6/2023 3:06:00 AM

question 59 - a newly-created role is not assigned to any user, nor granted to any other role. answer is b https://docs.snowflake.com/en/user-guide/security-access-control-overview

N
Nik
11/10/2023 4:57:00 AM

just passed my exam today. i saw all of these questions in my text today. so i can confirm this is a valid dump.

D
Deep
6/12/2023 7:22:00 AM

needed dumps

T
tumz
1/16/2024 10:30:00 AM

very helpful

N
NRI
8/27/2023 10:05:00 AM

will post once the exam is finished

K
kent
11/3/2023 10:45:00 AM

relevant questions

Q
Qasim
6/11/2022 9:43:00 AM

just clear exam on 10/06/2202 dumps is valid all questions are came same in dumps only 2 new questions total 46 questions 1 case study with 5 question no lab/simulation in my exam please check the answers best of luck

C
Cath
10/10/2023 10:09:00 AM

q.112 - correct answer is c - the event registry is a module that provides event definitions. answer a - not correct as it is the definition of event log

S
Shiji
10/15/2023 1:31:00 PM

good and useful.

A
Ade
6/25/2023 1:14:00 PM

good questions

P
Praveen P
11/8/2023 5:18:00 AM

good content

A
Anastasiia
12/28/2023 9:06:00 AM

totally not correct answers. 21. you have one gcp account running in your default region and zone and another account running in a non-default region and zone. you want to start a new compute engine instance in these two google cloud platform accounts using the command line interface. what should you do? correct: create two configurations using gcloud config configurations create [name]. run gcloud config configurations activate [name] to switch between accounts when running the commands to start the compute engine instances.

P
Priyanka
7/24/2023 2:26:00 AM

kindly upload the dumps

N
Nabeel
7/25/2023 4:11:00 PM

still learning

G
gure
7/26/2023 5:10:00 PM

excellent way to learn

C
ciken
8/24/2023 2:55:00 PM

help so much

B
Biswa
11/20/2023 9:28:00 AM

understand sql col.

S
Saint Pierre
10/24/2023 6:21:00 AM

i would give 5 stars to this website as i studied for az-800 exam from here. it has all the relevant material available for preparation. i got 890/1000 on the test.

R
Rose
7/24/2023 2:16:00 PM

this is nice.

A
anon
10/15/2023 12:21:00 PM

q55- the ridac workflow can be modified using flow designer, correct answer is d not a

N
NanoTek3
6/13/2022 10:44:00 PM

by far this is the most accurate exam dumps i have ever purchased. all questions are in the exam. i saw almost 90% of the questions word by word.

E
eriy
11/9/2023 5:12:00 AM

i cleared the az-104 exam by scoring 930/1000 on the exam. it was all possible due to this platform as it provides premium quality service. thank you!

M
Muhammad Rawish Siddiqui
12/8/2023 8:12:00 PM

question # 232: accessibility, privacy, and innovation are not data quality dimensions.

V
Venkat
12/27/2023 9:04:00 AM

looks wrong answer for 443 question, please check and update

V
Varun
10/29/2023 9:11:00 PM

great question

D
Doc
10/29/2023 9:36:00 PM

question: a user wants to start a recruiting posting job posting. what must occur before the posting process can begin? 3 ans: comment- option e is incorrect reason: as part of enablement steps, sap recommends that to be able to post jobs to a job board, a user need to have the correct permission and secondly, be associated with one posting profile at minimum

I
It‘s not A
9/17/2023 5:31:00 PM

answer to question 72 is d [sys_user_role]

I
indira m
8/14/2023 12:15:00 PM

please provide the pdf

R
ribrahim
8/1/2023 6:05:00 AM

hey guys, just to let you all know that i cleared my 312-38 today within 1 hr with 100 questions and passed. thank you so much brain-dumps.net all the questions that ive studied in this dump came out exactly the same word for word "verbatim". you rock brain-dumps.net!!! section name total score gained score network perimeter protection 16 11 incident response 10 8 enterprise virtual, cloud, and wireless network protection 12 8 application and data protection 13 10 network défense management 10 9 endpoint protection 15 12 incident d

A
Andrew
8/23/2023 6:02:00 PM

very helpful

L
latha
9/7/2023 8:14:00 AM

useful questions

I
ibrahim
11/9/2023 7:57:00 AM

page :20 https://exam-dumps.com/snowflake/free-cof-c02-braindumps.html?p=20#collapse_453 q 74: true or false: pipes can be suspended and resumed. true. desc.: pausing or resuming pipes in addition to the pipe owner, a role that has the following minimum permissions can pause or resume the pipe https://docs.snowflake.com/en/user-guide/data-load-snowpipe-intro

F
Franklin Allagoa
7/5/2023 5:16:00 AM

i want hcia exam dumps

S
SSA
12/24/2023 1:18:00 PM

good training

AI Tutor 👋 I’m here to help!