Microsoft AI-102 Designing and Implementing a Microsoft Azure AI Solution Online Training
Microsoft AI-102 Online Training
The questions for AI-102 were last updated at Nov 20,2024.
- Exam Code: AI-102
- Exam Name: Designing and Implementing a Microsoft Azure AI Solution
- Certification Provider: Microsoft
- Latest update: Nov 20,2024
HOTSPOT
You are developing a text processing solution.
You develop the following method.
You call the method by using the following code.
GetKeyPhrases(textAnalyticsClient, "the cat sat on the mat");
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
You deploy a web app that is used as a management portal for indexing in Azure Cognitive Search.
The app is configured to use the primary admin key.
During a security review, you discover unauthorized changes to the search index. You suspect that the primary access key is compromised.
You need to prevent unauthorized access to the index management endpoint. The solution must minimize downtime.
What should you do next?
- A . Regenerate the primary admin key, change the app to use the secondary admin key, and then regenerate the secondary admin key.
- B . Change the app to use a query key, and then regenerate the primary admin key and the secondary admin key.
- C . Regenerate the secondary admin key, change the app to use the secondary admin key, and then regenerate the primary key.
- D . Add a new query key, change the app to use the new query key, and then delete all the unused query keys.
You have an existing Azure Cognitive Search service.
You have an Azure Blob storage account that contains millions of scanned documents stored as images and PDFs.
You need to make the scanned documents available to search as quickly as possible.
What should you do?
- A . Split the data into multiple blob containers. Create a Cognitive Search service for each container.
Within each indexer definition, schedule the same runtime execution pattern. - B . Split the data into multiple blob containers. Create an indexer for each container. Increase the search units. Within each indexer definition, schedule a sequential execution pattern.
- C . Create a Cognitive Search service for each type of document.
- D . Split the data into multiple virtual folders. Create an indexer for each folder. Increase the search
units. Within each indexer definition, schedule the same runtime execution pattern.
You need to implement a table projection to generate a physical expression of an Azure Cognitive Search index.
Which three properties should you specify in the skillset definition JSON configuration table node? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. (Choose three.)
- A . tableName
- B . generatedKeyName
- C . dataSource
- D . dataSourceConnection
- E . source
HOTSPOT
You are creating an enrichment pipeline that will use Azure Cognitive Search. The knowledge store contains unstructured JSON data and scanned PDF documents that contain text.
Which projection type should you use for each data type? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
HOTSPOT
You are building an Azure Cognitive Search custom skill.
You have the following custom skill schema definition.
For each of the following statements, select Yes if the statement. Otherwise, select No. NOTE: Each correct selection is worth one point.
You have the following data sources:
✑ Finance: On-premises Microsoft SQL Server database
✑ Sales: Azure Cosmos DB using the Core (SQL) API
✑ Logs: Azure Table storage
✑ HR: Azure SQL database
You need to ensure that you can search all the data by using the Azure Cognitive Search REST API.
What should you do?
- A . Configure multiple read replicas for the data in Sales.
- B . Mirror Finance to an Azure SQL database.
- C . Migrate the data in Sales to the MongoDB API.
- D . Ingest the data in Logs into Azure Sentinel.
You are building a multilingual chatbot.
You need to send a different answer for positive and negative messages.
Which two Text Analytics APIs should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. (Choose two.)
- A . Linked entities from a well-known knowledge base
- B . Sentiment Analysis
- C . Key Phrases
- D . Detect Language
- E . Named Entity Recognition
DRAG DROP
You plan to build a chatbot to support task tracking.
You create a Language Understanding service named lu1.
You need to build a Language Understanding model to integrate into the chatbot. The solution must minimize development time to build the model.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. (Choose four.)
DRAG DROP
You plan to build a chatbot to support task tracking.
You create a Language Understanding service named lu1.
You need to build a Language Understanding model to integrate into the chatbot. The solution must minimize development time to build the model.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. (Choose four.)