AI-102 Exam - Designing and Implementing an Azure AI Solution

certleader.com

Cause all that matters here is passing the Microsoft AI-102 exam. Cause all that you need is a high score of AI-102 Designing and Implementing an Azure AI Solution exam. The only one thing you need to do is downloading Examcollection AI-102 exam study guides now. We will not let you down with our money-back guarantee.

Microsoft AI-102 Free Dumps Questions Online, Read and Test Now.

NEW QUESTION 1

You have a SQL query that combines customer data and order data. The query includes calculated columns. You need to create a database object that would allow other users to rerun the same SOL query. What should you create?

  • A. an Index
  • B. a view
  • C. a scalar function
  • D. a table

Answer: B

NEW QUESTION 2

You have an Azure Cognitive Search instance that indexes purchase orders by using Form Recognizer
You need to analyze the extracted information by using Microsoft Power Bl. The solution must minimize development effort.
What should you add to the indexer?

  • A. a table projection
  • B. a projection group
  • C. an object projection
  • D. a file projection

Answer: C

NEW QUESTION 3

You need to create a visualization of running sales totals per quarter as shown in the following exhibit.
AI-102 dumps exhibit
What should you create in Cower Bl Desktop;1

  • A. a waterfall chart
  • B. a ribbon chart
  • C. a bar chart
  • D. a decomposition tree

Answer: C

NEW QUESTION 4

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You build a language model by using a Language Understanding service. The language model is used to search for information on a contact list by using an intent named FindContact.
A conversational expert provides you with the following list of phrases to use for training. Find contacts in London.
Who do I know in Seattle? Search for contacts in Ukraine.
You need to implement the phrase list in Language Understanding. Solution: You create a new entity for the domain.
Does this meet the goal?

  • A. Yes
  • B. No

Answer: B

Explanation:
Instead use a new intent for location.
Note: An intent represents a task or action the user wants to perform. It is a purpose or goal expressed in a user's utterance.
Define a set of intents that corresponds to actions users want to take in your application. Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-intent

NEW QUESTION 5
DRAG DROP
You train a Custom Vision model used in a mobile app.
You receive 1,000 new images that do not have any associated data.
You need to use the images to retrain the model. The solution must minimize how long it takes to retrain the model.
Which three actions should you perform in the Custom Vision portal? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
AI-102 dumps exhibit


Solution:
1) upload all the images 2.) Get suggested tags 3.) Review the suggestions and confirm the tags

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 6

What is used to define a query in a stream processing jobs in Azure Stream Analytics?

  • A. SQL
  • B. XML
  • C. YAML
  • D. KOL

Answer: A

NEW QUESTION 7
DRAG DROP
You are developing a solution for the Management-Bookkeepers group to meet the document processing requirements. The solution must contain the following components:
✑ A form Recognizer resource
✑ An Azure web app that hosts the Form Recognizer sample labeling tool
The Management-Bookkeepers group needs to create a custom table extractor by using the sample labeling tool.
Which three actions should the Management-Bookkeepers group perform in sequence? To answer, move the appropriate cmdlets from the list of cmdlets to the answer area and arrange them in the correct order.
AI-102 dumps exhibit


Solution:
Step 1: Create a new project and load sample documents
Create a new project. Projects store your configurations and settings.
Step 2: Label the sample documents
When you create or open a project, the main tag editor window opens.
Step 3: Train a custom model. Finally, train a custom model.

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 8

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.

Answer: 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

NEW QUESTION 9

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure Cognitive Search service.
During the past 12 months, query volume steadily increased.
You discover that some search query requests to the Cognitive Search service are being throttled.
You need to reduce the likelihood that search query requests are throttled. Solution: You migrate to a Cognitive Search service that uses a higher tier. Does this meet the goal?

  • A. Yes
  • B. No

Answer: A

