HomeCertificationsPMIProject Management Professional (PMP)Agile Certified Practitioner (PMI-ACP)Program Management Professional (PgMP)Oracle1Z0-1127-25:OCI Generative AI ProfessionalPython InstitutePCEP™ 30-02 – Certified Entry-Level Python ProgrammerScrumProfessional Scrum Master PSM IGoogleMachine Learning EngineerAssociate Cloud EngineerProfessional Cloud ArchitectProfessional Cloud DevOps EngineerProfessional Data EngineerProfessional Cloud Security EngineerProfessional Cloud Network EngineerCloud Digital LeaderProfessional Cloud DeveloperGenerative AI LeaderGitHubGitHub CopilotAmazonAWS Certified AI Practitioner (AIF-C01)AWS Certified Cloud Practitioner (CLF-C02)AWS Certified Data Engineer - Associate (DEA-C01)AWS Certified Developer - Associate (DVA-C02)AWS Certified DevOps Engineer - Professional (DOP-C02)AWS Certified Solutions Architect - Associate (SAA-C03)AWS Certified Security - Specialty (SCS-C02)AWS Certified SysOps Administrator - Associate (SOA-C02)AWS Certified Advanced Networking - Specialty (ANS-C01)AWS Certified Solutions Architect - Professional (SAP-C02)AWS Certified Machine Learning - Specialty (MLS-C01)AWS Certified Machine Learning - Associate (MLA-C01)MicrosoftAZ-900: Microsoft Azure FundamentalsAI-900: Microsoft Azure AI FundamentalsDP-900: Microsoft Azure Data FundamentalsAI-102: Designing and Implementing a Microsoft Azure AI SolutionAZ-204: Developing Solutions for Microsoft AzureAZ-400: Designing and Implementing Microsoft DevOps SolutionsAZ-500: Microsoft Azure Security TechnologiesAZ-305: Designing Microsoft Azure Infrastructure SolutionsDP-203: Data Engineering on Microsoft AzureAZ-104: Microsoft Azure AdministratorAZ-120: Planning and Administering Azure for SAP WorkloadsMS-900: Microsoft 365 FundamentalsAZ-700: Designing and Implementing Microsoft Azure Networking SolutionsPL-900: Microsoft Power Platform FundamentalsPRINCE2PRINCE2 FoundationITILITIL® 4 Foundation - IT Service Management CertificationSign In
logo
Home
Sign In
logo

A cutting-edge learning platform that provides professionals with the latest industry insights and skills. Stay ahead with up-to-date courses and resources designed for continuous growth.

About Us

  • Home
  • About

Links

  • Privacy policy
  • Terms of Service
  • Contact Us

Copyright © 2026 Nxt Exam

shapeshape

What Our Friends Say

Microsoft Certification

Microsoft Practice Questions, Discussions & Exam Topics by our Authors

HOTSPOT - You implement the planned changes for ASG1 and ASG2. In which NSGs can you use ASG1, and the network interfaces of w...

Author: SolarFalcon11 · Last updated May 18, 2026

You need to develop a web-based AI solution for a customer support system. Users must be able to interact with a web app that will guide them ...

To develop a web-based AI solution for a customer support system where users can interact and get guided to the best resources or answers, QnA Maker is the most suitable service. Let's go over why this option is selected and why others are rejected. A) Custom Vision - Description: Custom Vision is a service used for image classification, specifically for detecting objects in images and training a model to recognize custom categories. - Why Rejected: The customer support system requires handling text-based interactions, not image classification. Custom Vision does not address the need for understanding or responding to customer queries in natural language. - Scenario: Custom Vision would be useful if the system needed to interpret images or identify objects within images, such as identifying damaged products in a customer complaint photo. B) QnA Maker - Description: QnA Maker is a service designed to provide quick answers to questions based on a knowledge base. It allows you to create a knowledge base from FAQs, documents, and other sources and integrate it into a chatbot or web app. - Why Selected: QnA Maker is specifically tailored for creating intelligent question-answering systems. It allows users to ask questions in natural language and receive relevant, predefined answers or resources. This makes it an ideal solution for customer support systems where users need help finding specific information or solutions. - Scenario: This service is most suitable for cu...

Author: VioletCheetah55 · Last updated May 13, 2026

Which AI service should you use to create a bot from a frequently asked questions (FAQ) document?

