You have already completed the Test before. Hence you can not start it again.
Test is loading...
You must sign in or sign up to start the Test.
You have to finish following quiz, to start this Test:
Your results are here!! for" AB-410 Practice Test 13 "
0 of 60 questions answered correctly
Your time:
Time has elapsed
Your Final Score is : 0
You have attempted : 0
Number of Correct Questions : 0 and scored 0
Number of Incorrect Questions : 0 and Negative marks 0
Average score
Your score
AB-410
You have attempted: 0
Number of Correct Questions: 0 and scored 0
Number of Incorrect Questions: 0 and Negative marks 0
You can review your answers by clicking on “View Answers” option. Important Note : Open Reference Documentation Links in New Tab (Right Click and Open in New Tab).
Answer Review
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Answer
Review
Unattempted
Correct
Incorrect
Unattempted
Every question in this attempt was answered correctly.
Question 1 of 60
1. Question
Which Responsible AI principle is mainly addressed by adding a “Report a Problem“ or “Give Feedback“ button to an AI response?
Correct
Accountability includes mechanisms for human feedback and oversight to help ensure the system operates correctly and safely.
Incorrect
Accountability includes mechanisms for human feedback and oversight to help ensure the system operates correctly and safely.
Unattempted
Accountability includes mechanisms for human feedback and oversight to help ensure the system operates correctly and safely.
Question 2 of 60
2. Question
Scenario: You are building an agent that must perform a calculation and then update a record in a legacy SQL database. Which tool is best for this action?
Correct
Power Automate works as the logic engine that lets an agent carry out multi-step actions across different connectors.
Incorrect
Power Automate works as the logic engine that lets an agent carry out multi-step actions across different connectors.
Unattempted
Power Automate works as the logic engine that lets an agent carry out multi-step actions across different connectors.
Question 3 of 60
3. Question
You are building a Power Automate flow to extract data from shipping labels that are often blurry or tilted. Which AI Builder model is the most resilient for this case?
Correct
The Unstructured Document model applies deep learning to detect text and fields even when layouts vary or image quality is imperfect.
Incorrect
The Unstructured Document model applies deep learning to detect text and fields even when layouts vary or image quality is imperfect.
Unattempted
The Unstructured Document model applies deep learning to detect text and fields even when layouts vary or image quality is imperfect.
Question 4 of 60
4. Question
In a RAG (Retrieval-Augmented Generation) pipeline, why is “Re-ranking“ done after the initial search results are retrieved?
Correct
Initial vector searches are fast but may lack precision; re-ranking uses a cross-encoder model to refine the relevance of the top results.
Incorrect
Initial vector searches are fast but may lack precision; re-ranking uses a cross-encoder model to refine the relevance of the top results.
Unattempted
Initial vector searches are fast but may lack precision; re-ranking uses a cross-encoder model to refine the relevance of the top results.
Question 5 of 60
5. Question
Which field in a Dataverse table stores the unique 128-bit identifier for each record and is often used by AI agents for exact lookups?
Correct
The GUID, or Globally Unique Identifier, is the unique ID for each Dataverse record, which helps the AI reference the exact intended row.
Incorrect
The GUID, or Globally Unique Identifier, is the unique ID for each Dataverse record, which helps the AI reference the exact intended row.
Unattempted
The GUID, or Globally Unique Identifier, is the unique ID for each Dataverse record, which helps the AI reference the exact intended row.
Question 6 of 60
6. Question
In Microsoft Copilot Studio, what do “Trigger Phrases“ do?
Correct
Trigger phrases are natural language examples that the orchestrator uses to match user intent to a specific topic.
Incorrect
Trigger phrases are natural language examples that the orchestrator uses to match user intent to a specific topic.
Unattempted
Trigger phrases are natural language examples that the orchestrator uses to match user intent to a specific topic.
Question 7 of 60
7. Question
Scenario: You must turn a 30-minute technical lecture video into a text summary with timestamps. Which service should you use first?
Correct
Video Indexer automatically transcribes audio, detects speakers, and extracts key insights and timestamps from video content.
Incorrect
Video Indexer automatically transcribes audio, detects speakers, and extracts key insights and timestamps from video content.
Unattempted
Video Indexer automatically transcribes audio, detects speakers, and extracts key insights and timestamps from video content.
Question 8 of 60
8. Question
What is the main purpose of a “System Message“ in the Azure OpenAI API?
Correct
The System Message, or System Prompt, defines the AI‘s ground rules, such as requiring it to use only professional language.
Incorrect
The System Message, or System Prompt, defines the AI‘s ground rules, such as requiring it to use only professional language.
Unattempted
The System Message, or System Prompt, defines the AI‘s ground rules, such as requiring it to use only professional language.
Question 9 of 60
9. Question
When building a RAG-based app, what does an “Embeddings Model“ do?
Correct
Embeddings models represent the semantic meaning of text as numbers, allowing a vector database to find contextually relevant matches.
Incorrect
Embeddings models represent the semantic meaning of text as numbers, allowing a vector database to find contextually relevant matches.
Unattempted
Embeddings models represent the semantic meaning of text as numbers, allowing a vector database to find contextually relevant matches.
Question 10 of 60
10. Question
What is the main benefit of using “Azure OpenAI Service“ instead of the public OpenAI API for enterprise applications?
Correct
Azure OpenAI provides the same models as OpenAI, with additional Microsoft security, compliance, and data residency guarantees.
Incorrect
Azure OpenAI provides the same models as OpenAI, with additional Microsoft security, compliance, and data residency guarantees.
Unattempted
Azure OpenAI provides the same models as OpenAI, with additional Microsoft security, compliance, and data residency guarantees.
Question 11 of 60
11. Question
Scenario: A company wants to create “Smart Search“ for its internal HR portal. Employees should be able to ask “How do I claim dental insurance?“ and receive the specific paragraph from a 200-page PDF handbook. Which architecture is needed?
Correct
RAG combines a search index, which finds the specific paragraph, with an LLM, which drafts the natural language answer based on that paragraph.
Incorrect
RAG combines a search index, which finds the specific paragraph, with an LLM, which drafts the natural language answer based on that paragraph.
Unattempted
RAG combines a search index, which finds the specific paragraph, with an LLM, which drafts the natural language answer based on that paragraph.
Question 12 of 60
12. Question
A customer enters a 10-digit phone number in a chat. Which Copilot Studio feature extracts it and stores it in a variable?
Correct
Entities are used to identify specific information within natural language and save it for use later in the conversation.
Incorrect
Entities are used to identify specific information within natural language and save it for use later in the conversation.
Unattempted
Entities are used to identify specific information within natural language and save it for use later in the conversation.
Question 13 of 60
13. Question
An application must check whether a user‘s uploaded profile picture contains a human face before allowing the upload. Which Azure AI Vision feature is most appropriate?
Correct
Face Detection detects human faces and can also return attributes such as head pose or emotions.
Incorrect
Face Detection detects human faces and can also return attributes such as head pose or emotions.
Unattempted
Face Detection detects human faces and can also return attributes such as head pose or emotions.
Question 14 of 60
14. Question
Which parameter should you adjust to make an AI bot‘s responses more consistent and less “creative“ for technical support?
Correct
Reducing temperature closer to 0 makes the model more deterministic and focused on the most likely response.
Incorrect
Reducing temperature closer to 0 makes the model more deterministic and focused on the most likely response.
Unattempted
Reducing temperature closer to 0 makes the model more deterministic and focused on the most likely response.
Question 15 of 60
15. Question
Which Microsoft Dataverse feature prevents an AI agent from reading payroll data unless the logged-in user has the required security clearance?
Correct
Field-level security lets administrators limit access to specific sensitive columns, even when the user can access the rest of the table.
Incorrect
Field-level security lets administrators limit access to specific sensitive columns, even when the user can access the rest of the table.
Unattempted
Field-level security lets administrators limit access to specific sensitive columns, even when the user can access the rest of the table.
Question 16 of 60
16. Question
In Microsoft Copilot Studio, what does the “On Unknown Intent“ system topic do?
Correct
This topic manages cases where the orchestrator cannot confidently match the user‘s message to an existing user-defined topic.
Incorrect
This topic manages cases where the orchestrator cannot confidently match the user‘s message to an existing user-defined topic.
Unattempted
This topic manages cases where the orchestrator cannot confidently match the user‘s message to an existing user-defined topic.
Question 17 of 60
17. Question
You need to translate a technical manual from English into 20 different languages and keep the original layout unchanged. Which service is the best option?
Correct
Document Translation is a specific feature for translating complete files while retaining the original formatting and structure.
Incorrect
Document Translation is a specific feature for translating complete files while retaining the original formatting and structure.
Unattempted
Document Translation is a specific feature for translating complete files while retaining the original formatting and structure.
Question 18 of 60
18. Question
Which Microsoft Dataverse feature enables “Full-text Search“ across multiple tables at the same time for an AI agent?
Correct
Dataverse Search offers fast, intelligent search across multiple tables, which is needed to ground AI agents in Dataverse data.
Incorrect
Dataverse Search offers fast, intelligent search across multiple tables, which is needed to ground AI agents in Dataverse data.
Unattempted
Dataverse Search offers fast, intelligent search across multiple tables, which is needed to ground AI agents in Dataverse data.
Question 19 of 60
19. Question
In LLMs, what does the “Context Window“ represent?
Correct
The context window is the memory limit for a single prompt session; when it is exceeded, the model “forgets“ the start of the conversation.
Incorrect
The context window is the memory limit for a single prompt session; when it is exceeded, the model “forgets“ the start of the conversation.
Unattempted
The context window is the memory limit for a single prompt session; when it is exceeded, the model “forgets“ the start of the conversation.
Question 20 of 60
20. Question
An app needs to predict whether a machine will fail in the next 30 days based on sensor data. Which AI Builder model is suitable?
Correct
The Prediction model evaluates historical patterns to forecast future outcomes, including a Yes/No event such as machine failure.
Incorrect
The Prediction model evaluates historical patterns to forecast future outcomes, including a Yes/No event such as machine failure.
Unattempted
The Prediction model evaluates historical patterns to forecast future outcomes, including a Yes/No event such as machine failure.
Question 21 of 60
21. Question
In Azure AI Search, what does an “Indexer“ do?
Correct
The Indexer is the engine that connects to data sources, such as Blob Storage or SQL, extracts the data, and writes it into the index.
Incorrect
The Indexer is the engine that connects to data sources, such as Blob Storage or SQL, extracts the data, and writes it into the index.
Unattempted
The Indexer is the engine that connects to data sources, such as Blob Storage or SQL, extracts the data, and writes it into the index.
Question 22 of 60
22. Question
When configuring an Azure OpenAI deployment, what does the “Max Tokens“ parameter specifically restrict?
Correct
Max Tokens limits the response length and helps control costs by stopping the model from generating excessively long outputs.
Incorrect
Max Tokens limits the response length and helps control costs by stopping the model from generating excessively long outputs.
Unattempted
Max Tokens limits the response length and helps control costs by stopping the model from generating excessively long outputs.
Question 23 of 60
23. Question
Scenario: A developer wants an LLM-based customer service bot to use the latest shipping rates stored in a local JSON file. What is the best way to implement this?
Correct
Using the JSON file as a Knowledge Source through RAG lets the bot retrieve current data at query time without the high cost of retraining or fine-tuning.
Incorrect
Using the JSON file as a Knowledge Source through RAG lets the bot retrieve current data at query time without the high cost of retraining or fine-tuning.
Unattempted
Using the JSON file as a Knowledge Source through RAG lets the bot retrieve current data at query time without the high cost of retraining or fine-tuning.
Question 24 of 60
24. Question
Which Microsoft service provides a “Managed Identity“ so an intelligent application can access Azure OpenAI without storing API keys in code?
Correct
Microsoft Entra ID, formerly Azure AD, Managed Identities give apps a secure way to authenticate to services such as Azure OpenAI by using identity-based access.
Incorrect
Microsoft Entra ID, formerly Azure AD, Managed Identities give apps a secure way to authenticate to services such as Azure OpenAI by using identity-based access.
Unattempted
Microsoft Entra ID, formerly Azure AD, Managed Identities give apps a secure way to authenticate to services such as Azure OpenAI by using identity-based access.
Question 25 of 60
25. Question
You are designing a bot for a hardware store. If a user asks about “Drills,“ the bot should ask whether they want “Cordless“ or “Hammer Drills.“ What is this conversational element called?
Correct
Slot Filling is the process where a bot identifies and collects the specific information, or entities, needed to complete a task or answer a query.
Incorrect
Slot Filling is the process where a bot identifies and collects the specific information, or entities, needed to complete a task or answer a query.
Unattempted
Slot Filling is the process where a bot identifies and collects the specific information, or entities, needed to complete a task or answer a query.
Question 26 of 60
26. Question
Scenario: You are building an app for an international airport. The app needs to detect the language of a passenger‘s typed query and then translate it into English for processing. Which service is used first?
Correct
Language Detection must be performed first so the source language is identified before the translation service processes the text.
Incorrect
Language Detection must be performed first so the source language is identified before the translation service processes the text.
Unattempted
Language Detection must be performed first so the source language is identified before the translation service processes the text.
Question 27 of 60
27. Question
Which field attribute in an Azure AI Search index lets a user narrow search results through a sidebar with categories such as “Brand“ or “Price Range“?
Correct
The “Facetable“ attribute is used specifically to generate hit counts by category, which lets users drill down into search results.
Incorrect
The “Facetable“ attribute is used specifically to generate hit counts by category, which lets users drill down into search results.
Unattempted
The “Facetable“ attribute is used specifically to generate hit counts by category, which lets users drill down into search results.
Question 28 of 60
28. Question
An organization wants to stop its AI model from being “poisoned“ by users who provide false information during a conversation. Which technique is most effective?
Correct
A read-only, verified knowledge source keeps the model‘s “truth“ based on an authoritative database rather than untrusted user input.
Incorrect
A read-only, verified knowledge source keeps the model‘s “truth“ based on an authoritative database rather than untrusted user input.
Unattempted
A read-only, verified knowledge source keeps the model‘s “truth“ based on an authoritative database rather than untrusted user input.
Question 29 of 60
29. Question
Scenario: You are building an app that automatically tags car images with their “Make“ and “Model.“ Which AI Builder model should you use?
Correct
Image Classification is used when you need to apply a label, such as a car brand, to an entire image.
Incorrect
Image Classification is used when you need to apply a label, such as a car brand, to an entire image.
Unattempted
Image Classification is used when you need to apply a label, such as a car brand, to an entire image.
Question 30 of 60
30. Question
You need to create a bot that replies in the same style as a specific historical figure. Where should you specify this instruction?
Correct
The System Message sets the persona and stylistic constraints that the model must follow during the conversation.
Incorrect
The System Message sets the persona and stylistic constraints that the model must follow during the conversation.
Unattempted
The System Message sets the persona and stylistic constraints that the model must follow during the conversation.
Question 31 of 60
31. Question
In AI, what is a “Semantic Kernel“?
Correct
Semantic Kernel is the SDK developers use to orchestrate AI services with traditional programming languages.
Incorrect
Semantic Kernel is the SDK developers use to orchestrate AI services with traditional programming languages.
Unattempted
Semantic Kernel is the SDK developers use to orchestrate AI services with traditional programming languages.
Question 32 of 60
32. Question
When setting up a custom plugin in Copilot Studio to connect to an external API, which authentication method makes the bot act on behalf of the logged-in user?
Correct
OAuth2 with Entra ID supports delegated permissions, so the bot can securely access data that is specific to the user.
Incorrect
OAuth2 with Entra ID supports delegated permissions, so the bot can securely access data that is specific to the user.
Unattempted
OAuth2 with Entra ID supports delegated permissions, so the bot can securely access data that is specific to the user.
Question 33 of 60
33. Question
Which Azure AI service would you use to detect whether a person in a video is wearing a safety helmet?
Correct
Azure AI Vision‘s spatial analysis and object detection features are used to identify specific objects such as Personal Protective Equipment (PPE).
Incorrect
Azure AI Vision‘s spatial analysis and object detection features are used to identify specific objects such as Personal Protective Equipment (PPE).
Unattempted
Azure AI Vision‘s spatial analysis and object detection features are used to identify specific objects such as Personal Protective Equipment (PPE).
Question 34 of 60
34. Question
What is the main purpose of “Semantic Ranking“ in an Azure AI Search index?
Correct
Semantic ranking uses language models to interpret the intent of a query, helping the most relevant results appear first.
Incorrect
Semantic ranking uses language models to interpret the intent of a query, helping the most relevant results appear first.
Unattempted
Semantic ranking uses language models to interpret the intent of a query, helping the most relevant results appear first.
Question 35 of 60
35. Question
In RAG, what does “Chunking“ mean?
Correct
Chunking is needed because LLMs have context window limits; smaller segments help retrieve the most relevant information.
Incorrect
Chunking is needed because LLMs have context window limits; smaller segments help retrieve the most relevant information.
Unattempted
Chunking is needed because LLMs have context window limits; smaller segments help retrieve the most relevant information.
Question 36 of 60
36. Question
Scenario: A healthcare provider needs to extract medical conditions and medication dosages from doctor‘s notes. Which specific service is designed for this?
Correct
Azure AI Health Insights, specifically Health Text Analytics, is optimized to identify and structure complex medical entities.
Incorrect
Azure AI Health Insights, specifically Health Text Analytics, is optimized to identify and structure complex medical entities.
Unattempted
Azure AI Health Insights, specifically Health Text Analytics, is optimized to identify and structure complex medical entities.
Question 37 of 60
37. Question
Scenario: You are building an app to scan warehouse shelves. You need to determine whether a specific shelf is “Empty“ or “Full.“ Which AI Builder model type should you train?
Correct
Image Classification categorizes an entire image, or a specific area, into predefined labels such as “Empty“ or “Full.“
Incorrect
Image Classification categorizes an entire image, or a specific area, into predefined labels such as “Empty“ or “Full.“
Unattempted
Image Classification categorizes an entire image, or a specific area, into predefined labels such as “Empty“ or “Full.“
Question 38 of 60
38. Question
A customer service agent needs a summary of a long chat transcript to quickly understand the case history. Which Azure AI Language feature should be used?
Correct
Conversation Summarization is tuned specifically to extract key points and resolutions from multi-turn dialogues.
Incorrect
Conversation Summarization is tuned specifically to extract key points and resolutions from multi-turn dialogues.
Unattempted
Conversation Summarization is tuned specifically to extract key points and resolutions from multi-turn dialogues.
Question 39 of 60
39. Question
A developer is creating a global news aggregator that must group similar articles together, even when the articles are written in different languages. Which technology is the best choice?
Correct
Cross-lingual embeddings place different languages in the same vector space, so the system can identify that “Apple“ in English and “Manzana“ in Spanish are semantically similar.
Incorrect
Cross-lingual embeddings place different languages in the same vector space, so the system can identify that “Apple“ in English and “Manzana“ in Spanish are semantically similar.
Unattempted
Cross-lingual embeddings place different languages in the same vector space, so the system can identify that “Apple“ in English and “Manzana“ in Spanish are semantically similar.
Question 40 of 60
40. Question
In Microsoft Copilot Studio, what is the purpose of “Variable Value“ in a conversational flow?
Correct
Variables serve as the bot‘s short-term memory, helping it retain details the user provided earlier in the session.
Incorrect
Variables serve as the bot‘s short-term memory, helping it retain details the user provided earlier in the session.
Unattempted
Variables serve as the bot‘s short-term memory, helping it retain details the user provided earlier in the session.
Question 41 of 60
41. Question
Which specific AI Builder model should you use to automatically identify and extract the “Vendor Name“ and “Invoice Date“ from an image of a receipt?
Correct
The Prebuilt Receipt model is trained specifically to detect key-value pairs commonly present in financial receipts and invoices.
Incorrect
The Prebuilt Receipt model is trained specifically to detect key-value pairs commonly present in financial receipts and invoices.
Unattempted
The Prebuilt Receipt model is trained specifically to detect key-value pairs commonly present in financial receipts and invoices.
Question 42 of 60
42. Question
An insurance company uses AI to review photos of car accidents and estimate repair costs. Which Azure service is the most logical place to start?
Correct
Custom Vision lets the company train a model to recognize specific types of vehicle damage and estimate how severe they are.
Incorrect
Custom Vision lets the company train a model to recognize specific types of vehicle damage and estimate how severe they are.
Unattempted
Custom Vision lets the company train a model to recognize specific types of vehicle damage and estimate how severe they are.
Question 43 of 60
43. Question
Scenario: You want to trigger a Power Automate flow whenever an AI agent detects a “High Priority“ customer complaint. Which component manages the logic?
Correct
Plugins in Copilot Studio let the agent take actions, such as starting an automated workflow based on the conversation context.
Incorrect
Plugins in Copilot Studio let the agent take actions, such as starting an automated workflow based on the conversation context.
Unattempted
Plugins in Copilot Studio let the agent take actions, such as starting an automated workflow based on the conversation context.
Question 44 of 60
44. Question
Which Copilot Studio setting lets the bot search public websites to answer when a specific topic is not found?
Correct
Generative Answers let the bot “boost“ its knowledge by searching designated websites or SharePoint sites in real time.
Incorrect
Generative Answers let the bot “boost“ its knowledge by searching designated websites or SharePoint sites in real time.
Unattempted
Generative Answers let the bot “boost“ its knowledge by searching designated websites or SharePoint sites in real time.
Question 45 of 60
45. Question
Scenario: A developer wants to build a bot that can query a real-time stock price database. Which component serves as the bridge between the bot and the database API?
Correct
Custom Connectors let Power Platform tools securely communicate with external REST APIs or databases.
Incorrect
Custom Connectors let Power Platform tools securely communicate with external REST APIs or databases.
Unattempted
Custom Connectors let Power Platform tools securely communicate with external REST APIs or databases.
Question 46 of 60
46. Question
A legal firm needs to extract the “Effective Date“ and “Contracting Parties“ from thousands of unique lease agreements. Which Azure AI service is the most efficient choice?
Correct
Azure AI Document Intelligence provides prebuilt and custom models for extracting specific fields and structures from documents.
Incorrect
Azure AI Document Intelligence provides prebuilt and custom models for extracting specific fields and structures from documents.
Unattempted
Azure AI Document Intelligence provides prebuilt and custom models for extracting specific fields and structures from documents.
Question 47 of 60
47. Question
In Azure AI Search, what is the function of “Semantic Ranking“?
Correct
Semantic Ranking greatly improves search relevance by understanding the intent and context behind a search query.
Incorrect
Semantic Ranking greatly improves search relevance by understanding the intent and context behind a search query.
Unattempted
Semantic Ranking greatly improves search relevance by understanding the intent and context behind a search query.
Question 48 of 60
48. Question
In the context of Large Language Models, what is “Few-shot Learning“?
Correct
Few-shot learning uses in-context examples to help the model understand the required format or logic for a task.
Incorrect
Few-shot learning uses in-context examples to help the model understand the required format or logic for a task.
Unattempted
Few-shot learning uses in-context examples to help the model understand the required format or logic for a task.
Question 49 of 60
49. Question
Which Microsoft service delivers the “Vector Store“ capabilities needed for high-performance RAG architectures in the Azure ecosystem?
Correct
Azure AI Search provides vector indexing and search, which are required to match user queries with the most relevant data chunks.
Incorrect
Azure AI Search provides vector indexing and search, which are required to match user queries with the most relevant data chunks.
Unattempted
Azure AI Search provides vector indexing and search, which are required to match user queries with the most relevant data chunks.
Question 50 of 60
50. Question
Which Microsoft service is used to govern AI usage, including auditing which users interact with specific models?
Correct
Microsoft Purview provides data governance and auditing capabilities that track how sensitive data is used in AI applications.
Incorrect
Microsoft Purview provides data governance and auditing capabilities that track how sensitive data is used in AI applications.
Unattempted
Microsoft Purview provides data governance and auditing capabilities that track how sensitive data is used in AI applications.
Question 51 of 60
51. Question
Which AI Builder model should you use to automatically detect and extract “Total Amount Due“ and “Tax“ from different utility bills?
Correct
The Prebuilt Invoice Processing model is specifically trained to identify and extract common financial document fields, such as totals, dates, and vendor names.
Incorrect
The Prebuilt Invoice Processing model is specifically trained to identify and extract common financial document fields, such as totals, dates, and vendor names.
Unattempted
The Prebuilt Invoice Processing model is specifically trained to identify and extract common financial document fields, such as totals, dates, and vendor names.
Question 52 of 60
52. Question
Which Azure AI service is needed to translate a live audio stream from German to English during a multi-party meeting?
Correct
The Speech Translation feature in Azure AI Speech can take in audio and return both text-based and speech-based translation in near real time.
Incorrect
The Speech Translation feature in Azure AI Speech can take in audio and return both text-based and speech-based translation in near real time.
Unattempted
The Speech Translation feature in Azure AI Speech can take in audio and return both text-based and speech-based translation in near real time.
Question 53 of 60
53. Question
What does “Zero-shot Prompting“ mean?
Correct
Zero-shot prompting depends on the model‘s pre-trained knowledge to complete a request without receiving specific examples in the prompt.
Incorrect
Zero-shot prompting depends on the model‘s pre-trained knowledge to complete a request without receiving specific examples in the prompt.
Unattempted
Zero-shot prompting depends on the model‘s pre-trained knowledge to complete a request without receiving specific examples in the prompt.
Question 54 of 60
54. Question
What is “Temperature“ used for in a generative AI model?
Correct
A higher temperature produces more creative or random output, while a lower temperature, near 0, makes the model more deterministic.
Incorrect
A higher temperature produces more creative or random output, while a lower temperature, near 0, makes the model more deterministic.
Unattempted
A higher temperature produces more creative or random output, while a lower temperature, near 0, makes the model more deterministic.
Question 55 of 60
55. Question
Which part of a “RAG“ architecture selects the most relevant “Chunk“ of data to send to the LLM?
Correct
The Retrieval Engine searches the vector index to locate the data chunks that are most semantically similar for inclusion in the AI‘s prompt context.
Incorrect
The Retrieval Engine searches the vector index to locate the data chunks that are most semantically similar for inclusion in the AI‘s prompt context.
Unattempted
The Retrieval Engine searches the vector index to locate the data chunks that are most semantically similar for inclusion in the AI‘s prompt context.
Question 56 of 60
56. Question
A travel agency bot must confirm whether a user wants a “Window“ or “Aisle“ seat. If the user only says “Window,“ which Copilot Studio feature captures that choice?
Correct
Slot filling captures the entity value, such as the seat type, from the user‘s natural language and stores it in a variable.
Incorrect
Slot filling captures the entity value, such as the seat type, from the user‘s natural language and stores it in a variable.
Unattempted
Slot filling captures the entity value, such as the seat type, from the user‘s natural language and stores it in a variable.
Question 57 of 60
57. Question
Scenario: You are using Azure AI Video Indexer and need to locate the exact timestamp when a specific person appears on screen. Which feature gives you this information?
Correct
Video Indexer detects faces and provides a timeline showing each point where a specific person appears during the video.
Incorrect
Video Indexer detects faces and provides a timeline showing each point where a specific person appears during the video.
Unattempted
Video Indexer detects faces and provides a timeline showing each point where a specific person appears during the video.
Question 58 of 60
58. Question
What is “Chain-of-Thought“ prompting?
Correct
Chain-of-Thought, or CoT, prompting improves performance on complex tasks by making the model state the logic that leads to its conclusion.
Incorrect
Chain-of-Thought, or CoT, prompting improves performance on complex tasks by making the model state the logic that leads to its conclusion.
Unattempted
Chain-of-Thought, or CoT, prompting improves performance on complex tasks by making the model state the logic that leads to its conclusion.
Question 59 of 60
59. Question
A university needs to automatically sort thousands of research papers into “Physics,“ “Biology,“ or “Chemistry“ based only on the abstract text. Which AI Builder tool is the best fit?
Correct
In AI Builder, Category Classification is built to assign text to predefined categories by using historical examples.
Incorrect
In AI Builder, Category Classification is built to assign text to predefined categories by using historical examples.
Unattempted
In AI Builder, Category Classification is built to assign text to predefined categories by using historical examples.
Question 60 of 60
60. Question
What is the role of the “Top P“ parameter in an LLM configuration?
Correct
Top P, also called Nucleus Sampling, is an alternative to Temperature that manages output diversity by narrowing the pool of possible word choices.
Incorrect
Top P, also called Nucleus Sampling, is an alternative to Temperature that manages output diversity by narrowing the pool of possible word choices.
Unattempted
Top P, also called Nucleus Sampling, is an alternative to Temperature that manages output diversity by narrowing the pool of possible word choices.
X
Use Page numbers below to navigate to other practice tests