Explanation:
A simple fix to most throttling issues is to throw more resources at the search service (typically replicas for query-based throttling, or partitions for indexing-based throttling). However, increasing replicas or partitions adds cost, which is why it is important to know the reason why throttling is occurring at all.
Reference:
https://docs.microsoft.com/en-us/azure/search/search-performance-analysis

NEW QUESTION 10
HOTSPOT
You are building an app by using the Speech SDK. The app will translate speech from French to German by using natural language processing.
You need to define the source language and the output language.
How should you complete the code? To answer, select the appropriate options in the
answer area.
NOTE: Each correct selection is worth one point.
AI-102 dumps exhibit


Solution:
AI-102 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 11

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 container
  • B. Create a Cognitive Search service for each containe
  • C. Within each indexer definition, schedule the same runtime execution pattern.
  • D. Split the data into multiple blob container
  • E. Create an indexer for each containe
  • F. Increase the search unit
  • G. Within each indexer definition, schedule a sequential execution pattern.
  • H. Create a Cognitive Search service for each type of document.
  • I. Split the data into multiple virtual folder
  • J. Create an indexer for each folde
  • K. Increase the search unit
  • L. Within each indexer definition, schedule the same runtime execution pattern.

Answer: D

Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/search/search-howto-indexing-azure-blob-storage

NEW QUESTION 12

You are designing a conversational interface for an app that will be used to make vacation requests. The interface must gather the following data:
• The start date of a vacation
• The end date of a vacation
• The amount of required paid time off
The solution must minimize dialog complexity. Which type of dialog should you use?

  • A. Skill
  • B. waterfall
  • C. adaptive
  • D. component

Answer: D

NEW QUESTION 13

You are examining the Language service output of an application.
The text analyzed is: Our tour guide took us up the Space Needle during our trip to Seattle last week.
The response contains the data shown in the following table.
AI-102 dumps exhibit
Which Language service API is used 10 analyze the Text?

  • A. Entity Linking
  • B. Named Entity Recognition
  • C. Key Phrase Extraction
  • D. Sentiment Analysis

Answer: B

NEW QUESTION 14
HOTSPOT
You are building a bot and that will use Language Understanding. You have a LUDown file that contains the following content.
AI-102 dumps exhibit
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
AI-102 dumps exhibit


Solution:
AI-102 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 15

You develop a Conversational Language Undemanding model by using Language Studio
During testing, users receive incorrect responses to requests that do NOT relate to the capabilities of the model.
You need to ensure that the model identifies spurious requests. What should you do?

  • A. Enable active learning.
  • B. Add examples to the custom intents.
  • C. Add examples to the None intent
  • D. Add entities.

Answer: A

NEW QUESTION 16

You are building a chatbot by using the Microsoft Bot Framework Composer as shown in the exhibit. (Click the Exhibit tab.)
AI-102 dumps exhibit
The chatbot contains a dialog named GetUserDetails. GetUserDetails contains a TextInput control that prompts users for their name.
The user input will be stored in a property named name.
You need to ensure that you can dispose of the property when the last active dialog ends. Which scope should you assign to name?

  • A. dialog
  • B. user
  • C. curn
  • D. conversation

Answer: A

Explanation:
The dialog scope associates properties with the active dialog. Properties in the dialog scope are retained until the dialog ends.
Reference:
https://docs.microsoft.com/en-us/composer/concept-memory?tabs=v2x

NEW QUESTION 17

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a chatbot that uses question answering in Azure Cognitive Service for Language. Users report that the responses of the chatbot lack formality when answering random
questions that are outside the scope of the knowledge base.
You need to ensure that the chatbot provides formal responses to these spurious questions.
Solution: From Language Studio, you modify the question and answer pairs for the custom intents, and then retrain and republish the model.
Does this meet the goal?

  • A. Yes
  • B. No

Answer: B

NEW QUESTION 18
......

100% Valid and Newest Version AI-102 Questions & Answers shared by Downloadfreepdf.net, Get Full Dumps HERE: https://www.downloadfreepdf.net/AI-102-pdf-download.html (New 321 Q&As)