By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Question Answering (QnA) in Azure is a natural language processing (NLP) service that lets you build a knowledge base (KB) from structured or unstructured content (FAQs, manuals, web pages) and answer user queries conversationally. It’s critical in enterprise chatbots, customer support automation, and internal knowledge portals—think a bank’s virtual assistant answering "How do I reset my password?" or a hospital’s FAQ bot explaining insurance coverage. Unlike raw LLMs, QnA Maker (now Custom Question Answering) specializes in precise, curated responses with minimal hallucination, making it ideal for regulated industries.
BookFlight
Paris
East US
Free F0
Standard S
https://contoso.com/faq
bold
https://<your-resource-name>.cognitiveservices.azure.com/language/:query-knowledgebases?projectName=<your-project>&api-version=2021-10-01
A healthcare company wants to build a chatbot to answer patient FAQs about insurance coverage, with minimal hallucination. The bot must handle follow-up questions like "What’s my copay for a specialist visit?" Which Azure service should they use? - A) Azure OpenAI Service - B) Custom Question Answering (CQA) - C) LUIS - D) Azure Cognitive Search
Answer: B) Custom Question Answering (CQA)Explanation: CQA is designed for curated QnA pairs (reducing hallucination) and supports multi-turn conversations, making it ideal for healthcare FAQs.
A retail company’s CQA bot is getting many unanswered questions about "holiday return policies." What’s the fastest way to improve the bot’s accuracy? - A) Retrain the CQA model from scratch.- B) Enable active learning and review flagged questions.- C) Switch to Azure OpenAI Service.- D) Increase the confidence threshold to 0.9.
Answer: B) Enable active learning and review flagged questions.Explanation: Active learning automatically flags low-confidence/unanswered questions for human review, improving accuracy without retraining.
A financial services bot needs to answer "What’s my account balance?" but must first verify the user’s identity. Which Azure services should you combine? - A) CQA + Azure Bot Service - B) CQA + LUIS - C) CQA + Azure Active Directory (AAD) - D) CQA + Azure Cognitive Search
Answer: B) CQA + LUISExplanation: LUIS extracts the intent ("check balance") and entities (account type), while CQA provides the answer. AAD (C) is for authentication, not dialog management.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.