nerdexam
Microsoft

AI-100 · Question #132

Your company plans to create a mobile app that will be used by employees to query the employee handbook. You need to ensure that the employees can query the handbook by typing or by using speech…

The correct answer is D. Azure Search. Azure Cognitive Search (formerly known as "Azure Search") is a search-as-a-service cloud solution that gives developers APIs and tools for adding a rich search experience over private, heterogeneous content in web, mobile, and enterprise applications. Your code or a tool…

Design AI solutions

Question

Your company plans to create a mobile app that will be used by employees to query the employee handbook. You need to ensure that the employees can query the handbook by typing or by using speech. Which core component should you use for the app?

Options

  • ALanguage Understanding (LUIS)
  • BQnA Maker
  • CText Analytics
  • DAzure Search

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    10% (2)
  • D
    81% (17)

Explanation

Azure Cognitive Search (formerly known as "Azure Search") is a search-as-a-service cloud solution that gives developers APIs and tools for adding a rich search experience over private, heterogeneous content in web, mobile, and enterprise applications. Your code or a tool invokes data ingestion (indexing) to create and load an index. Optionally, you can add cognitive skills to apply AI processes during indexing. Doing so can add new information and structures useful for search and other scenarios. Incorrect Answres: B: QnA Maker is a cloud-based API service that lets you create a conversational question-and- answer layer over your existing data. Use it to build a knowledge base by extracting questions and answers from your semi-structured content, including FAQs, manuals, and documents. Answer users' questions with the best answers from the QnAs in your knowledge base-- https://docs.microsoft.com/en-us/azure/search/search-what-is-azure-search

Topics

#QnA Maker#LUIS#speech input#knowledge base

Community Discussion

No community discussion yet for this question.

Full AI-100 Practice