To create a bot from a frequently asked questions (FAQ) document, the most suitable AI service is QnA Maker. Let’s explore the reasoning behind this selection and why other options are rejected. A) QnA Maker - Description: QnA Maker is a service specifically designed to build a question-and-answer system from a knowledge base, such as an FAQ document. It allows users to upload documents and automatically create a knowledge base from them. Once the knowledge base is created, the bot can respond to user queries based on that information. - Why Selected: QnA Maker is the perfect choice for transforming a FAQ document into a chatbot. It directly addresses the need to create a bot capable of answering questions based on predefined data, such as frequently asked questions. It is easy to set up and integrates well with various channels (e.g., websites, messaging apps). - Scenario: This is ideal for situations where you want to create a chatbot that helps users find answers to common questions from a knowledge base, like a FAQ document. B) Language Understanding (LUIS) - Description: LUIS is a service that helps develop natural language understanding (NLU) models to process and interpret user intent. It enables the bot to understand complex queries by extracting entities, intents, and other linguistic features. - Why Rejected: LUIS is excellent for building conversational AI models that can handle a wide range of natural language inputs, but it requires more effort to set up compared to QnA Maker. While it helps interpret user inputs, it doesn’t automatically create a knowledge base from an FAQ document. If you want to leverage complex language understanding beyond simple FA...

Author: Ming88 · Last updated May 13, 2026

HOTSPOT - To complete the sentence, select the appropriate option in the answer area. The interactive answering of questions entered by a user a...

The correct answer is: C) Conversational AI ✅ Explanation Scenario: A user enters questions into an application and the system provides interactive answers. This is exactly what conversational AI does: Enables natural language interaction between humans and machines Examples include chatbots, virtual assista...

Author: Lucas · Last updated May 13, 2026

You plan to implement JIT VM access. Which virtual machines will be supported?

To determine the most appropriate virtual machine (VM) configuration for implementing Just-In-Time (JIT) access, we need to analyze the specific requirements for JIT compilation and how it interacts with the virtual machines. The goal of JIT is to improve execution speed by compiling bytecode or intermediate representations into machine code just before execution, based on runtime profiling. Let's evaluate each option: A) VM2, VM3, and VM4 only: - VM2, VM3, and VM4 likely support dynamic compilation or have the runtime environments capable of interacting with JIT. These VMs might allow for better optimization, faster performance, or features like runtime profiling which JIT can leverage for dynamic code generation. - Reason to reject: - VM1 is excluded, which may be a general-purpose VM that can be optimized with JIT. Its exclusion could limit the performance in specific use cases where JIT could be beneficial. - This option would be chosen if VM2, VM3, and VM4 are optimized for dynamic languages or have powerful runtime systems suitable for JIT. B) VM1, VM2, VM3, and VM4: - All VMs are included. This would offer the widest support for JIT access, ensuring all major VMs are capable of JIT compilation. - Reason to reject: - This could introduce unnecessary complexity if certain VMs (such as VM1) are not well-suited for JIT, either due to lack of support or inefficiencies. It might also increase overhead for managing the JIT compilation process on a broader set of virtual machines than necessary. - This option is only practical if all VMs are capable of supporting JIT equally, but that may not be the case. C) VM1 and VM3 only: - VM1 and VM3 might have specific characteristics, such as stable runtime environments and strong support for dynamic code generati...

Author: Isabella · Last updated May 18, 2026

Which scenario is an example of a webchat bot?

The scenario that is an example of a webchat bot is D) From a website interface, answer common questions about scheduled events and ticket purchases for a music festival. Reasoning: A webchat bot typically refers to a conversational AI tool integrated into a website, where users can interact with the bot via a chat interface to ask questions and receive immediate responses. In this case, users are interacting through a website interface to get answers to specific questions about scheduled events and ticket purchases, which is a typical use case for a webchat bot. Analysis of Other Options: - A) Determine whether reviews entered on a website for a concert are positive or negative, and then add a thumbs up or thumbs down emoji to the reviews. - Why Rejected: This is more about sentiment analysis and automating the categorization of reviews, rather than answering user questions or providing interactive support. It’s a background processing task and doesn’t involve user interaction via a chat interface. - Scenario: This scenario could be handled using sentiment analysis services, but it’s not a webchat bot scenario. - B) Translate into English questions entered by customers at a kiosk so that the appropriate person can call the c...

Author: Emma Brown · Last updated May 13, 2026

DRAG DROP - You need to deploy AKS1 to meet the platform protection requirements. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. NOTE: More than one ...

Author: ThunderBear · Last updated May 18, 2026

HOTSPOT - For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Ea...

The correct answer is: A) No, Yes, No ✅ Explanation 1. You can use QnA Maker to query an Azure SQL database → No QnA Maker works with text-based sources like FAQs, documents, or webpages, not directly with SQL databases. 2. You should use QnA Maker when you want a knowledge base to provide the same answer to different users who...

Author: Sophia · Last updated May 13, 2026

You need to ensure that users can access VM0. The solution must meet the platform protection require...

