AB-410 Exam Questions Total Questions: 1200 – 20 Mock Exams
Practice Set 1
Time limit: 0
0 of 60 questions completed
Questions:
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
Information
Click on Start Test
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 1 "
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
What is the primary purpose of “Tokenization“ in an LLM pipeline?
Correct
Tokenization is the process of converting text into a format (tokens) that the transformer architecture can understand and manipulate.
Incorrect
Tokenization is the process of converting text into a format (tokens) that the transformer architecture can understand and manipulate.
Unattempted
Tokenization is the process of converting text into a format (tokens) that the transformer architecture can understand and manipulate.
Question 2 of 60
2. Question
In a Retrieval-Augmented Generation (RAG) workflow, what is the role of the “Vector Store“?
Correct
The Vector Store holds the numerical representations (embeddings) of your data, allowing the system to quickly find relevant context for a prompt.
Incorrect
The Vector Store holds the numerical representations (embeddings) of your data, allowing the system to quickly find relevant context for a prompt.
Unattempted
The Vector Store holds the numerical representations (embeddings) of your data, allowing the system to quickly find relevant context for a prompt.
Question 3 of 60
3. Question
You need to implement a solution that identifies whether an uploaded image contains adult content or violence. Which Azure AI Vision feature is required?
Correct
The “Adult“ feature in Azure AI Vision‘s Image Analysis is specifically tuned to detect mature, racy, or violent content.
Incorrect
The “Adult“ feature in Azure AI Vision‘s Image Analysis is specifically tuned to detect mature, racy, or violent content.
Unattempted
The “Adult“ feature in Azure AI Vision‘s Image Analysis is specifically tuned to detect mature, racy, or violent content.
Question 4 of 60
4. Question
Which “Responsible AI“ principle ensures that AI systems do not discriminate against individuals based on sensitive traits like gender or ethnicity?
Correct
The Fairness principle mandates that AI systems should treat all people equally and avoid biased outcomes.
Incorrect
The Fairness principle mandates that AI systems should treat all people equally and avoid biased outcomes.
Unattempted
The Fairness principle mandates that AI systems should treat all people equally and avoid biased outcomes.
Question 5 of 60
5. Question
Scenario: A customer service bot needs to verify a user‘s identity by sending a 6-digit code via SMS. Which Power Platform component should be used to send the SMS?
Correct
Power Automate provides the connectivity to external messaging services to handle transactional tasks like sending SMS codes.
Incorrect
Power Automate provides the connectivity to external messaging services to handle transactional tasks like sending SMS codes.
Unattempted
Power Automate provides the connectivity to external messaging services to handle transactional tasks like sending SMS codes.
Question 6 of 60
6. Question
In a vector database like Azure AI Search, what does “Cosine Similarity“ measure?
Correct
Cosine similarity is a metric used to determine how similar two vectors are by measuring the cosine of the angle between them.
Incorrect
Cosine similarity is a metric used to determine how similar two vectors are by measuring the cosine of the angle between them.
Unattempted
Cosine similarity is a metric used to determine how similar two vectors are by measuring the cosine of the angle between them.
Question 7 of 60
7. Question
In the AB-410 framework, what does “Groundedness“ measure in an AI evaluation?
Correct
Groundedness evaluates whether the modelÂ’s response is factually derived from the reference context provided, rather than fabricated.
Incorrect
Groundedness evaluates whether the modelÂ’s response is factually derived from the reference context provided, rather than fabricated.
Unattempted
Groundedness evaluates whether the modelÂ’s response is factually derived from the reference context provided, rather than fabricated.
Question 8 of 60
8. Question
Scenario: You are building an agent for a global team. You need it to automatically detect the user‘s language and respond in the same language. Which component handles this?
Correct
Language Detection identifies the source language, which can then be used to route the conversation or translate the output.
Incorrect
Language Detection identifies the source language, which can then be used to route the conversation or translate the output.
Unattempted
Language Detection identifies the source language, which can then be used to route the conversation or translate the output.
Question 9 of 60
9. Question
Which Azure AI service should be used to extract key-value pairs and table data from scanned invoices automatically?
Correct
Azure AI Document Intelligence is specifically designed to extract text, key-value pairs, and structural data from documents like invoices.
Incorrect
Azure AI Document Intelligence is specifically designed to extract text, key-value pairs, and structural data from documents like invoices.
Unattempted
Azure AI Document Intelligence is specifically designed to extract text, key-value pairs, and structural data from documents like invoices.
Question 10 of 60
10. Question
What is “Fine-tuning“ as opposed to “RAG“ (Retrieval-Augmented Generation)?
Correct
Fine-tuning retrains the model on specific data to change its behavior or knowledge; RAG provides external context to a pre-trained model at query time.
Incorrect
Fine-tuning retrains the model on specific data to change its behavior or knowledge; RAG provides external context to a pre-trained model at query time.
Unattempted
Fine-tuning retrains the model on specific data to change its behavior or knowledge; RAG provides external context to a pre-trained model at query time.
Question 11 of 60
11. Question
Scenario: You are developing a healthcare application. You must ensure that no patient names are stored in the AI‘s training logs. Which technique should you implement?
Correct
PII Redaction involves identifying and removing or masking sensitive data like names and IDs before the data is logged or processed.
Incorrect
PII Redaction involves identifying and removing or masking sensitive data like names and IDs before the data is logged or processed.
Unattempted
PII Redaction involves identifying and removing or masking sensitive data like names and IDs before the data is logged or processed.
Question 12 of 60
12. Question
What does the “Frequency Penalty“ parameter do?
Correct
Frequency Penalty penalizes tokens based on their existing frequency in the text, discouraging repetitive output.
Incorrect
Frequency Penalty penalizes tokens based on their existing frequency in the text, discouraging repetitive output.
Unattempted
Frequency Penalty penalizes tokens based on their existing frequency in the text, discouraging repetitive output.
Question 13 of 60
13. Question
Scenario: You are designing an intelligent Power App for a HR department. The app needs to summarize long employee handbooks stored in PDF format. Which AI Builder model is most efficient for this specific task?
Correct
The Text Summarization pre-built model is designed to provide concise versions of long-form text documents like handbooks.
Incorrect
The Text Summarization pre-built model is designed to provide concise versions of long-form text documents like handbooks.
Unattempted
The Text Summarization pre-built model is designed to provide concise versions of long-form text documents like handbooks.
Question 14 of 60
14. Question
Scenario: A developer needs to perform a “Proximity Search“ on geographic data within a Dataverse table to find the nearest service centers. Which technology must be enabled?
Correct
Dataverse supports geospatial data types and functions that allow apps to calculate distances and find records based on geographic coordinates.
Incorrect
Dataverse supports geospatial data types and functions that allow apps to calculate distances and find records based on geographic coordinates.
Unattempted
Dataverse supports geospatial data types and functions that allow apps to calculate distances and find records based on geographic coordinates.
Question 15 of 60
15. Question
Which field type in Dataverse is specifically designed to store high-dimensional vectors for use in AI similarity searches?
Correct
Microsoft is introducing a native Vector data type in Dataverse to support efficient storage and retrieval of embeddings for RAG-based applications.
Incorrect
Microsoft is introducing a native Vector data type in Dataverse to support efficient storage and retrieval of embeddings for RAG-based applications.
Unattempted
Microsoft is introducing a native Vector data type in Dataverse to support efficient storage and retrieval of embeddings for RAG-based applications.
Question 16 of 60
16. Question
What is a “System Prompt“ (or System Message) in the context of an AI agent?
Correct
The System Prompt acts as the “inner instructions“ that tell the AI how to behave (e.g., “You are a helpful assistant that only uses professional language“).
Incorrect
The System Prompt acts as the “inner instructions“ that tell the AI how to behave (e.g., “You are a helpful assistant that only uses professional language“).
Unattempted
The System Prompt acts as the “inner instructions“ that tell the AI how to behave (e.g., “You are a helpful assistant that only uses professional language“).
Question 17 of 60
17. Question
Scenario: A travel app needs to translate text found in a photo of a restaurant menu. Which two services are likely combined here?
Correct
Azure AI Vision is needed to extract the text from the image (OCR), and Azure AI Translator is used to convert that text to the target language.
Incorrect
Azure AI Vision is needed to extract the text from the image (OCR), and Azure AI Translator is used to convert that text to the target language.
Unattempted
Azure AI Vision is needed to extract the text from the image (OCR), and Azure AI Translator is used to convert that text to the target language.
Question 18 of 60
18. Question
Which Microsoft framework is primarily used by developers to build “Agentic“ workflows using Python or C# to orchestrate multiple LLM calls?
Correct
Semantic Kernel is an open-source SDK that lets you easily combine AI services with conventional programming languages to build agents.
Incorrect
Semantic Kernel is an open-source SDK that lets you easily combine AI services with conventional programming languages to build agents.
Unattempted
Semantic Kernel is an open-source SDK that lets you easily combine AI services with conventional programming languages to build agents.
Question 19 of 60
19. Question
Scenario: You want to build a “Translator App“ using Power Apps. The app should take a photo of a sign and read the translated text aloud. Which three AI Builder / AI Services are needed?
Correct
Text Recognition (OCR) extracts the text, Translator changes the language, and Text-to-Speech (TTS) provides the audio output.
Incorrect
Text Recognition (OCR) extracts the text, Translator changes the language, and Text-to-Speech (TTS) provides the audio output.
Unattempted
Text Recognition (OCR) extracts the text, Translator changes the language, and Text-to-Speech (TTS) provides the audio output.
Question 20 of 60
20. Question
Scenario: You want to allow users to ask questions about data stored in an Excel file via a Copilot agent. What is the easiest way to achieve this?
Correct
Copilot Studio allows you to upload files (including Excel or PDFs) directly as Knowledge Sources to enable the bot to answer questions based on that data.
Incorrect
Copilot Studio allows you to upload files (including Excel or PDFs) directly as Knowledge Sources to enable the bot to answer questions based on that data.
Unattempted
Copilot Studio allows you to upload files (including Excel or PDFs) directly as Knowledge Sources to enable the bot to answer questions based on that data.
Question 21 of 60
21. Question
Which Microsoft service provides “Content Filtering“ to prevent the model from generating hateful or violent content?
Correct
Azure AI Content Safety is a dedicated service that checks both input (prompts) and output (completions) for harmful content categories.
Incorrect
Azure AI Content Safety is a dedicated service that checks both input (prompts) and output (completions) for harmful content categories.
Unattempted
Azure AI Content Safety is a dedicated service that checks both input (prompts) and output (completions) for harmful content categories.
Question 22 of 60
22. Question
What is the primary benefit of using “Vector Search“ over “Keyword Search“ in an intelligent application?
Correct
Vector search uses embeddings to find results that are conceptually related to the query, even if the exact words don‘t match.
Incorrect
Vector search uses embeddings to find results that are conceptually related to the query, even if the exact words don‘t match.
Unattempted
Vector search uses embeddings to find results that are conceptually related to the query, even if the exact words don‘t match.
Question 23 of 60
23. Question
When using “Prompt Builder“ in Power Platform, what is the significance of adding “Context“ or “Grounding Data“ to your prompt?
Correct
Grounding provides the AI with the specific “truth“ (like a product list) to ensure its generated answer is factually accurate.
Incorrect
Grounding provides the AI with the specific “truth“ (like a product list) to ensure its generated answer is factually accurate.
Unattempted
Grounding provides the AI with the specific “truth“ (like a product list) to ensure its generated answer is factually accurate.
Question 24 of 60
24. Question
Which Microsoft Dataverse feature is critical for ensuring that an intelligent application only accesses data the current user is authorized to see?
Correct
Security Roles and Business Units define the scope of data access, ensuring AI agents respect organizational boundaries and permissions.
Incorrect
Security Roles and Business Units define the scope of data access, ensuring AI agents respect organizational boundaries and permissions.
Unattempted
Security Roles and Business Units define the scope of data access, ensuring AI agents respect organizational boundaries and permissions.
Question 25 of 60
25. Question
Which Azure service provides a managed environment for fine-tuning, deploying, and managing the lifecycle of open-source models like Llama or Mistral?
Correct
Azure AI Studio is the unified platform for building, evaluating, and deploying AI models, including the Model Catalog for open-source options.
Incorrect
Azure AI Studio is the unified platform for building, evaluating, and deploying AI models, including the Model Catalog for open-source options.
Unattempted
Azure AI Studio is the unified platform for building, evaluating, and deploying AI models, including the Model Catalog for open-source options.
Question 26 of 60
26. Question
What is a “Prompt“ in the world of Intelligent Applications?
Correct
A prompt is the text or instruction given to an LLM that guides what it should generate or do.
Incorrect
A prompt is the text or instruction given to an LLM that guides what it should generate or do.
Unattempted
A prompt is the text or instruction given to an LLM that guides what it should generate or do.
Question 27 of 60
27. Question
Which AI Builder feature allows you to train a model to recognize your company‘s specific product logos in social media images?
Correct
Object Detection can be trained to identify and locate specific items (like logos or products) within an image.
Incorrect
Object Detection can be trained to identify and locate specific items (like logos or products) within an image.
Unattempted
Object Detection can be trained to identify and locate specific items (like logos or products) within an image.
Question 28 of 60
28. Question
In Microsoft‘s AI strategy, what is the role of “Copilot Studio“ in relation to “Power Apps“?
Correct
Copilot Studio is the orchestration layer used to build the “brains“ (agents) that can then be hosted within Power Apps or other channels.
Incorrect
Copilot Studio is the orchestration layer used to build the “brains“ (agents) that can then be hosted within Power Apps or other channels.
Unattempted
Copilot Studio is the orchestration layer used to build the “brains“ (agents) that can then be hosted within Power Apps or other channels.
Question 29 of 60
29. Question
What is the primary difference between a “Small Language Model“ (SLM) and a “Large Language Model“ (LLM)?
Correct
SLMs (like the Phi-3 family) have fewer parameters, making them faster and cheaper to run on edge devices compared to massive LLMs.
Incorrect
SLMs (like the Phi-3 family) have fewer parameters, making them faster and cheaper to run on edge devices compared to massive LLMs.
Unattempted
SLMs (like the Phi-3 family) have fewer parameters, making them faster and cheaper to run on edge devices compared to massive LLMs.
Question 30 of 60
30. Question
What does the “Coherence“ metric evaluate in a generated response?
Correct
Coherence measures the logical consistency and smooth transition of ideas within the AI-generated text.
Incorrect
Coherence measures the logical consistency and smooth transition of ideas within the AI-generated text.
Unattempted
Coherence measures the logical consistency and smooth transition of ideas within the AI-generated text.
Question 31 of 60
31. Question
Which AI Builder model would you use to predict whether a customer is likely to churn (leave the service) based on their historical payment data in Dataverse?
Correct
The Prediction model analyzes historical patterns to estimate the likelihood of future outcomes (Yes/No or binary results).
Incorrect
The Prediction model analyzes historical patterns to estimate the likelihood of future outcomes (Yes/No or binary results).
Unattempted
The Prediction model analyzes historical patterns to estimate the likelihood of future outcomes (Yes/No or binary results).
Question 32 of 60
32. Question
Which component is required to connect a Power Virtual Agent (Copilot) to an on-premises SQL database?
Correct
The On-premises Data Gateway acts as a bridge, providing quick and secure data transfer between on-premises data and Microsoft Cloud services.
Incorrect
The On-premises Data Gateway acts as a bridge, providing quick and secure data transfer between on-premises data and Microsoft Cloud services.
Unattempted
The On-premises Data Gateway acts as a bridge, providing quick and secure data transfer between on-premises data and Microsoft Cloud services.
Question 33 of 60
33. Question
Which Power Pages feature allows a developer to use natural language to generate an entire multi-step form and its associated Dataverse table?
Correct
The Copilot pane in the Power Pages Design Studio allows users to describe the form they need, and it automatically creates the Dataverse table and form layout.
Incorrect
The Copilot pane in the Power Pages Design Studio allows users to describe the form they need, and it automatically creates the Dataverse table and form layout.
Unattempted
The Copilot pane in the Power Pages Design Studio allows users to describe the form they need, and it automatically creates the Dataverse table and form layout.
Question 34 of 60
34. Question
Which Microsoft service is used to define “Data Loss Prevention“ (DLP) policies that prevent sensitive AI-generated data from being shared externally?
Correct
The Power Platform Admin Center is where administrators configure DLP policies to control how data is shared through connectors and AI agents.
Incorrect
The Power Platform Admin Center is where administrators configure DLP policies to control how data is shared through connectors and AI agents.
Unattempted
The Power Platform Admin Center is where administrators configure DLP policies to control how data is shared through connectors and AI agents.
Question 35 of 60
35. Question
When configuring an Azure AI Search index, which field attribute must be enabled to allow the field to be used in a “where“ clause?
Correct
The “Filterable“ attribute allows the field to be used in $filter queries to narrow down search results based on specific criteria.
Incorrect
The “Filterable“ attribute allows the field to be used in $filter queries to narrow down search results based on specific criteria.
Unattempted
The “Filterable“ attribute allows the field to be used in $filter queries to narrow down search results based on specific criteria.
Question 36 of 60
36. Question
Scenario: A logistics company wants to use AI to automatically summarize long shipping manifests into a short paragraph. Which model capability is required?
Correct
Generative AI models excel at understanding long-form text and condensing it into concise summaries while maintaining key facts.
Incorrect
Generative AI models excel at understanding long-form text and condensing it into concise summaries while maintaining key facts.
Unattempted
Generative AI models excel at understanding long-form text and condensing it into concise summaries while maintaining key facts.
Question 37 of 60
37. Question
You are developing a chatbot that needs to detect the sentiment of user messages in real-time. Which API is most appropriate?
Correct
The Sentiment Analysis feature is a core capability of Azure AI Language, used to detect positive, negative, or neutral tones in text.
Incorrect
The Sentiment Analysis feature is a core capability of Azure AI Language, used to detect positive, negative, or neutral tones in text.
Unattempted
The Sentiment Analysis feature is a core capability of Azure AI Language, used to detect positive, negative, or neutral tones in text.
Question 38 of 60
38. Question
What is the role of “Adaptive Cards“ in an intelligent application?
Correct
Adaptive Cards are a platform-agnostic way to show snippets of UI (like buttons, images, and text blocks) generated by an AI bot.
Incorrect
Adaptive Cards are a platform-agnostic way to show snippets of UI (like buttons, images, and text blocks) generated by an AI bot.
Unattempted
Adaptive Cards are a platform-agnostic way to show snippets of UI (like buttons, images, and text blocks) generated by an AI bot.
Question 39 of 60
39. Question
In the “Responsible AI“ framework, “Inclusiveness“ refers to:
Correct
Inclusiveness ensures that AI applications empower everyone and address the needs of diverse populations, regardless of ability or background.
Incorrect
Inclusiveness ensures that AI applications empower everyone and address the needs of diverse populations, regardless of ability or background.
Unattempted
Inclusiveness ensures that AI applications empower everyone and address the needs of diverse populations, regardless of ability or background.
Question 40 of 60
40. Question
Scenario: You are building an app for a global law firm. The app must translate highly technical legal jargon from Japanese to English. Which service provides the highest quality for this domain-specific task?
Correct
Custom Translator allows you to train the translation engine on your own domain-specific terminology (like legal or medical jargon) for better accuracy.
Incorrect
Custom Translator allows you to train the translation engine on your own domain-specific terminology (like legal or medical jargon) for better accuracy.
Unattempted
Custom Translator allows you to train the translation engine on your own domain-specific terminology (like legal or medical jargon) for better accuracy.
Question 41 of 60
41. Question
Scenario: An AI agent is generating responses that are too long and wordy. Which parameter should you decrease to make it more concise?
Correct
Reducing Max Tokens sets a lower limit on the output length, forcing the model to be more brief.
Incorrect
Reducing Max Tokens sets a lower limit on the output length, forcing the model to be more brief.
Unattempted
Reducing Max Tokens sets a lower limit on the output length, forcing the model to be more brief.
Question 42 of 60
42. Question
Which tool provides a “No-Code“ interface for creating custom AI models that can extract specific fields from a standard business form?
Correct
AI Builder provides a user-friendly, no-code interface within Power Apps and Power Automate to train and use custom document processing models.
Incorrect
AI Builder provides a user-friendly, no-code interface within Power Apps and Power Automate to train and use custom document processing models.
Unattempted
AI Builder provides a user-friendly, no-code interface within Power Apps and Power Automate to train and use custom document processing models.
Question 43 of 60
43. Question
What is the primary purpose of the “Prompt Settings“ in the Power Platform Prompt Builder?
Correct
Input variables allow the prompt to be dynamic, pulling in data from Dataverse or a Power Automate flow to provide specific context.
Incorrect
Input variables allow the prompt to be dynamic, pulling in data from Dataverse or a Power Automate flow to provide specific context.
Unattempted
Input variables allow the prompt to be dynamic, pulling in data from Dataverse or a Power Automate flow to provide specific context.
Question 44 of 60
44. Question
Which Dataverse feature allows you to run complex business logic in response to a “Plugin“ event triggered by an AI agent?
Correct
Dataverse Plug-ins are custom code snippets that execute on the server side to handle complex data validation or external integrations.
Incorrect
Dataverse Plug-ins are custom code snippets that execute on the server side to handle complex data validation or external integrations.
Unattempted
Dataverse Plug-ins are custom code snippets that execute on the server side to handle complex data validation or external integrations.
Question 45 of 60
45. Question
Scenario: You are building a legal assistant app. The app must only answer questions based on the uploaded legal documents and say “I don‘t know“ for anything else. This is an example of what?
Correct
Grounding ensures the model‘s responses are based strictly on the provided context (the legal documents) and prevents hallucinations.
Incorrect
Grounding ensures the model‘s responses are based strictly on the provided context (the legal documents) and prevents hallucinations.
Unattempted
Grounding ensures the model‘s responses are based strictly on the provided context (the legal documents) and prevents hallucinations.
Question 46 of 60
46. Question
When deploying an AI agent to Microsoft Teams, which manifest setting is required to allow the bot to interact using Adaptive Cards?
Correct
While many settings exist, ensuring the bot can handle rich media like Adaptive Cards is essential for interactive intelligent applications.
Incorrect
While many settings exist, ensuring the bot can handle rich media like Adaptive Cards is essential for interactive intelligent applications.
Unattempted
While many settings exist, ensuring the bot can handle rich media like Adaptive Cards is essential for interactive intelligent applications.
Question 47 of 60
47. Question
Which component of Azure AI Search is responsible for pulling data from a source (like Azure SQL) into an index?
Correct
The Indexer is the crawler that connects to a data source, reads the data, and serializes it into the search index.
Incorrect
The Indexer is the crawler that connects to a data source, reads the data, and serializes it into the search index.
Unattempted
The Indexer is the crawler that connects to a data source, reads the data, and serializes it into the search index.
Question 48 of 60
48. Question
Which Azure AI service is best suited for extracting text and structure from a hand-written medical prescription?
Correct
Azure AI Document Intelligence includes advanced OCR capabilities specifically tuned for both printed and handwritten text in various document formats.
Incorrect
Azure AI Document Intelligence includes advanced OCR capabilities specifically tuned for both printed and handwritten text in various document formats.
Unattempted
Azure AI Document Intelligence includes advanced OCR capabilities specifically tuned for both printed and handwritten text in various document formats.
Question 49 of 60
49. Question
Which tool is used to automate the testing of many prompts simultaneously to see which one yields the best results?
Correct
Prompt Flow in Azure AI Studio allows for the creation, evaluation, and iterative testing of complex prompt logic and AI workflows.
Incorrect
Prompt Flow in Azure AI Studio allows for the creation, evaluation, and iterative testing of complex prompt logic and AI workflows.
Unattempted
Prompt Flow in Azure AI Studio allows for the creation, evaluation, and iterative testing of complex prompt logic and AI workflows.
Question 50 of 60
50. Question
Scenario: A developer wants to use a model that is extremely fast and low-cost for a simple summarization task. Which Azure OpenAI model is the best choice?
Correct
Models like GPT-4o-mini or GPT-3.5 Turbo are optimized for speed and cost-efficiency compared to larger models like GPT-4.
Incorrect
Models like GPT-4o-mini or GPT-3.5 Turbo are optimized for speed and cost-efficiency compared to larger models like GPT-4.
Unattempted
Models like GPT-4o-mini or GPT-3.5 Turbo are optimized for speed and cost-efficiency compared to larger models like GPT-4.
Question 51 of 60
51. Question
A developer wants to limit an AI bot‘s response to exactly 150 words. Which API parameter should be adjusted?
Correct
The “max_tokens“ parameter sets a hard limit on the length of the generated response (though tokens do not map perfectly to word counts).
Incorrect
The “max_tokens“ parameter sets a hard limit on the length of the generated response (though tokens do not map perfectly to word counts).
Unattempted
The “max_tokens“ parameter sets a hard limit on the length of the generated response (though tokens do not map perfectly to word counts).
Question 52 of 60
52. Question
Which metric is used to evaluate the accuracy of a classification model by comparing Predicted vs. Actual values?
Correct
A Confusion Matrix is a table used to describe the performance of a classification model on a set of data for which the true values are known.
Incorrect
A Confusion Matrix is a table used to describe the performance of a classification model on a set of data for which the true values are known.
Unattempted
A Confusion Matrix is a table used to describe the performance of a classification model on a set of data for which the true values are known.
Question 53 of 60
53. Question
Scenario: A retail app uses an LLM to answer customer queries. Recently, the AI has been providing answers based on outdated 2023 product catalogs. What is the most cost-effective way to fix this without retraining the model?
Correct
RAG allows the model to retrieve the most current information from an external data source (the 2026 catalog) before generating a response.
Incorrect
RAG allows the model to retrieve the most current information from an external data source (the 2026 catalog) before generating a response.
Unattempted
RAG allows the model to retrieve the most current information from an external data source (the 2026 catalog) before generating a response.
Question 54 of 60
54. Question
A developer needs to ensure that an LLM-based application does not generate harmful or biased content. Which tool should be integrated?
Correct
Azure AI Content Safety provides built-in filters to detect and block hate, violence, self-harm, and sexual content in AI-generated text and images.
Incorrect
Azure AI Content Safety provides built-in filters to detect and block hate, violence, self-harm, and sexual content in AI-generated text and images.
Unattempted
Azure AI Content Safety provides built-in filters to detect and block hate, violence, self-harm, and sexual content in AI-generated text and images.
Question 55 of 60
55. Question
Which tool is used to evaluate the performance of an AI model by testing it against a “Golden Dataset“ of known correct answers?
Correct
Azure AI Studio provides evaluation tools to calculate metrics like groundedness, relevance, and coherence against a test dataset.
Incorrect
Azure AI Studio provides evaluation tools to calculate metrics like groundedness, relevance, and coherence against a test dataset.
Unattempted
Azure AI Studio provides evaluation tools to calculate metrics like groundedness, relevance, and coherence against a test dataset.
Question 56 of 60
56. Question
Which “Responsible AI“ principle addresses the need for AI systems to perform reliably and safely under unexpected conditions?
Correct
Reliability and Safety focus on ensuring the AI system works as intended and does not cause harm during failures or edge cases.
Incorrect
Reliability and Safety focus on ensuring the AI system works as intended and does not cause harm during failures or edge cases.
Unattempted
Reliability and Safety focus on ensuring the AI system works as intended and does not cause harm during failures or edge cases.
Question 57 of 60
57. Question
An application must transcribe live audio into text and then translate it into five different languages simultaneously. Which service handles this?
Correct
Azure AI Speech provides Speech-to-Text and Speech Translation capabilities that can handle multi-language translation in real-time.
Incorrect
Azure AI Speech provides Speech-to-Text and Speech Translation capabilities that can handle multi-language translation in real-time.
Unattempted
Azure AI Speech provides Speech-to-Text and Speech Translation capabilities that can handle multi-language translation in real-time.
Question 58 of 60
58. Question
Which endpoint is required to connect a custom application to an Azure OpenAI deployment?
Correct
To authenticate and send requests, an application needs the specific endpoint (API Base URL) and a valid API Key (or Token).
Incorrect
To authenticate and send requests, an application needs the specific endpoint (API Base URL) and a valid API Key (or Token).
Unattempted
To authenticate and send requests, an application needs the specific endpoint (API Base URL) and a valid API Key (or Token).
Question 59 of 60
59. Question
When using Azure OpenAI, what is the primary purpose of a “System Message“ (System Prompt)?
Correct
The System Message instructs the model on how to behave, what tone to take, and what constraints to follow during the session.
Incorrect
The System Message instructs the model on how to behave, what tone to take, and what constraints to follow during the session.
Unattempted
The System Message instructs the model on how to behave, what tone to take, and what constraints to follow during the session.
Question 60 of 60
60. Question
Scenario: You want an AI agent to automatically trigger a “Return Merchandise Authorization“ (RMA) process only after it confirms the customer‘s warranty status in a legacy ERP system. This is an example of what?
Correct
Agentic Workflow involves the AI agent making logical decisions and calling external actions (Plugins/Flows) to complete a complex business process.
Incorrect
Agentic Workflow involves the AI agent making logical decisions and calling external actions (Plugins/Flows) to complete a complex business process.
Unattempted
Agentic Workflow involves the AI agent making logical decisions and calling external actions (Plugins/Flows) to complete a complex business process.
X
Use Page numbers below to navigate to other practice tests