练习 60 道原创 Microsoft AI-900 题,覆盖 AI 基础、机器学习、计算机视觉、自然语言处理、生成式 AI 与负责任 AI,每题附详细解析。
等级: Microsoft Azure AI Fundamentals (AI-900)难度: beginner60 道题60 分钟
选择练习模式,回答每道 Azure AI-900 题,然后查看解析。错题会保存在本机供复习。
连续学习: 0 天仅保存在此设备
进度0 / 60
剩余时间: 00:00
还没有保存的错题。
没有符合条件的题目。
题目 1
What does the Microsoft Azure AI Fundamentals AI-900 exam validate?
AI-900 focuses on describing AI workloads, machine learning principles, computer vision, natural language processing, generative AI, and responsible AI. It does not require deep coding, VM management, or database design.
题目 2
Which Azure offering provides prebuilt AI models through simple REST APIs?
Azure AI services expose prebuilt models for vision, language, speech, and decision making through REST APIs and SDKs. Virtual machines, storage, and DevOps serve different purposes.
题目 3
What is an AI workload?
An AI workload applies models to data so the system can understand, predict, or generate results. Backups, load balancers, and updates are infrastructure operations, not AI workloads.
题目 4
Which AI workload extracts text from images and scanned documents?
OCR reads text from images and documents. Image classification labels whole images, segmentation labels pixels, and sentiment analysis judges text tone.
题目 5
Which AI workload creates new content such as text or images?
Generative AI produces new text, images, audio, or other content from learned patterns. Regression predicts numbers, clustering groups data, and NER extracts entities.
题目 6
Which responsible AI principle requires systems to explain their purpose and limitations?
Transparency means people understand how the system works, what it can do, and where it can fail. Fairness addresses bias, reliability addresses dependable behavior, and inclusiveness addresses access.
题目 7
Which responsible AI principle requires treating all groups of people equitably?
Fairness means AI systems should avoid unfair bias and treat groups consistently. Accountability assigns responsibility, privacy protects data, and transparency explains behavior.
题目 8
Which responsible AI principle focuses on protecting user data and controlling access?
Privacy and security require protecting sensitive data, controlling access, and following data governance rules. The other principles cover access, explanation, and bias.
题目 9
Which AI-900 skill area includes regression, classification, and clustering?
Machine learning principles cover supervised tasks such as regression and classification plus unsupervised tasks such as clustering. The other domains focus on images, language, and generation.
题目 10
Which of the following are AI workload categories in AI-900? Select all that apply.
Computer vision, NLP, and generative AI are AI workload categories. Azure DNS is a networking service, not an AI workload.
题目 11
Which type of machine learning uses labeled examples to train a model?
Supervised learning uses inputs with known labels so the model can learn the relationship. Unsupervised learning finds patterns without labels, and clustering is an unsupervised task.
题目 12
Which machine learning task predicts a numeric value?
Regression predicts continuous numeric values such as price or temperature. Classification predicts categories, clustering groups data, and NER extracts entities from text.
题目 13
Which machine learning task predicts a category such as spam or not spam?
Classification assigns items to predefined categories. Regression predicts numbers, clustering finds groups, and key phrase extraction identifies important phrases.
题目 14
Which machine learning task groups similar items without predefined labels?
Clustering is an unsupervised task that groups similar data points. Classification and regression are supervised, and object detection works with images.
题目 15
What is a feature in machine learning?
Features are the input variables the model uses to make predictions. The label is the target output, and deployment or scheduling are operational concerns.
题目 16
What is a label in supervised learning?
A label is the known correct output for each training example. Features are inputs, and regions or files are storage details.
题目 17
What is overfitting?
Overfitting happens when a model memorizes training details instead of general patterns, so it fails on new data. Underfitting is too simple, and speed or reading issues are different.
题目 18
Which Azure service helps you build, train, and deploy machine learning models at scale?
Azure Machine Learning provides workspaces, experiments, pipelines, and endpoints for the ML lifecycle. App Service hosts web apps, Cosmos DB stores data, and Front Door routes traffic.
题目 19
What does Azure Machine Learning AutoML do?
AutoML tests candidate algorithms and settings to find a good model for your data. It does not delete resources, translate output, or back up databases.
题目 20
Which of the following are supervised machine learning tasks? Select all that apply.
Regression and classification are supervised tasks with labeled outputs. Clustering is unsupervised, and key phrase extraction is an NLP task.
题目 21
Which computer vision task assigns one label to an entire image?
Image classification labels the whole image, such as dog or cat. Object detection finds objects and boxes, segmentation labels pixels, and OCR extracts text.
题目 22
Which computer vision task finds objects and draws bounding boxes around them?
Object detection locates objects and returns bounding boxes plus class labels. Classification labels the whole image, face verification compares identities, and translation works on text.
题目 23
Which computer vision task labels every pixel in an image?
Semantic segmentation assigns a class to each pixel, producing a detailed mask. Classification labels the whole image, and the other options are NLP tasks.
题目 24
Which Azure AI service can read printed and handwritten text from images?
Azure AI Vision includes OCR capabilities for printed and handwritten text. Translator converts language, sentiment analysis judges tone, and Speech processes audio.
题目 25
Which face task determines whether two faces belong to the same person?
Face recognition verifies or identifies people by comparing face features. Face detection only finds face locations, and the other options do not compare identities.
题目 26
Which face task finds the location of faces in an image?
Face detection locates faces and may return attributes such as pose or emotion. Face recognition identifies who a person is, OCR reads text, and sentiment analysis judges tone.
题目 27
Which Azure AI service analyzes images and can return tags, descriptions, and categories?
Azure AI Vision performs image analysis, including tags, descriptions, and categories. Translator works with language, OpenAI provides generative models, and Monitor observes systems.
题目 28
Which Azure service extracts key-value pairs and fields from forms and documents?
Document Intelligence, formerly Form Recognizer, extracts fields, tables, and key-value pairs from documents. Object detection finds objects in images, and the other services are not document analyzers.
题目 29
Which workload is best for reading a vehicle license plate from a camera image?
OCR reads the characters in an image, which makes it suitable for license plates. Classification labels whole images, sentiment works on text, and speech recognition works on audio.
题目 30
Match each computer vision task to its main output.
Classification returns one label, object detection returns boxes, segmentation labels each pixel, and OCR returns extracted text.
题目 31
Which NLP task determines whether text expresses a positive, negative, or neutral opinion?
Sentiment analysis classifies the emotional tone of text. Key phrase extraction finds topics, NER finds entities, and speech synthesis creates spoken audio.
题目 32
Which NLP task extracts people, places, and organizations from text?
Named entity recognition identifies entities such as people, locations, and organizations. Language detection identifies the language, summarization shortens text, and captioning describes images.
题目 33
Which NLP task identifies the main topics or important phrases in text?
Key phrase extraction returns the most important phrases in a document. Entity linking connects mentions to knowledge base entries, and the other options are speech or vision tasks.
题目 34
Which Azure service translates text between languages?
Azure AI Translator converts text between supported languages. Vision processes images, Speech processes audio, and Policy enforces governance rules.
题目 35
Which Azure AI service converts spoken audio into text?
Azure AI Speech includes speech to text, text to speech, translation, and speaker recognition. Translator handles written text, Vision handles images, and Machine Learning builds models.
题目 36
In language understanding, what is an intent?
An intent is the user goal, such as booking a flight or checking weather. Entities provide details, and scores, language codes, or tables are not intents.
题目 37
In language understanding, what is an entity?
Entities capture details such as dates, cities, or amounts that help fulfill the intent. Language, response format, and model type are different concepts.
题目 38
Which NLP task identifies the language used in a piece of text?
Language detection returns the language of the input text. Sentiment judges tone, OCR reads images, and text to speech creates audio.
题目 39
Which Azure AI Language capability answers questions from a knowledge base or documents?
Custom question answering matches user questions to answers from provided content. The other capabilities identify phrases, entities, or language.
题目 40
Match each NLP task to its main purpose.
Sentiment judges tone, NER extracts entities, Translator converts languages, and Speech processes audio.
题目 41
What is generative AI?
Generative AI produces new text, images, audio, or video by learning patterns from training data. Classification labels data, and storage or monitoring are not generative.
题目 42
What is a large language model?
LLMs learn language patterns from massive text datasets and can generate completions, summarize, translate, and answer questions. They are not databases, firewalls, or VM images.
题目 43
What is a prompt in a generative AI system?
A prompt is the user-provided instruction or context. The generated result is a completion, labels are used in training, and regions are deployment locations.
题目 44
What is a completion in a generative AI system?
A completion is the model-generated output that follows the prompt. It is not a transaction, metric, or request.
题目 45
What are tokens in a language model?
Tokens are the text chunks, such as words or parts of words, that a model reads and generates. They are not billing credits, processors, or rows.
题目 46
Which parameter controls how random or creative a generative AI model output is?
Higher temperature increases randomness and creativity, while lower temperature makes output more focused and predictable. Max tokens limits length, and the other values are training concepts.
题目 47
What are embeddings in AI?
Embeddings map text to numeric vectors so similar meanings are close together, which supports search and similarity. They are not images, passwords, or cables.
题目 48
Which Azure service provides access to GPT and DALL-E models?
Azure OpenAI provides models such as GPT for text and DALL-E for images. SQL Database stores data, Front Door routes traffic, and Backup protects data.
题目 49
What is retrieval augmented generation (RAG)?
RAG retrieves relevant documents and includes them in the prompt so the model can answer with evidence. It is not training without data, encryption, or compression.
题目 50
Match each generative AI concept to its meaning.
A prompt is the input, a completion is the output, temperature controls randomness, and embeddings represent meaning numerically.
题目 51
Which responsible AI principle is most directly related to reducing unfair bias?
Fairness focuses on avoiding bias and treating groups equitably. Inclusiveness is about access, transparency about explanation, and accountability about responsibility.
题目 52
Which practice helps people understand why a model made a decision?
Explainability tools and documentation show how inputs affect outputs so decisions can be understood. The other options do not improve understanding.
题目 53
What is human-in-the-loop in AI?
Human-in-the-loop keeps people involved in reviewing, correcting, or approving AI outputs, which improves safety and accountability.
题目 54
Which Azure Machine Learning capability helps you examine fairness, errors, and data imbalances?
The Responsible AI dashboard provides error analysis, model explanations, fairness assessments, and counterfactual insights. DNS, app logs, and VNet peering are unrelated.
题目 55
What does transparency mean for generative AI content?
Transparency requires clear disclosure and explanation of what the system can and cannot do. Hiding behavior, unlimited storage, and removing controls are opposite practices.
题目 56
Which practice protects sensitive data used in an AI system?
Access control, encryption, and governance policies keep sensitive data safe. Publishing data, removing logs, and disabling authentication increase risk.
题目 57
What does reliability and safety mean in responsible AI?
Reliability and safety mean predictable, dependable behavior with safe handling of failures. The other options describe risky or incorrect behavior.
题目 58
Which responsible AI principle emphasizes making AI accessible and useful to everyone?
Inclusiveness calls for AI that works for people with varied abilities, backgrounds, and needs. Fairness addresses bias, privacy protects data, and transparency explains behavior.
题目 59
Which responsible AI principle says that people are accountable for AI systems and their outcomes?
Accountability means individuals and organizations own the decisions and outcomes of AI systems. The other principles address bias, behavior, and access.
题目 60
Which practices reduce harms from generative AI systems? Select all that apply.
Content filters, human review, clear labeling, and bias testing all reduce generative AI harms. Together they improve safety, transparency, and fairness.