To ensure that users can access VM0 while adhering to platform protection requirements, it's important to consider network security, traffic filtering, and the structure of your environment. Let’s break down the options: A) Move VM0 to Subnet1: - Analysis: Moving VM0 to Subnet1 could be beneficial if Subnet1 is part of a network architecture that is already configured for access. However, this doesn’t necessarily meet the protection requirements, as it might expose the VM to unnecessary traffic or vulnerabilities depending on the configuration of Subnet1. Subnets are useful for network segmentation, but this alone may not provide the specific network protection needed. - Reason to reject: Simply moving VM0 to a new subnet without properly considering access control or firewall settings does not guarantee the appropriate protection for platform security requirements. B) On Firewall, configure a network traffic filtering rule: - Analysis: Configuring a network traffic filtering rule on a firewall can allow or block traffic based on IP addresses, ports, or protocols. This is a good option for controlling access to VM0 by specifying who can or cannot access it. - Reason to reject: While this helps in controlling traffic flow, it might not be sufficient if the firewall is not configured to specifically manage the inbound or outbound access. Network filtering rules alone may not meet platform protection requirements if not properly tailored for VM0's specific access needs or security policies. C) Assign RT1 to AzureFirewallSubnet: - Analysis: RT1 is likely a route table that defines how traffic should be routed within a virtual network (VN) or between subnets. By assigning RT1 to the AzureFirewallSubnet, traffic routing would be controlled by Azure Firewall, helping to enforce protection. This is part of the broader security architecture that could enforce ...

Author: Evelyn · Last updated May 18, 2026

HOTSPOT - For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Ea...

Correct Answer: B) Yes, Yes, Yes Explanation (AI-900 – Azure AI Fundamentals) In Microsoft Azure Bot Service, a bot can be connected to multiple communication channels. This is a key concept tested in AI-900. 1. Cortana – Yes Azure Bot Service allows bots to be integrated with Cortana, enabling voice-based interaction with users. 2. Microsoft Teams – Yes Bots can be added to ...

Author: IronLion88 · Last updated May 13, 2026

HOTSPOT - You need to deploy Microsoft Antimalware to meet the platform protection requirements. What should you do? To answer, select the appropriate options in the ...

Author: James · Last updated May 18, 2026

HOTSPOT - For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Ea...

The correct answer is: A) Yes, Yes, No Explanation: 1. A restaurant can use a chatbot to empower customers to make reservations using a website or an app → Yes Chatbots can perform interactive tasks such as booking reservations through conversational interfaces. 2. A restaurant can use a chatbot to answer inquiries about business hours from a webpage → Y...

Author: Rahul · Last updated May 13, 2026

HOTSPOT - What is the membership of Group1 and Group2? To answer, select the appropriate options in the answer area. NOTE:...

Author: Emma · Last updated May 18, 2026

Which two scenarios are examples of a conversational AI workload? Each correct answer presents a complete solution....

The two scenarios that are examples of a conversational AI workload are B) a chatbot that provides users with the ability to find answers on a website by themselves and C) telephone voice menus to reduce the load on human resources. Explanation: B) A chatbot that provides users with the ability to find answers on a website by themselves - Why Selected: This is a clear example of conversational AI. A chatbot uses natural language processing (NLP) to interact with users, answer their questions, and guide them to the information they need. The bot engages in real-time, text-based conversations to deliver the required answers and provide users with a seamless experience. - Scenario: Ideal for customer service applications where users can ask questions about products, services, or resources, allowing them to find answers independently on a website. C) Telephone voice menus to reduce the load on human resources - Why Selected: This scenario represents a conversational AI workload because it involves voice recognition and interactive voice response (IVR) systems, which allow users to interact with a machine through spoken language. The system helps route calls or provides automated responses based on the user's selections or queries. - Scenario: Common in customer service applications where telephone systems offer voice-guided menus to direct callers to appropriate department...

Author: Madison · Last updated May 13, 2026

HOTSPOT - You are evaluating the security of the network communication between the virtual machines in Sub2. For each of the following statements, select Yes if the statement is true. O...

Author: Maya2022 · Last updated May 18, 2026

HOTSPOT - For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Ea...

Let’s carefully evaluate each statement: 1. Azure Bot Service and Azure Cognitive Services can be integrated? ✅ Yes – Azure Bot Service often integrates with Cognitive Services like Language Understanding (LUIS) or QnA Maker to handle natural language understanding, sentiment analysis, or Q&A capabilities. 2. Azure Bot Service engages with customers in a conversational manner? ✅ Yes – This is the primary purpose of Azure Bot Service: b...

Author: MysticJaguar44 · Last updated May 13, 2026

HOTSPOT - You are evaluating the effect of the application security groups on the network communication between the virtual machines in Sub2. For each of the following statements, select Yes if the statement ...

Author: Isabella · Last updated May 18, 2026

HOTSPOT - For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Ea...

The correct answer is: C) Yes, No, Yes Explanation: 1. A webchat bot can interact with users visiting a website → Yes Webchat bots are a common form of conversational AI, allowing users to interact through text on websites. 2. Automatically generating captions for pre-recorded videos is an example of conversational AI → No This is an...

Author: Liam · Last updated May 13, 2026

You need to meet the technical requirements for VNetwork1. What should you do first?

