Microsoft Azure AI Fundamentals - AI-900 FREE EXAM DUMPS QUESTIONS & ANSWERS
You have a natural language processing (NIP) model that was created by using data obtained without permission.
Which Microsoft principle for responsible Al does this breach?
Which Microsoft principle for responsible Al does this breach?
Correct Answer: D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You need to provide customers with the ability to query the status of orders by using phones, social media, or digital assistants.
What should you use?
What should you use?
Correct Answer: A
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Which type of natural language processing (NLP) entity is used to identify a phone number?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

NOTE: Each correct selection is worth one point.

Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) study guide and Azure Machine Learning documentation, Automated Machine Learning (AutoML) is a feature designed to help users build, train, and tune machine learning models automatically without requiring deep knowledge of programming or data science.
* First Statement: "Automated machine learning provides you with the ability to include custom Python scripts in a training pipeline."This is False (No). AutoML automates the model selection and tuning process but does not allow the inclusion of custom Python scripts within its workflow. Custom Python integration is supported in Azure Machine Learning designer pipelines or SDK-based training, not in AutoML.
* Second Statement: "Automated machine learning implements machine learning solutions without the need for programming experience."This is True (Yes). One of AutoML's core benefits is that it enables non-programmers to train and evaluate models by simply selecting data, choosing a target column, and letting Azure automatically test algorithms and hyperparameters. This aligns with Microsoft's AI-900 objective to democratize AI development.
* Third Statement: "Automated machine learning provides you with the ability to visually connect datasets and modules on an interactive canvas."This is False (No). That feature belongs to Azure Machine Learning Designer, not AutoML. The designer offers a drag-and-drop visual interface for connecting datasets and modules, whereas AutoML provides a wizard-driven approach focused on automation.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.


Correct Answer:

Explanation:

This question is based on identifying Natural Language Processing (NLP) workloads, which is a fundamental topic in the Microsoft Azure AI Fundamentals (AI-900) certification. According to the official Microsoft Learn module "Describe features of natural language processing (NLP) workloads on Azure", NLP enables computers to understand, interpret, and generate human language - both written and spoken.
* A bot that responds to queries by internal users - YesThis is an example of a natural language processing workload because it involves understanding and generating human language. A chatbot interprets user input (queries written or spoken) using language understanding and text analytics, and then produces appropriate responses. On Azure, this can be implemented using Azure AI Language (LUIS) and the Azure Bot Service, both core NLP technologies.
* A mobile application that displays images relating to an entered search term - NoThis application involves searching for or displaying images, which falls under the computer vision workload, not NLP.
Computer vision focuses on analyzing and interpreting visual data like photos or videos, while NLP deals with language and text processing.
* A web form used to submit a request to reset a password - NoA password reset form involves structured input fields and user authentication, not natural language understanding or generation. It's part of standard web development and identity management, not an NLP-related process.
Therefore, based on Microsoft's AI-900 curriculum definitions:
# The only true NLP example is the bot responding to user queries, since it processes and understands natural language input to generate conversational output.
Select the answer that correctly completes the sentence.


Correct Answer:

Explanation:
"features."
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Describe fundamental principles of machine learning on Azure," in a machine learning model, the data used as inputs are known as features, while the data that represents the output or target prediction is known as the label.
Features are measurable attributes or properties of the data used by a model to learn patterns and make predictions. They are also referred to as independent variables because they influence the result that the model tries to predict. For example, in a machine learning model that predicts house prices:
* Features might include square footage, location, and number of bedrooms, while
* The label would be the house price (the value being predicted).
In the context of Azure Machine Learning, during model training, features are passed into the algorithm as input variables (X-values), and the label is the corresponding output (Y-value). The model then learns the relationship between the features and the label.
Let's review the incorrect options:
* Functions: These are mathematical operations or relationships used inside algorithms, not the input data itself.
* Labels: These are the outputs or results that the model predicts, not the inputs.
* Instances: These refer to individual data records or rows in the dataset, not the input fields themselves.
Hence, in any supervised or unsupervised learning process, the input data (independent variables) are called features, and the model uses them to predict labels (dependent variables).
Which two scenarios are examples of a conversational AI workload? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
NOTE: Each correct selection is worth one point.
Correct Answer: A,D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You need to implement a pre-built solution that will identify well-known brands in digital photographs.
Which Azure Al sen/tee should you use?
Which Azure Al sen/tee should you use?
Correct Answer: C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Which scenario is an example of a webchat bot?
Correct Answer: C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Which feature of the Azure Al Language service should you use to automate the masking of names and phone numbers in text data?
Correct Answer: D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
In Azure Machine Learning, what are two ensemble methods for combining models in automated machine learning (automated ML)? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
NOTE: Each correct selection is worth one point.
Correct Answer: A,E
Vote an answer


