{"id":16113,"date":"2026-09-18T11:24:27","date_gmt":"2026-09-18T11:24:27","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=16113"},"modified":"2026-09-18T11:24:27","modified_gmt":"2026-09-18T11:24:27","slug":"microsoft-ai-901-practice-test-questions-and-exam-dumps-part-7-q121-140","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-901-practice-test-questions-and-exam-dumps-part-7-q121-140\/","title":{"rendered":"Microsoft AI-901 Practice Test Questions and Exam Dumps Part 7 Q121-140"},"content":{"rendered":"<h1><\/h1>\n<p><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/ai-901-exam-dumps\"><b>Microsoft AI-901 Exam Dumps<\/b><\/a><b> and Practice Test Dumps<\/b><\/p>\n<p>&nbsp;<\/p>\n<h3><b>Question 121. Which Azure service provides capabilities for building and managing machine learning models?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Speech<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Translator<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure Machine Learning<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Vision<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. Azure Machine Learning<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Machine Learning is a cloud-based service designed to support the development, training, evaluation, deployment, and management of machine learning models. Data scientists and developers can use it to create experiments, train models, manage datasets and models, deploy models to endpoints, and monitor machine learning workloads. Azure AI Speech, Azure AI Translator, and Azure AI Vision are specialized AI services focused on speech, language translation, and visual analysis respectively. Azure Machine Learning is more appropriate when an organization needs to build or operate its own machine learning workflows. Understanding this distinction is important when selecting an Azure service for AI-901 scenarios.<\/span><\/p>\n<h3><b>Question 122. Which type of learning uses labeled examples to train a model?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Unsupervised learning<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Supervised learning<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Reinforcement learning<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Clustering<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Supervised learning<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Supervised learning uses labeled training examples to teach a machine learning model how to make predictions. Each training example generally contains input features along with a known target or label. The model learns relationships between the inputs and expected outputs and can then make predictions for new data. Classification and regression are common supervised learning tasks. Unsupervised learning works with data that does not have predefined target labels, while clustering is one example of an unsupervised technique. Reinforcement learning uses feedback such as rewards or penalties to guide behavior. Therefore, labeled training examples are a defining characteristic of supervised learning.<\/span><\/p>\n<h3><b>Question 123. Which type of machine learning discovers patterns in data without predefined labels?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Supervised learning<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Reinforcement learning<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Unsupervised learning<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Classification<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. Unsupervised learning<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Unsupervised learning analyzes data without requiring predefined target labels. Instead of learning to predict a known outcome, the algorithm attempts to discover useful structures, relationships, or patterns within the available data. Clustering is a common example because it groups similar records based on their characteristics without requiring predefined categories. Supervised learning requires labeled examples and is commonly used for classification and regression. Reinforcement learning is based on interactions with an environment and feedback. Therefore, if a scenario describes discovering natural patterns or groups in unlabeled data, unsupervised learning is the appropriate machine learning approach.<\/span><\/p>\n<h3><b>Question 124. Which learning approach uses rewards or penalties to guide an agent&#8217;s behavior?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Reinforcement learning<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Regression<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Classification<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Unsupervised learning<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Reinforcement learning<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Reinforcement learning trains an agent through interaction with an environment. The agent takes actions and receives feedback in the form of rewards or penalties. Over time, it learns a strategy intended to maximize the accumulated reward. This approach differs from supervised learning, where models learn from labeled examples. It also differs from unsupervised learning, where the objective is generally to discover patterns in unlabeled data. Reinforcement learning can be applied to areas such as game playing, robotics, and decision-making systems. For AI-901, a scenario involving an agent learning through rewards and penalties is describing reinforcement learning.<\/span><\/p>\n<h3><b>Question 125. What is a feature in a machine learning dataset?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> The final prediction made by a model<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> An input variable used by a model<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> A model deployment endpoint<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> A machine learning algorithm<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. An input variable used by a model<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A feature is an input variable that provides information to a machine learning model. Features are used by the model to learn patterns and generate predictions. For example, a house-price model might use features such as property size, number of bedrooms, location, and age of the property. The target or label represents the value the model is intended to predict in supervised learning. Features should therefore be distinguished from predictions, algorithms, and deployment endpoints. Understanding features is fundamental to machine learning because the quality and relevance of input features can influence how effectively a model learns patterns and produces useful predictions.<\/span><\/p>\n<h3><b>Question 126. In supervised learning, what does the label represent?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> The input feature name<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> The amount of compute available<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> The target value the model learns to predict<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> The model endpoint URL<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. The target value the model learns to predict<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">In supervised learning, a label represents the known target value associated with a training example. The machine learning model uses labeled examples to learn a relationship between input features and the target. For a classification problem, the label could be a category such as &#8220;spam&#8221; or &#8220;not spam.&#8221; For regression, the label could be a numerical value such as a house price. Features provide the input information, while the label represents the expected output. Compute resources and endpoint addresses are infrastructure concepts rather than labels. Therefore, the target value that the model is trained to predict is the label.<\/span><\/p>\n<h3><b>Question 127. What is overfitting in machine learning?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> When a model performs well on training data but poorly on unseen data<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> When a model has no training data<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> When all predictions are identical<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> When a dataset contains only numerical values<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. When a model performs well on training data but poorly on unseen data<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Overfitting occurs when a machine learning model learns the training data too closely, including patterns or noise that do not generalize to new examples. As a result, the model may perform very well on its training dataset but show significantly poorer performance on validation or test data. Overfitting can reduce the usefulness of a model in real-world scenarios because real inputs are usually different from the exact examples used during training. Techniques such as using more representative data, regularization, cross-validation, feature selection, or adjusting model complexity can help address overfitting. For AI-901, strong training performance combined with weak unseen-data performance is a key indicator of overfitting.<\/span><\/p>\n<h3><b>Question 128. What is underfitting in machine learning?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> When a model is too complex for the available hardware<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> When a model memorizes every training example<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> When a model performs poorly because it has not learned the underlying patterns sufficiently<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> When a model is deployed successfully<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. When a model performs poorly because it has not learned the underlying patterns sufficiently<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Underfitting occurs when a machine learning model is too simple or insufficiently trained to capture important patterns in the data. In this situation, the model may perform poorly not only on unseen data but also on the training dataset itself. Underfitting can result from an overly simple model, insufficiently informative features, excessive regularization, or inadequate training. This is different from overfitting, where the model learns the training data too closely and then struggles with new examples. For AI-901, if both training and validation performance are poor because the model has failed to capture important relationships, underfitting is a likely explanation.<\/span><\/p>\n<h3><b>Question 129. Which dataset is primarily used to train the parameters of a machine learning model?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Test dataset<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Validation dataset<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Production dataset<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Training dataset<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4. Training dataset<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The training dataset is used by a machine learning algorithm to learn model parameters from examples. During training, the model examines the input features and, in supervised learning, the associated labels to identify patterns that can be used to make predictions. Validation data can be used during development to compare models or tune settings, while test data is generally reserved for final evaluation on unseen examples. Production data is generated or encountered after deployment and is not normally the primary dataset used to train the initial model. Therefore, when a question asks which dataset is used to learn the model&#8217;s parameters, the answer is the training dataset.<\/span><\/p>\n<h3><b>Question 130. Which dataset can be used during model development to tune hyperparameters and compare model configurations?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Validation dataset<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Test dataset<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Production dataset<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Archived dataset<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Validation dataset<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A validation dataset is commonly used during model development to evaluate different model configurations and help tune hyperparameters. Developers can train candidate models using the training data and then compare their performance on validation data. This provides information that can help select an appropriate configuration without using the final test dataset for repeated development decisions. The test dataset should generally be kept separate so that it can provide a more unbiased estimate of performance after development is complete. Production data serves operational purposes and is not automatically a validation set. Therefore, validation data is the appropriate choice for tuning and comparing model configurations.<\/span><\/p>\n<h3><b>Question 131. Which metric measures the proportion of all predictions that are correct?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Recall<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Precision<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Accuracy<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> MAE<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. Accuracy<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Accuracy measures the proportion of predictions that a classification model gets correct out of all evaluated predictions. It can be calculated as the number of correct predictions divided by the total number of predictions. Accuracy can be useful when the classes are reasonably balanced and the costs of different types of errors are similar. However, accuracy alone may not provide enough information when classes are highly imbalanced or when false positives and false negatives have different consequences. Precision focuses on predicted positives, while recall focuses on actual positives. MAE is commonly used for regression. Therefore, the overall proportion of correct classification predictions is measured by accuracy.<\/span><\/p>\n<h3><b>Question 132. Which metric is commonly used to measure the average squared difference between predicted and actual numerical values?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Recall<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Mean squared error<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Precision<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Accuracy<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Mean squared error<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Mean squared error, or MSE, is a regression metric that calculates the average of the squared differences between predicted values and actual values. Squaring the errors makes larger errors contribute disproportionately to the final value, which can make MSE useful when larger mistakes should receive greater emphasis. Because the errors are squared, the resulting metric is expressed in squared units of the target variable. MAE instead uses absolute differences and is often easier to interpret in the original units. Precision, recall, and accuracy are classification metrics. Therefore, when a question asks for the average squared prediction error in a regression problem, mean squared error is the appropriate metric.<\/span><\/p>\n<h3><b>Question 133. Which Azure Machine Learning component can execute machine learning jobs using scalable cloud compute?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Compute cluster<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Translator<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Vision<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Language<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Compute cluster<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An Azure Machine Learning compute cluster provides scalable cloud-based processing resources for machine learning workloads. It can be used to run training jobs and other compute-intensive tasks without requiring developers to maintain physical machines. Compute resources can scale according to workload requirements, helping teams handle experiments or training processes that require more processing capacity. Azure AI Translator, Azure AI Vision, and Azure AI Language are specialized AI services and are not Azure Machine Learning compute resources. Therefore, when an AI-901 scenario describes running machine learning jobs using scalable cloud processing, an Azure Machine Learning compute cluster is a suitable choice.<\/span><\/p>\n<h3><b>Question 134. Why should machine learning data be representative of the population on which the model will be used?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> To guarantee zero prediction errors<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To reduce the need for any evaluation<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To ensure the model can be deployed without testing<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To help the model learn patterns that generalize to intended users<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4. To help the model learn patterns that generalize to intended users<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Representative training data helps a machine learning model learn patterns that reflect the population and situations in which the model will eventually operate. If important groups or scenarios are missing or severely underrepresented, the model may perform differently across the real-world population than expected from its development results. Representative data does not guarantee perfect predictions or eliminate the need for evaluation, but it can improve the relevance and reliability of the learned patterns. Data quality, diversity, labeling, and coverage should all be considered when preparing training datasets. Therefore, representative data is important because it supports better generalization to the intended users and operating conditions.<\/span><\/p>\n<h3><b>Question 135. Which responsible AI principle focuses on ensuring AI systems produce equitable outcomes across different groups?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Fairness<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Transparency<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Accountability<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Reliability<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Fairness<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Fairness in responsible AI focuses on ensuring that AI systems do not produce unjustified or discriminatory differences in outcomes for different groups. Developers should consider whether training data, features, labels, and model behavior could contribute to unequal performance or treatment. Evaluating model performance across relevant groups can help identify potential disparities. Fairness does not mean that every group must always receive identical outcomes, because legitimate differences in circumstances can exist. Instead, the goal is to avoid unjustified bias and unequal treatment. Transparency focuses on understanding system behavior, accountability concerns responsibility, and reliability concerns dependable operation. Therefore, fairness is the principle most directly related to equitable outcomes.<\/span><\/p>\n<h3><b>Question 136. Which responsible AI principle is concerned with making AI systems dependable and resistant to unexpected failures?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Inclusiveness<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Fairness<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Reliability and safety<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Transparency<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. Reliability and safety<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Reliability and safety concern whether an AI system can operate consistently and safely under expected conditions and handle unexpected situations appropriately. AI systems may encounter unusual inputs, changing environments, or circumstances that were not represented fully in training data. Developers should therefore evaluate performance, test systems under relevant conditions, monitor deployed solutions, and implement safeguards where appropriate. Fairness addresses equitable outcomes, inclusiveness focuses on serving people with different needs, and transparency concerns communicating how systems work and what their limitations are. For AI-901, a requirement involving dependable behavior, safe operation, robustness, and handling unexpected conditions relates directly to reliability and safety.<\/span><\/p>\n<h3><b>Question 137. What is the purpose of monitoring a deployed machine learning model?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> To permanently change all training labels<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To detect performance, data, or operational issues<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To eliminate the need for testing<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To convert predictions into images<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. To detect performance, data, or operational issues<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Monitoring a deployed machine learning model helps organizations identify issues that may occur after deployment. These issues can include changes in incoming data, degraded model performance, operational failures, unusual request patterns, or other conditions that affect the solution. A model that performed well during development may encounter different data or circumstances in production, so ongoing monitoring is an important part of the model lifecycle. Monitoring does not replace testing and does not automatically change training labels. Instead, monitoring provides information that can help teams determine when investigation, retraining, configuration changes, or other actions may be required. Therefore, detecting performance, data, and operational problems is a primary purpose of monitoring.<\/span><\/p>\n<h3><b>Question 138. What is model drift?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> A situation where the model&#8217;s performance or data relationship changes over time<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> A method for converting speech into text<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> A technique for creating image captions<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> A process for deleting unused models<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. A situation where the model&#8217;s performance or data relationship changes over time<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Model drift refers to changes that can cause a machine learning model&#8217;s effectiveness to decrease over time. Real-world data and relationships between inputs and outcomes can change after a model has been deployed. For example, customer behavior, market conditions, or other environmental factors may change, causing patterns learned during training to become less representative of current conditions. Monitoring can help identify these changes and determine whether a model needs investigation or retraining. Model drift is unrelated to speech transcription, image captioning, or simply deleting models. For AI-901, a decline in model effectiveness caused by changing real-world conditions is an important reason to monitor deployed machine learning solutions.<\/span><\/p>\n<h3><b>Question 139. Which Azure AI service can help detect potentially harmful or unsafe text content?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Speech<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Translator<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Content Safety<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Vision<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. Azure AI Content Safety<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure AI Content Safety provides capabilities for detecting and managing potentially harmful content in AI applications. It can help analyze text and other supported content for categories of potentially harmful material and can be incorporated into applications that need content moderation safeguards. This can be particularly useful when building applications where users can submit content or where generative AI systems produce responses that need to be evaluated. Azure AI Speech handles speech processing, Translator handles language translation, and Vision focuses on visual analysis. Therefore, when an AI-901 scenario requires an Azure service specifically intended to help identify potentially harmful content, Azure AI Content Safety is the relevant service.<\/span><\/p>\n<h3><b>Question 140. Which practice can help protect sensitive information when developing an AI solution?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Collect every available piece of personal data<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Publish sensitive training records publicly<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Disable access controls<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Minimize collected data and apply appropriate access controls<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4. Minimize collected data and apply appropriate access controls<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Protecting sensitive information requires organizations to consider how data is collected, stored, accessed, processed, and retained throughout the AI solution lifecycle. Data minimization means collecting only the information necessary for the intended purpose rather than gathering unnecessary personal information. Appropriate access controls can then help ensure that only authorized users or services can access sensitive resources. Additional measures may include encryption, secure storage, monitoring, and suitable retention policies. Collecting excessive data or publishing sensitive records increases privacy and security risks. Therefore, minimizing unnecessary data collection and applying appropriate access controls are important practices when developing and operating responsible AI solutions.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft AI-901 Exam Dumps and Practice Test Dumps &nbsp; Question 121. Which Azure service provides capabilities for building and managing machine learning models? Azure AI Speech Azure AI Translator Azure Machine Learning Azure AI Vision Correct Answer: 3. Azure Machine Learning Explanation: Azure Machine Learning is a cloud-based service designed to support the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16113"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=16113"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16113\/revisions"}],"predecessor-version":[{"id":16140,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16113\/revisions\/16140"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=16113"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=16113"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=16113"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}