To meet the technical requirements for VNetwork1, it’s important to assess the specific requirements related to the network configuration, subnet protection, and overall security and availability needs. Let’s evaluate each option in context: A) Create a new subnet on VNetwork1: - Analysis: Creating a new subnet could be necessary if VNetwork1 is structured in a way that requires additional segmentation for security, performance, or organizational purposes. Subnets help organize and isolate network resources, ensuring more granular control over access and traffic. - Reason to reject: While adding a new subnet can help meet certain organizational or security requirements, it might not be the first step unless there is a need to segment traffic or resources. This may be a part of the overall strategy, but it doesn’t directly address other technical requirements, like network security or protection. B) Remove the NSGs from Subnet11 and Subnet13: - Analysis: NSGs (Network Security Groups) control access to subnets and VMs based on rules defining which traffic is allowed or denied. Removing NSGs from subnets might be necessary if they are too restrictive or conflicting with the desired security policies. However, removing security controls can also leave the subnets exposed to unnecessary risks, potentially violating platform security standards. - Reason to reject: Removing NSGs could leave critical subnets exposed, making them more vulnerable. Removing NSGs should only be done when there’s a clear need to modify or update security policies for specific subnets. This is typically not a good first step unless you’re confident that tighter controls will be re-applied. C) Associate an NSG to Subnet12: - Analysis: Associating an NSG (Network Security Group) with Subnet12 is an essential step to secure and control traffic for the resources in that subnet. NSGs act as a critical...

Author: NightmareDragon2025 · Last updated May 18, 2026

You have a knowledge base of frequently asked questions (FAQ). You create a bot that uses the knowledge base to respond to customer requests. You need to identify what the b...

To determine what the bot can perform using the knowledge base, we must focus on tasks that the bot is equipped to handle by default, which typically involves providing information or responding to customer queries based on stored knowledge, not actions requiring external systems, new data input, or user-specific requests. Let's go through each option: A) Register customer purchases: This task involves capturing specific customer transaction data and processing it, which requires an integration with payment systems and databases. The bot would not typically have this capability unless it's specifically designed with such integrations. The knowledge base, by itself, would not suffice for handling this. B) Register customer complaints: Similar to registering purchases, handling complaints often requires logging details, interacting with a ticketing system, or forwarding the complaint to customer service personnel. The bot could provide information about the complaint process, but it cannot "register" the complaint without additional functionality like ticket creation or database access. T...

Author: Victoria · Last updated May 13, 2026

HOTSPOT - You are evaluating the security of VM1, VM2, and VM3 in Sub2. For each of the following statements, select Yes if the statement is true. Otherwise, s...

Author: Amira · Last updated May 18, 2026

HOTSPOT - For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Hot Area: A restaurant can use a chatbot to answer queries through Cortana?. A restaurant can use a chatbot to answer inquiries about bus...

The correct answer is: B) Yes, Yes, No ✅ Explanation 1. A restaurant can use a chatbot to answer queries through Cortana → Yes Azure Bot Service allows publishing bots to channels like Cortana for user queries. 2. A restaurant can use a chatbot to answer inquiries about business hours from a...

Author: IronLion88 · Last updated May 13, 2026

HOTSPOT - You need to configure support for Microsoft Sentinel notebooks to meet the technical requirements. What is the minimum number of Azure container r...

Author: Daniel · Last updated May 18, 2026

HOTSPOT - For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Ea...

The correct answer is: B) No, Yes, Yes ✅ Explanation: 1. Chatbots can only be built by using custom code → No You can build chatbots using low-code/no-code tools like Power Virtual Agents or using prebuilt templates in Azure Bot Service. Custom code is not required. 2. The Azure Bot Service provides services that can be used t...

Author: SilverBear · Last updated May 13, 2026

From Microsoft Defender for Cloud, you need to deploy SecPol1. What should you do first?

To deploy SecPol1 using Microsoft Defender for Cloud, the first step is to Create an initiative. Reasoning: - A) Enable Microsoft Defender for Cloud: This is not the first step. Enabling Microsoft Defender for Cloud is a prerequisite for using the security capabilities, but it is a background configuration that is typically done during the initial setup phase. It does not directly address deploying a security policy like SecPol1. - B) Create an Azure Management group: While Azure Management Groups are helpful for organizing and managing multiple subscriptions, they are not the first action needed to deploy a security policy. Management groups are useful for governance, but they are not directly involved in creating or deploying initiatives (policies). - C) Create an initiative: This is the correct first step. An initiative in Microsoft Defend...

Author: Ethan · Last updated May 18, 2026

HOTSPOT - Select the answer that correctly completes the sentence. Computer vision capabilities can ...

Correct answer: C) integrate a facial recognition feature into an app. Explanation: Computer Vision is an area of AI that enables applications to interpret and understand visual information from images or videos. In Azure AI, Computer Vision services are commonly used for: Face detection and recognition Object detection Image classification OCR (reading text from images) Why option C is correct: Facial recognition requires analyzing images of faces, which is a core Comp...

Author: Zara · Last updated May 13, 2026

HOTSPOT - You assign User8 the Owner role for RG4, RG5, and RG6. In which resource groups can User8 create virtual networks and NSGs by using the Azure portal? To answer, select the appropriate op...

