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 6 "
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 Azure service acts as a “Gatekeeper“ to enforce rate limits for custom APIs used by an AI agent?
Correct
Azure APIM allows you to secure, throttle, and monitor the APIs that your intelligent applications and plugins consume.
Incorrect
Azure APIM allows you to secure, throttle, and monitor the APIs that your intelligent applications and plugins consume.
Unattempted
Azure APIM allows you to secure, throttle, and monitor the APIs that your intelligent applications and plugins consume.
Question 2 of 60
2. Question
In “Responsible AI,“ which principle requires that an AI system should not be a “black box“ and its decisions should be explainable?
Correct
Transparency ensures that the logic and data behind AI decisions are clear and understandable to stakeholders.
Incorrect
Transparency ensures that the logic and data behind AI decisions are clear and understandable to stakeholders.
Unattempted
Transparency ensures that the logic and data behind AI decisions are clear and understandable to stakeholders.
Question 3 of 60
3. Question
A developer is building a RAG-based application for a law firm. Which search technique is most effective for finding concepts rather than exact words?
Correct
Vector search uses embeddings to find information based on semantic meaning and context, even if the keywords differ from the query.
Incorrect
Vector search uses embeddings to find information based on semantic meaning and context, even if the keywords differ from the query.
Unattempted
Vector search uses embeddings to find information based on semantic meaning and context, even if the keywords differ from the query.
Question 4 of 60
4. Question
In Copilot Studio, what is the purpose of the “On Message Received“ system trigger?
Correct
This trigger allows for global logic, such as data logging, PII masking, or pre-processing text, every time a user sends a message.
Incorrect
This trigger allows for global logic, such as data logging, PII masking, or pre-processing text, every time a user sends a message.
Unattempted
This trigger allows for global logic, such as data logging, PII masking, or pre-processing text, every time a user sends a message.
Question 5 of 60
5. Question
In a RAG architecture, what is “Top K“ retrieval?
Correct
Top K refers to the number of the most relevant context pieces retrieved from the index to be sent to the LLM for grounding.
Incorrect
Top K refers to the number of the most relevant context pieces retrieved from the index to be sent to the LLM for grounding.
Unattempted
Top K refers to the number of the most relevant context pieces retrieved from the index to be sent to the LLM for grounding.
Question 6 of 60
6. Question
Which tool is used to evaluate the “Groundedness“ of an AI response by comparing it to the retrieved context during testing?
Correct
Azure AI Studio provides evaluation tools to calculate metrics like groundedness, coherence, and relevance.
Incorrect
Azure AI Studio provides evaluation tools to calculate metrics like groundedness, coherence, and relevance.
Unattempted
Azure AI Studio provides evaluation tools to calculate metrics like groundedness, coherence, and relevance.
Question 7 of 60
7. Question
What does the “Nucleus Sampling“ (Top P) parameter specifically control in an LLM‘s response generation?
Correct
Top P limits the model‘s word choices to the most likely candidates until their combined probability reaches P, ensuring high-quality variety.
Incorrect
Top P limits the model‘s word choices to the most likely candidates until their combined probability reaches P, ensuring high-quality variety.
Unattempted
Top P limits the model‘s word choices to the most likely candidates until their combined probability reaches P, ensuring high-quality variety.
Question 8 of 60
8. Question
What does the “Frequency Penalty“ parameter in an LLM do?
Correct
Frequency penalty reduces the likelihood of the model repeating tokens that have already appeared frequently in the output.
Incorrect
Frequency penalty reduces the likelihood of the model repeating tokens that have already appeared frequently in the output.
Unattempted
Frequency penalty reduces the likelihood of the model repeating tokens that have already appeared frequently in the output.
Question 9 of 60
9. Question
Scenario: You want to create a Copilot agent that can pull real-time weather data from an external API. Which Power Platform component is the bridge?
Correct
Custom Connectors allow Power Platform tools to communicate with any service that has a RESTful API.
Incorrect
Custom Connectors allow Power Platform tools to communicate with any service that has a RESTful API.
Unattempted
Custom Connectors allow Power Platform tools to communicate with any service that has a RESTful API.
Question 10 of 60
10. 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 to track how sensitive data is used within AI applications.
Incorrect
Microsoft Purview provides data governance and auditing to track how sensitive data is used within AI applications.
Unattempted
Microsoft Purview provides data governance and auditing to track how sensitive data is used within AI applications.
Question 11 of 60
11. Question
Which AI Builder feature should be used to identify specific objects, such as “Solar Panels,“ from high-resolution satellite imagery?
Correct
Object Detection is designed to recognize and locate specific visual entities and their counts within an image or video frame.
Incorrect
Object Detection is designed to recognize and locate specific visual entities and their counts within an image or video frame.
Unattempted
Object Detection is designed to recognize and locate specific visual entities and their counts within an image or video frame.
Question 12 of 60
12. Question
Scenario: You need to extract “Project Codes“ and “Billing Amounts“ from a thousand unstructured email threads. Which AI Builder model is most efficient?
Correct
Entity Extraction is specifically designed to pull structured pieces of data (entities) from unstructured natural language text.
Incorrect
Entity Extraction is specifically designed to pull structured pieces of data (entities) from unstructured natural language text.
Unattempted
Entity Extraction is specifically designed to pull structured pieces of data (entities) from unstructured natural language text.
Question 13 of 60
13. Question
What is “Zero-shot“ prompting in the context of an Intelligent App?
Correct
Zero-shot prompting relies on the modelÂ’s internal general knowledge to fulfill a request without specific task guidance.
Incorrect
Zero-shot prompting relies on the modelÂ’s internal general knowledge to fulfill a request without specific task guidance.
Unattempted
Zero-shot prompting relies on the modelÂ’s internal general knowledge to fulfill a request without specific task guidance.
Question 14 of 60
14. Question
Which parameter should be decreased to make an AI bot‘s responses more consistent and less “creative“?
Correct
Lowering the temperature (approaching 0) makes the model more focused on the most probable tokens.
Incorrect
Lowering the temperature (approaching 0) makes the model more focused on the most probable tokens.
Unattempted
Lowering the temperature (approaching 0) makes the model more focused on the most probable tokens.
Question 15 of 60
15. Question
What is the primary benefit of “Implicit Sharing“ for AI connections in a Power App?
Correct
Implicit sharing allows the app creator to share the “capability“ of the AI without granting users direct access to the service keys.
Incorrect
Implicit sharing allows the app creator to share the “capability“ of the AI without granting users direct access to the service keys.
Unattempted
Implicit sharing allows the app creator to share the “capability“ of the AI without granting users direct access to the service keys.
Question 16 of 60
16. Question
Scenario: You want to restrict an AI‘s response to be exactly 150 characters. Which parameter provides a hard limit on the generation length?
Correct
Max Tokens sets a firm boundary on the number of tokens generated, which directly controls the physical length of the output.
Incorrect
Max Tokens sets a firm boundary on the number of tokens generated, which directly controls the physical length of the output.
Unattempted
Max Tokens sets a firm boundary on the number of tokens generated, which directly controls the physical length of the output.
Question 17 of 60
17. Question
Which Azure AI service provides a dedicated environment to test and compare different LLMs using the same prompt?
Correct
The Azure AI Studio Playground allows developers to iteratively test, compare, and refine prompts across different models.
Incorrect
The Azure AI Studio Playground allows developers to iteratively test, compare, and refine prompts across different models.
Unattempted
The Azure AI Studio Playground allows developers to iteratively test, compare, and refine prompts across different models.
Question 18 of 60
18. Question
What is the primary purpose of a “Stop Sequence“ in an LLM API request?
Correct
Stop sequences prevent the model from rambling by terminating the response once a specific character (like a closing tag) is hit.
Incorrect
Stop sequences prevent the model from rambling by terminating the response once a specific character (like a closing tag) is hit.
Unattempted
Stop sequences prevent the model from rambling by terminating the response once a specific character (like a closing tag) is hit.
Question 19 of 60
19. Question
Scenario: You are building an agent that must interact with a legacy ERP system that only supports SOAP APIs. Which component is required in the Power Platform to allow Copilot to talk to this system?
Correct
Custom Connectors allow the Power Platform to wrap REST or SOAP APIs, providing a bridge for Copilot to perform actions in legacy systems.
Incorrect
Custom Connectors allow the Power Platform to wrap REST or SOAP APIs, providing a bridge for Copilot to perform actions in legacy systems.
Unattempted
Custom Connectors allow the Power Platform to wrap REST or SOAP APIs, providing a bridge for Copilot to perform actions in legacy systems.
Question 20 of 60
20. Question
What is “Zero-shot“ prompting?
Correct
Zero-shot prompting relies on the model‘s internal general knowledge to fulfill a request without specific task guidance.
Incorrect
Zero-shot prompting relies on the model‘s internal general knowledge to fulfill a request without specific task guidance.
Unattempted
Zero-shot prompting relies on the model‘s internal general knowledge to fulfill a request without specific task guidance.
Question 21 of 60
21. Question
Which Microsoft service acts as the central hub for managing data governance and tracking AI access to sensitive data?
Correct
Microsoft Purview is the unified data governance solution that helps manage and track data lineage, classification, and compliance.
Incorrect
Microsoft Purview is the unified data governance solution that helps manage and track data lineage, classification, and compliance.
Unattempted
Microsoft Purview is the unified data governance solution that helps manage and track data lineage, classification, and compliance.
Question 22 of 60
22. Question
Scenario: You are building a Power App that must identify a specific machine part from a photo and pull up its manual. Which two services are needed?
Correct
AI Builder identifies the visual object, and Dataverse stores the metadata and links to the associated manuals.
Incorrect
AI Builder identifies the visual object, and Dataverse stores the metadata and links to the associated manuals.
Unattempted
AI Builder identifies the visual object, and Dataverse stores the metadata and links to the associated manuals.
Question 23 of 60
23. Question
In a “Hybrid Search“ configuration, what is the “Alpha“ parameter used for?
Correct
The Alpha parameter determines how much the search engine relies on semantic (vector) scores vs. traditional keyword scores.
Incorrect
The Alpha parameter determines how much the search engine relies on semantic (vector) scores vs. traditional keyword scores.
Unattempted
The Alpha parameter determines how much the search engine relies on semantic (vector) scores vs. traditional keyword scores.
Question 24 of 60
24. Question
Scenario: A customer service bot needs to verify a user‘s identity by asking for a 6-digit code sent via SMS. Which tool handles the SMS delivery?
Correct
Power Automate can connect to SMS providers (like Twilio or ACS) to handle the transactional messaging required for verification.
Incorrect
Power Automate can connect to SMS providers (like Twilio or ACS) to handle the transactional messaging required for verification.
Unattempted
Power Automate can connect to SMS providers (like Twilio or ACS) to handle the transactional messaging required for verification.
Question 25 of 60
25. Question
Which Microsoft Dataverse feature allows you to audit exactly which data was accessed by an AI agent during a specific session?
Correct
Audit logs track data changes and access, which is critical for compliance and security in enterprise AI applications.
Incorrect
Audit logs track data changes and access, which is critical for compliance and security in enterprise AI applications.
Unattempted
Audit logs track data changes and access, which is critical for compliance and security in enterprise AI applications.
Question 26 of 60
26. Question
What is the primary role of a “System Message“ (System Prompt)?
Correct
The system message provides the “inner core“ instructions, defining the AI‘s identity and boundaries.
Incorrect
The system message provides the “inner core“ instructions, defining the AI‘s identity and boundaries.
Unattempted
The system message provides the “inner core“ instructions, defining the AI‘s identity and boundaries.
Question 27 of 60
27. Question
Which Microsoft service allows you to define “Data Loss Prevention“ (DLP) policies to control which connectors can be used with AI agents?
Correct
The Power Platform Admin Center is used to manage DLP policies that prevent sensitive data from being moved between unauthorized connectors.
Incorrect
The Power Platform Admin Center is used to manage DLP policies that prevent sensitive data from being moved between unauthorized connectors.
Unattempted
The Power Platform Admin Center is used to manage DLP policies that prevent sensitive data from being moved between unauthorized connectors.
Question 28 of 60
28. Question
Scenario: You need to build a bot that detects if a user is “Angry,“ “Neutral,“ or “Happy“ to route them to a human. Which service is best?
Correct
Sentiment Analysis evaluates text to determine emotional tone, which is vital for escalation logic in support bots.
Incorrect
Sentiment Analysis evaluates text to determine emotional tone, which is vital for escalation logic in support bots.
Unattempted
Sentiment Analysis evaluates text to determine emotional tone, which is vital for escalation logic in support bots.
Question 29 of 60
29. Question
What is the purpose of “Temperature“ in an AI model?
Correct
Higher temperature results in more creative/random output; lower temperature (near 0) makes the model more deterministic.
Incorrect
Higher temperature results in more creative/random output; lower temperature (near 0) makes the model more deterministic.
Unattempted
Higher temperature results in more creative/random output; lower temperature (near 0) makes the model more deterministic.
Question 30 of 60
30. Question
Scenario: You need to translate a technical manual from English to 20 different languages while keeping the original layout intact. Which service is best?
Correct
Document Translation is a specific feature that translates entire files while preserving original formatting and structure.
Incorrect
Document Translation is a specific feature that translates entire files while preserving original formatting and structure.
Unattempted
Document Translation is a specific feature that translates entire files while preserving original formatting and structure.
Question 31 of 60
31. Question
What is a “System Topic“ in Copilot Studio?
Correct
System topics are the foundational logic blocks built into every bot to handle common conversational scenarios.
Incorrect
System topics are the foundational logic blocks built into every bot to handle common conversational scenarios.
Unattempted
System topics are the foundational logic blocks built into every bot to handle common conversational scenarios.
Question 32 of 60
32. Question
Scenario: You need to extract “Project Names“ and “Budget Amounts“ from a thousand unstructured email threads. Which AI Builder model is best?
Correct
Entity Extraction is specifically built to identify and pull structured data points from unstructured natural language text.
Incorrect
Entity Extraction is specifically built to identify and pull structured data points from unstructured natural language text.
Unattempted
Entity Extraction is specifically built to identify and pull structured data points from unstructured natural language text.
Question 33 of 60
33. Question
Which Dataverse feature ensures that a Copilot agent can only see records belonging to the user‘s specific business unit?
Correct
Security Roles combined with Business Units define the horizontal data access boundaries within an organization.
Incorrect
Security Roles combined with Business Units define the horizontal data access boundaries within an organization.
Unattempted
Security Roles combined with Business Units define the horizontal data access boundaries within an organization.
Question 34 of 60
34. Question
Scenario: You want to ensure an AI agent‘s responses are not biased against a specific demographic group. Which principle are you upholding?
Correct
Fairness focuses on ensuring that AI systems treat all people equitably and do not perpetuate or introduce social bias.
Incorrect
Fairness focuses on ensuring that AI systems treat all people equitably and do not perpetuate or introduce social bias.
Unattempted
Fairness focuses on ensuring that AI systems treat all people equitably and do not perpetuate or introduce social bias.
Question 35 of 60
35. Question
In Copilot Studio, you want to ensure that if a user says ‘Help‘, the bot always redirects them to the ‘Support‘ topic. Which feature should you use?
Correct
Global trigger phrases ensure that specific intents can interrupt and redirect the conversation flow from any point in the session.
Incorrect
Global trigger phrases ensure that specific intents can interrupt and redirect the conversation flow from any point in the session.
Unattempted
Global trigger phrases ensure that specific intents can interrupt and redirect the conversation flow from any point in the session.
Question 36 of 60
36. Question
A developer wants to evaluate a new prompt version against a set of ‘ground truth‘ answers. Which Azure AI Studio environment is designed for this?
Correct
The Evaluation feature allows developers to run bulk tests and calculate metrics like Groundedness and Coherence against specific datasets.
Incorrect
The Evaluation feature allows developers to run bulk tests and calculate metrics like Groundedness and Coherence against specific datasets.
Unattempted
The Evaluation feature allows developers to run bulk tests and calculate metrics like Groundedness and Coherence against specific datasets.
Question 37 of 60
37. Question
What is the primary function of “Semantic Kernel“ (SK) in the Microsoft AI ecosystem?
Correct
Semantic Kernel is the orchestration SDK used to build AI agents that can “think“ (LLM) and “do“ (Plugins/Functions).
Incorrect
Semantic Kernel is the orchestration SDK used to build AI agents that can “think“ (LLM) and “do“ (Plugins/Functions).
Unattempted
Semantic Kernel is the orchestration SDK used to build AI agents that can “think“ (LLM) and “do“ (Plugins/Functions).
Question 38 of 60
38. Question
Scenario: You need to extract “Part Numbers“ from a video stream of a moving assembly line. Which service is required?
Correct
Azure AI Vision can extract text (OCR) from images and video frames in real-time, even in motion.
Incorrect
Azure AI Vision can extract text (OCR) from images and video frames in real-time, even in motion.
Unattempted
Azure AI Vision can extract text (OCR) from images and video frames in real-time, even in motion.
Question 39 of 60
39. Question
What does the “Presence Penalty“ parameter discourage in a model‘s completion?
Correct
Presence penalty increases the likelihood of the model introducing new topics rather than staying on existing ones.
Incorrect
Presence penalty increases the likelihood of the model introducing new topics rather than staying on existing ones.
Unattempted
Presence penalty increases the likelihood of the model introducing new topics rather than staying on existing ones.
Question 40 of 60
40. Question
Which Microsoft service provides the “Model Catalog,“ allowing developers to choose between GPT-4, Llama 3, and Mistral models?
Correct
Azure AI Studio‘s Model Catalog is the central hub for discovering and deploying both frontier and open-source models.
Incorrect
Azure AI Studio‘s Model Catalog is the central hub for discovering and deploying both frontier and open-source models.
Unattempted
Azure AI Studio‘s Model Catalog is the central hub for discovering and deploying both frontier and open-source models.
Question 41 of 60
41. Question
Scenario: You want an AI to write a poem in the style of Shakespeare. Where is the best place to define this persona?
Correct
The System Message is where you define the tone, persona, and stylistic constraints for the AI model.
Incorrect
The System Message is where you define the tone, persona, and stylistic constraints for the AI model.
Unattempted
The System Message is where you define the tone, persona, and stylistic constraints for the AI model.
Question 42 of 60
42. Question
What is the primary purpose of “Few-shot Prompting“?
Correct
Few-shot prompting provides context through 2–5 examples, helping the model understand complex or highly specific output requirements.
Incorrect
Few-shot prompting provides context through 2–5 examples, helping the model understand complex or highly specific output requirements.
Unattempted
Few-shot prompting provides context through 2–5 examples, helping the model understand complex or highly specific output requirements.
Question 43 of 60
43. Question
Which tool is used to visually design the sequence of topics and actions in a Copilot agent?
Correct
The Canvas is the visual drag-and-drop environment used to orchestrate the conversational logic of an agent.
Incorrect
The Canvas is the visual drag-and-drop environment used to orchestrate the conversational logic of an agent.
Unattempted
The Canvas is the visual drag-and-drop environment used to orchestrate the conversational logic of an agent.
Question 44 of 60
44. Question
In a “Hybrid Search“ configuration, what is the “Alpha“ parameter usually used for?
Correct
Alpha determines how much the search engine values keyword matching versus semantic similarity.
Incorrect
Alpha determines how much the search engine values keyword matching versus semantic similarity.
Unattempted
Alpha determines how much the search engine values keyword matching versus semantic similarity.
Question 45 of 60
45. Question
Scenario: You are building an agent that must perform a calculation and then update a legacy SQL database. Which tool is best?
Correct
Power Automate flows act as the “skills“ that allow an agent to perform actions across 1,000+ available connectors.
Incorrect
Power Automate flows act as the “skills“ that allow an agent to perform actions across 1,000+ available connectors.
Unattempted
Power Automate flows act as the “skills“ that allow an agent to perform actions across 1,000+ available connectors.
Question 46 of 60
46. Question
Which component in a RAG architecture is responsible for converting the user‘s natural language query into a vector?
Correct
The embedding model converts text into numerical vectors to enable similarity matching against indexed data.
Incorrect
The embedding model converts text into numerical vectors to enable similarity matching against indexed data.
Unattempted
The embedding model converts text into numerical vectors to enable similarity matching against indexed data.
Question 47 of 60
47. Question
In the context of LLMs, what does the term “Grounding“ refer to?
Correct
Grounding ensures that the AIÂ’s responses are “anchored“ to your specific business data rather than general training knowledge.
Incorrect
Grounding ensures that the AIÂ’s responses are “anchored“ to your specific business data rather than general training knowledge.
Unattempted
Grounding ensures that the AIÂ’s responses are “anchored“ to your specific business data rather than general training knowledge.
Question 48 of 60
48. Question
What is a “Hallucination“ in a Large Language Model?
Correct
Hallucinations occur when a model generates plausible-sounding but false information not supported by its training.
Incorrect
Hallucinations occur when a model generates plausible-sounding but false information not supported by its training.
Unattempted
Hallucinations occur when a model generates plausible-sounding but false information not supported by its training.
Question 49 of 60
49. Question
Which tool is used to monitor the “Health“ and “Latency“ of an Azure OpenAI endpoint in real-time?
Correct
Azure Monitor provides telemetry, logs, and alerts for Azure AI services to ensure operational reliability and performance tracking.
Incorrect
Azure Monitor provides telemetry, logs, and alerts for Azure AI services to ensure operational reliability and performance tracking.
Unattempted
Azure Monitor provides telemetry, logs, and alerts for Azure AI services to ensure operational reliability and performance tracking.
Question 50 of 60
50. Question
Scenario: An HR agent must detect if a user‘s question contains a “Vacation Request“ intent. Which service handles this mapping?
Correct
CLU is the specific service used to map natural language utterances to specific business intents or actions.
Incorrect
CLU is the specific service used to map natural language utterances to specific business intents or actions.
Unattempted
CLU is the specific service used to map natural language utterances to specific business intents or actions.
Question 51 of 60
51. Question
Scenario: You want to restrict an AI bot to only answer in “French“ regardless of the user‘s input language. Where is the best place to define this?
Correct
The System Message defines the core behavior, persona, and linguistic constraints (like language) for the AI session.
Incorrect
The System Message defines the core behavior, persona, and linguistic constraints (like language) for the AI session.
Unattempted
The System Message defines the core behavior, persona, and linguistic constraints (like language) for the AI session.
Question 52 of 60
52. Question
Which AI Builder model would you use to predict if a credit card transaction is “Fraudulent“ or “Legitimate“ based on historical data?
Correct
Prediction models are designed to forecast binary or multiple outcomes based on historical patterns in your data.
Incorrect
Prediction models are designed to forecast binary or multiple outcomes based on historical patterns in your data.
Unattempted
Prediction models are designed to forecast binary or multiple outcomes based on historical patterns in your data.
Question 53 of 60
53. Question
Scenario: You are building an agent that needs to look up a user‘s loyalty points in a legacy system via a REST API. Which node in Copilot Studio is used?
Correct
Power Automate flows act as the bridge between Copilot Studio and external systems via standard or custom connectors.
Incorrect
Power Automate flows act as the bridge between Copilot Studio and external systems via standard or custom connectors.
Unattempted
Power Automate flows act as the bridge between Copilot Studio and external systems via standard or custom connectors.
Question 54 of 60
54. Question
Scenario: A developer wants to build a Copilot that summarizes a user‘s recent SharePoint files. Which feature provides this connectivity?
Correct
Copilot Studio allows you to add SharePoint or OneDrive as a Knowledge Source to enable generative answers from your files.
Incorrect
Copilot Studio allows you to add SharePoint or OneDrive as a Knowledge Source to enable generative answers from your files.
Unattempted
Copilot Studio allows you to add SharePoint or OneDrive as a Knowledge Source to enable generative answers from your files.
Question 55 of 60
55. 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?
Correct
Power Automate acts as the logic engine that allows an agent to perform multi-step actions across different connectors.
Incorrect
Power Automate acts as the logic engine that allows an agent to perform multi-step actions across different connectors.
Unattempted
Power Automate acts as the logic engine that allows an agent to perform multi-step actions across different connectors.
Question 56 of 60
56. Question
What does “Zero-shot Prompting“ mean?
Correct
Zero-shot prompting relies on the model‘s pre-trained knowledge to fulfill a request without being given specific examples.
Incorrect
Zero-shot prompting relies on the model‘s pre-trained knowledge to fulfill a request without being given specific examples.
Unattempted
Zero-shot prompting relies on the model‘s pre-trained knowledge to fulfill a request without being given specific examples.
Question 57 of 60
57. Question
Which Azure AI service provides ‘Speech Translation‘, capable of translating spoken words into another language in real-time?
Correct
The Azure AI Speech service includes unified capabilities for Speech-to-Text, Text-to-Speech, and real-time Speech Translation.
Incorrect
The Azure AI Speech service includes unified capabilities for Speech-to-Text, Text-to-Speech, and real-time Speech Translation.
Unattempted
The Azure AI Speech service includes unified capabilities for Speech-to-Text, Text-to-Speech, and real-time Speech Translation.
Question 58 of 60
58. Question
In Copilot Studio, what is the purpose of “Variable Value“ in a conversational flow?
Correct
Variables act as the bot‘s short-term memory, allowing it to remember details provided by the user earlier in the session.
Incorrect
Variables act as the bot‘s short-term memory, allowing it to remember details provided by the user earlier in the session.
Unattempted
Variables act as the bot‘s short-term memory, allowing it to remember details provided by the user earlier in the session.
Question 59 of 60
59. Question
Scenario: You want to restrict an AI‘s response to exactly 50 words. Which parameter provides a hard limit on the length of the output?
Correct
Max Tokens sets a hard limit on the generation length, which is crucial for managing both output size and token consumption costs.
Incorrect
Max Tokens sets a hard limit on the generation length, which is crucial for managing both output size and token consumption costs.
Unattempted
Max Tokens sets a hard limit on the generation length, which is crucial for managing both output size and token consumption costs.
Question 60 of 60
60. Question
Which component of a RAG architecture converts the user‘s query into a vector?
Correct
The embedding model converts text into numerical vectors so it can be compared against the indexed data.
Incorrect
The embedding model converts text into numerical vectors so it can be compared against the indexed data.
Unattempted
The embedding model converts text into numerical vectors so it can be compared against the indexed data.
X
Use Page numbers below to navigate to other practice tests