Questions and Solutions
Graded A+
You are building a solution that uses Azure AI Search.
You need to define the field attributes for a field where the search results will include a hit
count by category.
Which attribute should you assign to the field? - Answer: facetable
You are building a solution that uses Azure AI Search.
You need to execute the initial run of the indexer.
Which stages will be included during the initial run? - Answer: document cracking, field
mapping, skillset execution, and output field mapping
You are building a solution that uses Azure AI Search.
You need to save normalized binary files as projections.
Which type of projection should you use? - Answer: files
You are building an app will use Azure AI Search.
You need to index a collection of documents.
What is the first stage of the indexing process? - Answer: document cracking
You are building a knowledge mining solution that will use AI enrichment and Azure AI Search.
,You need to create a data structure that will be used to store the enriched and indexed output
for downstream apps.
What should you create? - Answer: a knowledge store
You are building a knowledge mining solution that uses Azure AI Search.
You need to apply AI enrichment to your indexer pipeline to generate links to Wikipedia articles.
Which skill should you use? - Answer: Microsoft.Skills.Text.V3. EntityLinkingSkill
You are building an app named App1 that uses the Image Analysis API.
You are evaluating analyzing images by using the following request.
https://*.cognitiveservices.azure.com/computervision/imageanalysis:analyze?
features=read,description
Which results will the request return? - Answer: the visible text in the image and a description
of the image content
You are building an app that will detect the color scheme of uploaded images.
You are evaluating using the Image Analysis API to detect the dominant background color of an
image.
Which color can the API return as a dominant background color? - Answer: teal
You have an app named App1 that extracts invoice data from PDF files by using an S0 instance of
Azure AI Document Intelligence. The PDF files are up to 2 MB each and contain up to 10 pages.
Users report that App1 is unable to process some invoices.
You need to troubleshoot the issue.
What is a possible cause of the issue? - Answer: Some of the files are password protected
You need to build an app that will use Azure AI Vision to analyze and detect animals in images.
Which type of project should you use? - Answer: object detection
, You are building an app that will use Azure AI Vision to analyze and classify images to build an
image library of animals.
You need to configure the classification type for the Azure AI Vision project. The solution must
ensure that the images selected only include a single animal.
Which type of classification should you use? - Answer: multiclass
You are building an app that uses the Azure AI Video indexer API to analyze Microsoft Teams
meeting recordings. The app will search for images and mentions of competing companies.
Which content model should you use? - Answer: custom brands
You are using a custom Language content model in an Azure AI Video Indexer solution.
During testing, you upload a text file that includes the following sentence: "Kubernetes is a new
feature in Azure & the cloud."
The sentence is discarded.
You need to ensure that the model retains the sentence.
What should you do? - Answer: Remove the "&" character from the text file
You are building a video processing app that will use Azure AI Video Indexer.
You need to configure the training and learning phases for the app. The solution must train the
model based on the probability of specific word combinations by using a custom Language
model.
Which three practices should be followed for the training data? Each correct answer presents a
complete solution. - Answer: Include multiple examples of spoken sentences, Provide multiple
adaptation options, Put only one sentence per line.
You are building a video processing app that will use Azure AI Video Indexer to extract insights
from videos that contain multi-language content.
You need to configure the API calls to enable multilingual identification.