Author: John · Last updated May 18, 2026

You have an Azure Machine Learning pipeline that contains a Split Data module. The Split Data module outputs to a Train Model module and a Scor...

In an Azure Machine Learning pipeline, the Split Data module is primarily used to divide a dataset into two or more parts: typically a training set and a validation set. These parts are essential for training and testing the model, ensuring that the model can be evaluated against data that it hasn't already seen during the training phase. Let’s evaluate each option: A) Scaling numeric variables so that they are within a consistent numeric range: This task is typically performed using the Normalize Data or Apply Transformation modules, which scale numeric values in the dataset. The Split Data module is not responsible for scaling, so this is not the correct answer. B) Creating training and validation datasets: This is exactly the purpose of the Split Data module. It divides the dataset into training data (used to tra...

Author: Elijah · Last updated May 13, 2026

HOTSPOT - Which virtual networks in Sub1 can User9 modify and delete in their current state? To answer, select the appropriate options in the answer a...

Author: Aria · Last updated May 18, 2026

Which statement is an example of a Microsoft responsible AI principle?

The correct statement that aligns with a Microsoft responsible AI principle is B) AI systems must be transparent and inclusive. Here's why: Key reasoning for selecting B): - Transparency ensures that the workings of AI systems are understandable and accessible to people, which is a core principle of responsible AI. This allows for the detection of biases and unfair outcomes and provides clarity about how decisions are made. - Inclusivity is vital because AI systems should be designed to cater to diverse groups of people and not perpetuate existing inequalities or biases. Inclusivity ensures the technology benefits a wide range of individuals and communities, aligning with the principle of fairness. Reasons for rejecting the other options: - A) AI systems must use only publicly available data: - This is too restrictive and does not align with responsible AI principles. AI systems should prioritize privacy and ethics, ensuring they respect the confidentiality of data while being mindful of how and where data is sourced. Not all data can be deemed safe just because it's publicly available, and relying only on public data may not ensure fairness or accu...

Author: Nathan · Last updated May 13, 2026

You need to ensure that you can meet the security operations requirements. What should you do first?

To ensure that you can meet the security operations requirements, the first step is to Integrate Security Center and Microsoft Cloud App Security. Reasoning: - A) Turn on Auto Provisioning in Security Center: Auto provisioning automatically installs monitoring agents (like the Log Analytics agent) on supported resources to collect security data. While this is useful for improving visibility and monitoring, it does not directly ensure meeting security operations requirements such as proactive threat detection or policy management. It's a helpful feature but not the first step for a comprehensive security operations strategy. - B) Integrate Security Center and Microsoft Cloud App Security: This is the correct choice. Integrating Microsoft Cloud App Security with Security Center helps enhance security operations by providing deep visibility and control over cloud applications and resources. This integration enables capabilities such as app discovery, data protection, and threat detection across cloud environments, which are critical for meeting security operations requirements like proactive threat monitoring and management ...

Author: Daniel · Last updated May 18, 2026

DRAG DROP - Match the types of natural language processing workloads to the appropriate scenarios. To answer, drag the appropriate workload type from the column on the left to its scenario on the right. Each workload type may be used...

Let’s carefully analyze your question for AI-900 concepts: You have three tasks described: 1. Extracts persons, locations, and organizations from the text → This is Entity Recognition (also called Named Entity Recognition). ✅ 2. Evaluates text along a positive-negative scale → This is Sentiment Analysis. ✅ 3. Converts text to a different language → This is Translation. ✅ Now match them with the ...

Author: Ishaan · Last updated May 13, 2026

You need to reduce the load on telephone operators by implementing a chatbot to answer simple questions with predefined answers. Which two AI services should you use to achieve the goal? Each correct a...

To reduce the load on telephone operators by implementing a chatbot to answer simple questions with predefined answers, the two AI services you should use are B) Azure Bot Service and C) Language Service. Here's the reasoning for selecting and rejecting each option: Key reasoning for selecting B) Azure Bot Service: - Azure Bot Service is specifically designed to build and deploy chatbots. It provides tools to create conversational AI applications, handle interactions, and integrate with messaging platforms like websites, apps, and customer service platforms. It’s a perfect fit for your goal of reducing the load on telephone operators through a chatbot answering predefined questions. Key reasoning for selecting C) Language Service: - Language Service (previously known as Language Understanding or LUIS) allows you to build natural language processing (NLP) capabilities for understanding user input in a chatbot. It enables the chatbot to understand and interpret the intent behind user queries, even if the phrasing isn't exactly predefined. This will enhance the chatbot’s ability to provide accurate responses to simple questions. Reasons for rejecting the other options: - A) Azure Machine Learning:...

Author: StarryEagle42 · Last updated May 13, 2026

DRAG DROP - Match the principles of responsible AI to the appropriate descriptions. To answer, drag the appropriate principle from the column on the left to its description on the right. Each principle may be used once, more than once, or not at all. You may nee...

