Microsoft Azure AI Fundamentals Azure Cognitive Services 2 — Questions and Answers
Question 1: Which Azure AI service enables building intelligent search solutions that can understand natural language queries?
- Azure AI Language
- Azure AI Search (with semantic search) (Correct answer)
- Azure AI Vision
- Azure Monitor
Correct answer: Azure AI Search (with semantic search)
Azure AI Search with semantic search uses AI to understand the intent of natural language queries and return more relevant results beyond simple keyword matching.
Question 2: What is 'knowledge mining' in the context of Azure AI Services?
- Extracting cryptocurrency using Azure compute resources
- Using AI to extract meaningful information and insights from large collections of unstructured content (Correct answer)
- Mining Azure cost reports to find optimization opportunities
- Training neural networks on large structured databases
Correct answer: Using AI to extract meaningful information and insights from large collections of unstructured content
Knowledge mining uses AI services like Azure AI Search and Cognitive Skills to extract structured insights from unstructured data such as PDFs, images, and documents.
Question 3: In Azure AI Search, what is a 'skillset'?
- A list of developer certifications required to use the service
- A pipeline of cognitive skills that enrich indexed documents with AI-extracted information (Correct answer)
- A set of search query templates stored in the index
- A pricing bundle for AI Search API calls
Correct answer: A pipeline of cognitive skills that enrich indexed documents with AI-extracted information
A skillset in Azure AI Search is a collection of cognitive skills (like OCR, entity extraction, or language detection) applied during indexing to enrich documents.
Question 4: Which Azure service is used to build, test, and deploy conversational AI bots?
- Azure Logic Apps
- Azure Bot Service (Correct answer)
- Azure Functions
- Azure Event Grid
Correct answer: Azure Bot Service
Azure Bot Service provides a managed platform for building, testing, hosting, and connecting chatbots to multiple channels like Teams, Webchat, and Slack.
Question 5: What does the Azure Content Moderator service do?
- Monitors Azure resource costs and sends budget alerts
- Automatically detects potentially offensive, unwanted, or risky content in text and images (Correct answer)
- Manages access control policies for Azure resources
- Balances network traffic across Azure regions
Correct answer: Automatically detects potentially offensive, unwanted, or risky content in text and images
Azure Content Moderator (part of Azure AI Services) scans text and images for inappropriate content, profanity, and potential policy violations to support safe user experiences.
Question 6: Which Azure AI service helps users find answers by extracting them directly from a provided document or knowledge base?
- Azure AI Language – Question Answering (Correct answer)
- Azure AI Vision
- Azure AI Speech
- Azure Form Recognizer
Correct answer: Azure AI Language – Question Answering
The Question Answering feature in Azure AI Language enables building FAQ bots and Q&A systems by extracting answers directly from documents or manually entered QA pairs.
Which Azure AI service enables building intelligent search solutions that can understand natural language queries?