Latih 60 soal AI-900 asli tentang dasar AI, machine learning, computer vision, NLP, AI generatif, dan AI yang bertanggung jawab.
Tingkat: Microsoft Azure AI Fundamentals (AI-900)Kesulitan: beginner60 soal60 mnt
Pilih mode latihan, jawab setiap soal, lalu tinjau penjelasan. Jawaban salah disimpan secara lokal.
Hari beruntun: 0 hariTersimpan hanya di perangkat ini
Kemajuan0 / 60
Waktu tersisa: 00:00
Belum ada jawaban salah tersimpan.
Tidak ada soal yang cocok dengan filter.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 40
Match each NLP task to its main purpose.
Sentiment judges tone, NER extracts entities, Translator converts languages, and Speech processes audio.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.