We have two statements about AI systems: --- 1️⃣ “AI systems must consistently operate as intended, even under unexpected conditions.” Think: If an AI is controlling a car, a robot, or a medical device, it must keep working correctly even if something unusual happens (like a sudden network lag, unexpected input, or sensor glitch). This is about dependability and safe operation, which in AI ethics is called Reliability and Safety. Key points: consistent behavior, robustness under unforeseen situations, predictable outcomes. ✅ --- 2️⃣ “AI systems must protect and secure personal and business information.” This is about protecting sensitive data from misuse, breaches, or unauthorized access. In AI ethics and governance, this falls under Privacy and Securi...

Author: Aria · Last updated May 13, 2026

During the process of Machine Learning, when should you review evaluation metrics.

The correct answer is D) After you test a model on the validation data. Here’s the reasoning for selecting this option and rejecting the others: Key reasoning for selecting D) After you test a model on the validation data: - Evaluation metrics should be reviewed after testing the model on the validation data because they help you assess the performance of your trained model. At this stage, you have a model that has been trained and tested, and evaluation metrics give you a quantifiable way to judge how well the model is performing with unseen data (i.e., validation data). - Common evaluation metrics (e.g., accuracy, precision, recall, F1-score) provide insights into whether the model is underfitting, overfitting, or generalizing well. This helps in deciding if further improvements or tuning are necessary. Reasons for rejecting the other options: - A) Before you train a model: - While understanding the evaluation metrics beforehand can guide your overall approach, reviewing evaluation metrics before training is premature. At this point, you haven't yet built a model, so the evaluation metrics won't help assess its performance. The evaluation metrics are most useful once you have trained and tested a model. - B) After you clean the data: ...

Author: Madison · Last updated May 13, 2026

You have a natural language processing (NLP) model that was created by using data obtained without permission. Which Mic...

The breach described in the scenario pertains to data obtained without permission for the creation of the NLP model. The Microsoft principle for responsible AI that this violates is B) privacy and security. Explanation: - B) Privacy and Security: This principle emphasizes the need to ensure that AI systems respect users' privacy and protect their data from unauthorized access or misuse. Using data without permission directly violates this principle because it involves collecting and utilizing data in a way that breaches individuals' privacy rights and disregards consent protocols. The data used for training the model must be gathered with clear and informed consent, aligning with privacy standards. Why the other options are rejected: - A) Reliability and Safety: This principle is about ensuring that AI systems are robust and perform reliably. It focuses on making sure the system functions correctly, minimizes risks, and can be trusted. While using unauthorized data could impact the system's effectiveness or lead to issues, this specific breach relates to unauthorized data usage, which concerns privacy more than reliability. - C) Inclusiveness: This principle addresses ensuring that AI systems are inclusive and consider diverse perspectives, needs, and accessibility. While it’s important f...

Author: Henry · Last updated May 13, 2026

HOTSPOT Ensuring an Al system does not provide a prediction when important fields contain unusual or missing values is __________ principle for responsib...

The correct answer is: C) a reliability and safety ✅ Explanation: Reliability and safety in responsible AI focuses on making sure AI systems behave predictably and safely, even when inputs are unusual, incomplete, or missing. By not providing predictions when important fields are missing or abnormal, the AI avoids making unreliable or uns...

Author: Elijah · Last updated May 13, 2026

DRAG DROP Match the services to the appropriate descriptions. To answer, drag the appropriate service from the column on the left to its description on the right. Each service may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selecti...

The correct answer is: A) Language Service, Speech ✅ Explanation: 1. Enables the use of natural language to query a knowledge base → Language Service Language Service (part of Azure Cognitive Services) provides natural language understanding, allowing users to ask questions in plain language and get answers from a knowledge base. 2. Enables the real-time transcription of speec...

Author: Lucas Carter · Last updated May 13, 2026

Which machine learning technique can be used for anomaly detection?

The machine learning technique that can be used for anomaly detection is D) A machine learning technique that analyzes data over time and identifies unusual changes. Explanation: - D) A machine learning technique that analyzes data over time and identifies unusual changes is most directly associated with anomaly detection. This type of technique typically involves time series analysis or statistical anomaly detection methods to find patterns that deviate significantly from the norm, which is the core purpose of anomaly detection. Anomaly detection is commonly used in fraud detection, network security, and predictive maintenance, where identifying unusual patterns is critical. Why the other options are rejected: - A) A machine learning technique that classifies objects based on user supplied images refers to image classification. This technique is used to categorize objects into predefined classes based on features in images. It is not specifically designed for anomaly detection, as its purpose is classification rather than identifying unusual or outlier data. - B) A machine learning technique that understands written and spoken language refers to natural language processing (NLP) techniques like sentiment analysis,...

Author: Evelyn · Last updated May 13, 2026

You have an AI-based loan approval system. During testing, you discover that the system has a gender bias. ...

