Practice Free AI-102 Exam Online Questions
DRAG DROP
You have a question answering project in Azure Cognitive Service for Language.
You need to move the project to a Language service instance in a different Azure region.
Which three 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.

DRAG DROP
You have a question answering project in Azure Cognitive Service for Language.
You need to move the project to a Language service instance in a different Azure region.
Which three 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.

You have data saved in the following format.
Which format was used?
- A . CSV
- B . JSON
- C . HTML
- D . YAML
HOTSPOT
You are developing an application that will use the Computer Vision client library.
The application has the following code.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

Explanation:
Box 1: No
Box 2: Yes
Box 3: No
HOTSPOT
You are developing an application that will use the Computer Vision client library.
The application has the following code.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

Explanation:
Box 1: No
Box 2: Yes
Box 3: No
HOTSPOT
You are designing a conversation flow to be used in a chatbot.
You need to test the conversation flow by using the Microsoft Bot Framework Emulator.
How should you complete the .chat file? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Explanation:
Reference: https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-add-media-attachments?view=azure-bot-service-4.0&tabs=csharp
HOTSPOT
You have an Azure subscription that contains an Azure Al Content Safety resource.
You are building a social media app that will enable users to share images.
You need to configure the app to moderate inappropriate content uploaded by the users.
How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

HOTSPOT
You have an Azure subscription that contains an Azure Al Content Safety resource.
You are building a social media app that will enable users to share images.
You need to configure the app to moderate inappropriate content uploaded by the users.
How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

You build a custom Form Recognizer model.
You receive sample files to use for training the model as shown in the following table.
Which three files can you use to train the model? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. (Choose three.)
- A . File1
- B . File2
- C . File3
- D . File4
- E . File5
- F . File6
A, B, F
Explanation:
Input requirements
Form Recognizer works on input documents that meet these requirements:
Format must be JPG, PNG, PDF (text or scanned), or TIFF. Text-embedded PDFs are best because there’s no possibility of error in character extraction and location. File size must be less than 50 MB.
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/overview
You have a Video Indexer service that is used to provide a search interface over company videos on your company’s website.
You need to be able to search for videos based on who is present in the video.
What should you do?
- A . Create a person model and associate the model to the videos.
- B . Create person objects and provide face images for each object.
- C . Invite the entire staff of the company to Video Indexer.
- D . Edit the faces in the videos.
- E . Upload names to a language model.
A
Explanation:
Video Indexer supports multiple Person models per account. Once a model is created, you can use it by providing the model ID of a specific Person model when uploading/indexing or reindexing a video. Training a new face for a video updates the specific custom model that the video was associated with.
Note: Video Indexer supports face detection and celebrity recognition for video content. The celebrity recognition feature covers about one million faces based on commonly requested data source such as IMDB, Wikipedia, and top LinkedIn influencers. Faces that aren’t recognized by the celebrity recognition feature are detected but left unnamed. Once you label a face with a name, the face and name get added to your account’s Person model. Video Indexer will then recognize this face in your future videos and past videos.
Reference: https://docs.microsoft.com/en-us/azure/media-services/video-indexer/customize-person-model-with-api