لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
You have a Microsoft Foundry project that contains a generative AI model deployment.You test the model by using the Foundry playground.You need to develop an application that sends requests to the deployed model.Which information must the application include to call the model?
A. he model training dataset
B. he Foundry project display name
C. he model endpoint and authentication credentials
D. he exported playground session history
عرض الإجابة
اجابة صحيحة: C
السؤال #2
You are developing an application that analyzes voicemail recordings by using Azure Content Understanding in Foundry Tools. You need to extract a transcript and structured information from the recordings. Which type of analyzer should you use?
A. document analyzer
B. video analyzer
C. audio analyzer
D. image analyzer
عرض الإجابة
اجابة صحيحة: C
السؤال #3
What are two purposes of instructions when prompting a generative AI model? Each correct answer presents part of the solution.Note: Each correct selection is worth one point.
A. defines the agent’s role and behavior
B. selects which model to use
C. defines the Azure region where inference occurs
D. defines the tokens per minute (TPM) allocation for the model
E. defines constraints on the model’s responses
عرض الإجابة
اجابة صحيحة: AE
السؤال #4
You have a Microsoft Foundry project that contains an agent named Agent1. You need to ensure that Agent1 always calls an Azure function when the agent responds to user input. To what should you set tool_choice for Agent1?
A. auto
B. none
C. required
عرض الإجابة
اجابة صحيحة: C
السؤال #5
You need to convert written customer notifications into natural-sounding spoken audio that can be played over a phone system. Which Azure Speech in Foundry Tools capability should you use?
A. Aspeaker recognition
B. Bspeech synthesis
C. Cspeech recognition
D. Dspeech translation
عرض الإجابة
اجابة صحيحة: B
السؤال #6
You are building a Conversational Language Understanding model for an e-commerce business.You need to ensure that the model detects when utterances are outside the intended scope of the model.What should you do?
A. xport the model
B. reate a prebuilt task entity
C. reate a new model
D. dd utterances to the None intent
عرض الإجابة
اجابة صحيحة: D
السؤال #7
You need to convert written customer notifications into natural-sounding spoken audio that can be played over a phone system. Which Azure Speech in Foundry Tools capability should you use?
A. peech recognition
B. peech synthesis
C. peech translation
D. peaker recognition
عرض الإجابة
اجابة صحيحة: B
السؤال #8
What are two purposes of instructions when prompting a generative AI model? Each correct answer presents part of the solution. NOTE Each correct selection is worth one point.
A. defines constraints on the model's responses
B. defines the agent's role and behavior
C. defines the Azure region where inference occurs
D. selects which model to use
E. defines the tokens per minute (TPM) allocation for the model
عرض الإجابة
اجابة صحيحة: AB
السؤال #9
You are developing an application that processes voicemail recordings by using Azure Content Understanding in Foundry Tools. Which feature does Azure Content Understanding use to convert audio to text? Azure Content Understanding uses transcription to convert audio content, such as voicemail recordings, into text. Microsoft's Azure Content Understanding audio documentation states that transcription converts conversational audio into searchable and analyzable text-based transcripts. Option A. Voice Live is not the feature used by Content Understanding to convert voicemail recordings into text. Option B. key phrase extraction identifies important phrases after text is available; it is not the audio-to-text conversion step. Option D. optical character recognition (OCR) is for extracting text from images or documents, not audio. Therefore, the correct answer is C. transcription.
A. Voice Live
B. key phrase extraction
C. transcription
D. optical character recognition (OCR)
عرض الإجابة
اجابة صحيحة: C
السؤال #10
You are developing a web app that processes invoices to calculate expenses. You need to extract structured fields, including nested values, from the invoices by using a defined schema. What should you use?
A. Aa transcription workflow in Azure Speech in Foundry Tools
B. Ban optical character recognition (OCR)-only document processing pipeline
C. Can analyzer in Azure Content Understanding in Foundry Tools
D. Dan Azure AI Search service
عرض الإجابة
اجابة صحيحة: C
السؤال #11
What are two purposes of instructions when prompting a generative AI model? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. Microsoft Foundry Agent Service documentation states that instructions define goals, constraints, and behavior for an agent. Therefore, instructions are used to guide how the generative AI model or agent should respond and behave. Option A is correct because instructions can define constraints the model must follow. Option B is correct because instructions can define the agent's role and behavior. Options C, D, and E are incorrect because Azure region, model selection, and TPM allocation are configuration or deployment/resource settings, not purposes of prompt instructions.
A. defines constraints on the model's responses
B. defines the agent's role and behavior
C. defines the Azure region where inference occurs
D. selects which model to use
E. defines the tokens per minute (TPM) allocation for the model
عرض الإجابة
اجابة صحيحة: AB
السؤال #12
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?
A. ncrease the amount of training data
B. ncrease the number of training iterations
C. se a different Machine Learning model
D. djust the threshold value
عرض الإجابة
اجابة صحيحة: D
السؤال #13
Based on the image provided, here is the transcribed text: 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?
A. Aimage generation
B. Bimage analysis
C. Cobject detection
D. Doptical character recognition (OCR)
عرض الإجابة
اجابة صحيحة: A
السؤال #14
You have a dataset that contains experimental data for fuel samples.You need to predict the amount of energy in kilojoules that can be obtained from a sample based on its measured density.Which type of AI workload should you use?
A. nowledge mining
B. egression
C. lassification
D. lustering
عرض الإجابة
اجابة صحيحة: B
السؤال #15
You have a Microsoft Foundry project that contains a vision-enabled model deployment. You need to develop an application that sends a message containing text and an image URL. The solution must ensure the quickest response time. Which message structure should you include in the request?
A. Aa user message that includes only a text item and sends an image item in a separate request
B. Ba system message that includes both a text item and an image item in the content array
C. Ca system message that includes only a text item and sends an image item in a separate request
D. Da user message that includes both a text item and an image item in the content array
عرض الإجابة
اجابة صحيحة: D
السؤال #16
You are using the Azure Speech SDK to develop a Python application that supports real-time spoken conversations.Which Azure Speech class should you use to configure the connection to the Azure Speech service?
A. udioOutputConfig
B. peechSynthesizer
C. udioConfig
D. peechConfig
عرض الإجابة
اجابة صحيحة: D
السؤال #17
What are two purposes of instructions when prompting a generative AI model? Each correct answer presents part of the solution.
A. defines constraints on the model's responses
B. defines the agent's role and behavior
C. defines the Azure region where inference occurs
D. selects which model to use
E. defines the tokens per minute (TPM) allocation for the model
عرض الإجابة
اجابة صحيحة: AB
السؤال #18
You are sending an image to a vision-enabled model from an application.
A. a publicly accessible image URL
B. a token-per-minute quota value
C. a base64 encoded image data string
D. a text-only summary of the image
E. a speech synthesis voice name
عرض الإجابة
اجابة صحيحة: AC
السؤال #19
You have a Microsoft Foundry project that contains an agent named Agent1.You need to ensure that Agent1 always calls an Azure function when the agent responds to user input.To what should you set tool_choice for Agent1?
A. auto
B. none
C. required
عرض الإجابة
اجابة صحيحة: C
السؤال #20
You are using the Azure Speech SDK to develop a Python application that supports real-time spoken conversations.Which Azure Speech class should you use to configure the connection to the Azure Speech service?
A. AudioOutputConfig
B. SpeechSynthesizer
C. AudioConfig
D. SpeechConfig
عرض الإجابة
اجابة صحيحة: D
السؤال #21
What are two purposes of instructions when prompting a generative AI model? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
A. defines the agent’s role and behavior
B. selects which model to use
C. defines the Azure region where inference occurs
D. defines the tokens per minute (TPM) allocation for the model
E. defines constraints on the model’s responses
عرض الإجابة
اجابة صحيحة: AE
السؤال #22
You need to convert written customer notifications into natural-sounding spoken audio that can be played over a phone system.Which Azure Speech in Foundry Tools capability should you use?
A. speaker recognition
B. speech synthesis
C. speech recognition
D. speech translation
عرض الإجابة
اجابة صحيحة: B
السؤال #23
You need to create an AI agent in Microsoft Foundry that follows a specific role and behavior when responding to users.What should you configure?
A. system instructions
B. temperature
C. tokens per minute (TPM)
D. max completion tokens
عرض الإجابة
اجابة صحيحة: A
السؤال #24
You have a Microsoft Foundry project that contains an agent named Agent1.You need to ensure that Agent1 always calls an Azure function when the agent responds to user input.To what should you set tool_choice for Agent1?
A. auto
B. none
C. required
عرض الإجابة
اجابة صحيحة: C
السؤال #25
You are developing a web app that processes invoices to calculate expenses.You need to extract structured fields, including nested values, from the invoices by using a defined schema.What should you use?
A. an optical character recognition (OCR)-only document processing pipeline
B. a transcription workflow in Azure Speech in Foundry Tools
C. an analyzer in Azure Content Understanding in Foundry Tools
D. an Azure AI Search service
عرض الإجابة
اجابة صحيحة: C
السؤال #26
You have a Microsoft Foundry project that contains a vision-enabled model deployment.
A. a user message that includes only a text item and sends an image item in a separate request
B. a system message that includes both a text item and an image item in the content array
C. a system message that includes only a text item and sends an image item in a separate request
D. a user message that includes both a text item and an image item in the content array
عرض الإجابة
اجابة صحيحة: D
السؤال #27
You need to compare the costs of large language models (LLMs) for a generative AI solution.
A. Evaluator catalog
B. Model leaderboard
C. Compliance
D. Tools
عرض الإجابة
اجابة صحيحة: B

View The Updated Microsoft Exam Questions

SPOTO Provides 100% Real Microsoft Exam Questions for You to Pass Your Microsoft Exam!

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف:
Contact Us