The responsible AI principle that is violated in this case is D) fairness. Explanation: - D) Fairness: This principle ensures that AI systems make decisions that are equitable and do not exhibit bias towards specific groups, such as gender, race, or other protected characteristics. The discovery of gender bias in the AI-based loan approval system indicates that the system is not making fair decisions, as it unfairly disadvantages individuals based on their gender. Fairness is the key principle here because it directly addresses the issue of bias and ensures that AI systems treat all individuals impartially. Why the other options are rejected: - A) Accountability: This principle refers to ensuring that AI systems are responsible and that those who develop or deploy AI systems can be held accountable for their actions. While accountability is important, the issue of gender bias specifically points to a lack of fairness, not accountability. Accountability would become relevant if there was a need to identify and hold the developers or stakeholders responsible for the biased outcomes. - B) Reliability and Safety: This principle focuses on ensuring that AI systems perform consistently and safely under expected conditions. Gender bias is not a reliability or safety is...

Author: Arjun · Last updated May 13, 2026

You are developing a system to predict the prices of insurance for drivers in the United Kingdom. You need to m...

When developing a system to predict insurance prices, minimizing bias is crucial to ensure fairness and accuracy. Let's analyze each option carefully: Option A: Remove information about protected characteristics from the data before sampling. - Explanation: Protected characteristics (such as age, gender, race, etc.) are sensitive attributes that should not directly influence the pricing of insurance. However, simply removing them might not always prevent bias because these attributes could correlate with other factors like driving behavior or risk levels. Removing them without proper consideration could introduce indirect bias or lead to missing important predictors that are legitimate for assessing risk. - Reason for rejection: Although removing these characteristics seems like a way to avoid discrimination, it may not be sufficient in ensuring a fair model. The indirect effects or proxy variables could still perpetuate biases, and legitimate data could be discarded. Option B: Take a training sample that is representative of the population in the United Kingdom. - Explanation: A representative sample ensures that the model reflects the diversity of the target population. It will incorporate various types of drivers, driving behaviors, and conditions found in the United Kingdom. This ensures the system generalizes well across different groups of people and reduces the risk of bias. - Reason for selection: A representative sample minimizes bias by ensuring that the model does not disproportionately favor any specific group and reflects the diversity of the population. This approach addresses potential under-representation of certain groups and leads to more equitable predictions for insurance prices. Option C: Create a training da...

Author: Samuel · Last updated May 13, 2026

HOTSPOT - Select the answer that correctly completes the sentence.

The correct answer is: A) adding and connecting modules on a visual canvas. Explanation: Azure Machine Learning designer is a drag-and-drop, visual tool that lets you build, test, and deploy machine learning models by adding and co...

Author: Lucas · Last updated May 13, 2026

You have a dataset. You need to build an Azure Machine Learning classification model that will identify d...

When building an Azure Machine Learning classification model to identify defective products, the steps to take must be done systematically to ensure the model is accurate and effective. Let's analyze each option: Option A: Load the dataset. - Explanation: The very first step when working with any machine learning project is to load the dataset. Without the data, no model can be trained or tested. This is a prerequisite for any further steps. - Reason for selection: Loading the dataset is essential because it is the foundation for all subsequent steps, such as preprocessing, feature selection, and model training. Without data, the machine learning process cannot begin. Option B: Create a clustering model. - Explanation: Clustering is an unsupervised learning technique, which is typically used when you do not have labeled data. Since the goal is to identify defective products (a supervised classification task), a clustering model would not be appropriate here. - Reason for rejection: Clustering is not suitable for classification tasks, especially when the goal is to predict labels (defective or not) based on the data. A classification model is needed, not clustering. Option C: Split the data into training a...

Author: CrimsonViperX · Last updated May 13, 2026

You use Azure Machine Learning designer to build a model pipeline. What should you create before ...

When using Azure Machine Learning Designer to build a model pipeline, certain prerequisites are required before you can run the pipeline. Let's evaluate each option: Option A: A registered model. - Explanation: A registered model is used for deploying and managing models after they are trained. However, registering a model is typically done after training the model, not before running the pipeline. - Reason for rejection: You don’t need a registered model before running the pipeline in Azure Machine Learning Designer. The pipeline is used to train models, and the model registration happens after training, not before the pipeline is executed. Option B: A compute resource. - Explanation: A compute resource is required to run the pipeline, as this resource will be responsible for executing the different components (data processing, training, etc.) of the pipeline. In Azure, this could be a compute cluster or a virtual machine that provides the necessary computational power. - Reason for selection: Before running the pipeline, you need to provision a compute resource where ...

Author: Oliver · Last updated May 13, 2026

DRAG DROP - Match the tool to the Azure Machine Learning task. To answer, drag the appropriate tool from the column on the left to its tasks on the right. Each tool may be used once, ...

The correct answer is A ✅ Mapping explained: 1. Create a Machine Learning workspace → The Azure portal The portal is used to set up and manage Azure resources, including ML workspaces. 2. Use a drag-and-drop interface to train and deploy models → Machine Learning designer Designer provides a visual, drag-and-drop envir...

Author: SolarFalcon11 · Last updated May 13, 2026

You need to create a customer support solution to help customers access information. The solution must support email, phone, and live c...

To create a customer support solution that helps customers access information across email, phone, and live chat channels, the most suitable AI solution would be Chatbot (Option C). Let's break down the reasoning: A) Machine Learning Machine learning (ML) involves algorithms that enable systems to learn from data and improve over time. While ML can enhance customer support systems (e.g., improving recommendations or optimizing workflows), it is not specifically designed to directly interact with customers in a conversational way. Machine learning could be used to analyze customer interactions or predict needs, but it wouldn't be the primary tool for facilitating real-time communication with customers. Why rejected: Machine learning focuses more on analyzing data rather than directly engaging with customers via multiple channels. Use case: ML is better suited for data analysis, fraud detection, and predictive analytics, but not for direct customer support interaction. B) Computer Vision Computer vision is the field of AI that enables machines to interpret and understand visual information from the world, such as images or video. It is typically used in scenarios like image recognition, object detection, and facial recognition. Why rejected: Computer vision is irrelevant for handling communication channels like email, phone, or live chat, which are text-based or voice-based interactions. The solution needs to process textual or spoken queries, not visual data. Use case: Computer vision could be useful in scenarios where visual data (e.g., product images, video calls, or document scanning) is involved, but not in a purely text/voice-based customer support context. C) Chatbot A Chatbot is an AI-powered tool that interacts with customers through conversational interfaces. Chatbots can handle customer queries in real-time via live chat, email, or even ov...

Author: Suresh · Last updated May 13, 2026

DRAG DROP - Match the types of AI workloads to the appropriate scenarios. To answer, drag the appropriate workload type from the column on the left to its scenario on the right. Each workload type may be u...

1. Identify handwritten letters Task: Recognizing characters from images. Type of AI: Computer Vision, because it involves interpreting visual data (images of letters). 2. Predict the sentiment of a social media post Task: Determine if a text is positive, negative, or neutral. Type of AI: Natural Language Processing (NLP), because it involves understanding and analyzing text. 3. Identify an unusual credit card payment Task: Detect transactions that are different from normal patterns (fraud detection). Type of AI: Anomaly Detection, because it looks for outlier...

Author: Evelyn · Last updated May 13, 2026

Predicting how many vehicles will travel across a bridge on a give day is an example of _______. Select th...

The correct answer is A) regression. Here's the reasoning behind this choice and why the other options are rejected: A) Regression Regression is a type of machine learning task that involves predicting a continuous value based on input features. In this scenario, predicting the number of vehicles that will travel across a bridge on a given day involves forecasting a specific numerical quantity (i.e., a continuous value). Regression models are commonly used for tasks where the output is a number or continuous value, such as predicting sales, temperatures, or, in this case, vehicle count. Why selected: This problem is about predicting a continuous numerical value (number of vehicles), which is the defining characteristic of a regression problem. B) Translation Translation typically refers to the process of converting text from one language to another. In the context of machine learning, translation is handled by models trained to understand linguistic structures and convert between languages (e.g., English to Spanish). This is unrelated to the task of predicting a numerical quantity like vehicle count. Why rejected: Translation is not relevant to predicting a quantity such as the number of vehicles on a bridge, as it deals with language processing, not numerical forecasting. Use case: Translation is used in natural language processing for tasks like language translation, not for numerical predictions. C) Classification Classification involves categorizing data into predefined classes or labels. For example, classifying emails as spam...

Author: Jack · Last updated May 13, 2026

In a machine learning model, the data that is used as inputs are called ________. Select the answ...

The correct answer is C) variables. Here's the reasoning behind this choice and why the other options are rejected: A) Dataset A dataset refers to the collection of data used for training, testing, or validating a machine learning model. It can include both the inputs (features or variables) and the outputs (labels). A dataset is the overall structure, but it doesn't specifically refer to the inputs themselves. Why rejected: While a dataset is a general term for the collection of data, it is not specific to the inputs alone. It encompasses both input variables and target labels (outputs). Use case: A dataset is used when referring to the entire collection of data, including both features and labels, not just the inputs. B) Labels Labels are the outputs or target variables in supervised machine learning models. They represent the values the model is trying to predict or classify. For example, in a classification problem, labels are the categories, and in a regression problem, labels are the continuous values. Why rejected: Labels refer to the outputs of the model, not the inputs. The question specifically...

Author: Ravi Patel · Last updated May 13, 2026

HOTSPOT Select the answer that correctly completes the sentence. Using Recency, Frequency, and Monetary (RFM) values to identify...

Using Recency, Frequency, and Monetary (RFM) values to identify segments of a customer base is an example of: ✅ Correct Answer: A) Clustering --- 🧠 Why clustering? RFM analysis groups customers based on similar behavior patterns There are no predefined labels (like “good customer” or “bad customer”) The goal is to discover natural groupings within the data This is exactly what clustering d...

Author: Aria · Last updated May 13, 2026