Ai 102
Ai 102
Azure Resources
You have the following resources:
Get Latest & Valid AI-102 Exam's Question and Answers2 from Freecram.net. 1
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Get Latest & Valid AI-102 Exam's Question and Answers3 from Freecram.net. 2
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Wide World Importers identifies the following requirements for the smart e-commerce project:
Ensure that the Cognitive Search solution meets a Service Level Agreement (SLA) of 99.9% availability
for searches and index writes.
Provide users with the ability to search insight gained from the images, manuals, and videos
associated with the products.
Support autocompletion and autosuggestion based on all product name variants.
Store all raw insight data that was generated, so the data can be processed later.
Update the stock level field in the product index immediately upon changes.
Update the product index hourly.
Shopping On-the-Go Requirements
Wide World Importers identifies the following requirements for the shopping on-the-go chatbot:
Answer common questions.
Support interactions in English, Spanish, and Portuguese.
Replace an existing FAQ process so that all Q&A is managed from a central location.
Provide all employees with the ability to edit Q&As. Only senior managers must be able to publish
updates.
Support purchases by providing information about relevant products to customers. Product displays
must include images and warnings when stock levels are low or out of stock.
Product JSON Sample
You have the following JSON sample for a product.
NO.2 You need to develop code to upload images for the product creation project. The solution must
Get Latest & Valid AI-102 Exam's Question and Answers4 from Freecram.net. 3
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Answer:
Explanation:
Get Latest & Valid AI-102 Exam's Question and Answers5 from Freecram.net. 4
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Reference:
https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-
samples/blob/master/documentation-samples/quickstarts/ComputerVision/Program.cs
Answer:
Get Latest & Valid AI-102 Exam's Question and Answers6 from Freecram.net. 5
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Explanation:
Get Latest & Valid AI-102 Exam's Question and Answers7 from Freecram.net. 6
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
F. Set the analyzer property for the three product name variants.
Answer: A B F
Explanation:
Scenario: Support autocompletion and autosuggestion based on all product name variants.
A: Call a suggester-enabled query, in the form of a Suggestion request or Autocomplete request,
using an API. API usage is illustrated in the following call to the Autocomplete REST API.
POST /indexes/myxboxgames/docs/autocomplete?search&api-version=2020-06-30
{
"search": "minecraf",
"suggesterName": "sg"
}
B: In Azure Cognitive Search, typeahead or "search-as-you-type" is enabled through a suggester. A
suggester provides a list of fields that undergo additional tokenization, generating prefix sequences
to support matches on partial terms. For example, a suggester that includes a City field with a value
for "Seattle" will have prefix combinations of "sea", "seat", "seatt", and "seattl" to support
typeahead.
F: Use the default standard Lucene analyzer ("analyzer": null) or a language analyzer (for example,
"analyzer": "en.Microsoft") on the field.
Reference:
https://docs.microsoft.com/en-us/azure/search/index-add-suggesters
Get Latest & Valid AI-102 Exam's Question and Answers8 from Freecram.net. 7
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Answer:
Get Latest & Valid AI-102 Exam's Question and Answers9 from Freecram.net. 8
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Explanation:
10from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 9
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
11from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 10
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Answer:
Explanation:
Box 1: api-nam.cognitive.microsofttranslator.com
https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-reference Box
2: /translate Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-translate
NO.7 You need to measure the public perception of your brand on social media by using natural
language processing. Which Azure service should you use?
A. Computer Vision
B. Form Recognizer
C. Language service
D. Content Moderator
Answer: C
12from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 11
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Answer:
13from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 12
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Explanation:
14from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 13
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Scenario: All videos must have transcripts that are associated to the video and included in product
descriptions.
Product descriptions, transcripts, and all text must be available in English, Spanish, and Portuguese.
Step 1: Upload the video to blob storage
Given a video or audio file, the file is first dropped into a Blob Storage. T Step 2: Index the video by
using the Video Indexer API.
When a video is indexed, Video Indexer produces the JSON content that contains details of the
specified video insights. The insights include: transcripts, OCRs, faces, topics, blocks, etc.
Step 3: Extract the transcript from the Video Indexer API.
Step 4: Translate the transcript by using the Translator API.
Reference:
https://azure.microsoft.com/en-us/blog/get-video-insights-in-even-more-languages/
https://docs.microsoft.com/en-us/azure/media-services/video-indexer/video-indexer-output-json-v2
15from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 14
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Answer:
16from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 15
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Explanation:
17from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 16
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Box 1: name.en
Box 2: "$when": "${stockLevel != 'OK'}"
Product displays must include images and warnings when stock levels are low or out of stock.
Box 3:image.altText.en
Topic 2, Contoso, Ltd.Case Study
This is a case study Case studies are not timed separately. You can use as much exam time as you
would like to complete each case. However, there may be additional case studies and sections on this
18from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 17
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
exam. You must manage your time to ensure that you are able to complete all questions included on
this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is
provided in the case study. Case studies might contain exhibits and other resources that provide
more information about the scenario that is described in the case study. Each question is
independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your
answers and to make changes before you move to the next section of the exam. After you begin a
new section, you cannot return to this section.
To start the case study
To display the first question in this case study, click the Next button. Use the buttons in the left pane
to explore the content of the case study before you answer the questions. Clicking these buttons
displays information such as business requirements, existing environment, and problem statements.
If the case study has an All Information tab. note that the information displayed is identical to the
information displayed on the subsequent tabs. When you are ready to answer a question, click the
Question button to return to the question.
General Overview
Contoso, Ltd. is an international accounting company that has offices in France. Portugal, and the
United Kingdom. Contoso has a professional services department that contains the
Infrastructure
Contoso has the following subscriptions:
* Azure
* Microsoft 365
* Microsoft Dynamics 365
Azure Active (Azure AD) Directory
Contoso has Azure Active Directory groups for securing role-based access. The company uses the
following group naming conventions:
* ICountryJ-[Levell-[Role]
* [Level]-[Role]
Intellectual Property
Contoso has the intellectual property shown in the following table.
19from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 18
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
20from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 19
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
* The document processing solution must be able to process standardized financial documents that
have the following characteristics:
* Contain fewer than 20 pages.
* Be formatted as PDF or JPEG files.
* Have a distinct standard for each office.
* The document processing solution must be able to extract tables and text from the financial
documents.
* The document processing solution must be able to extract information from receipt images.
* Members of a group named Management-Bookkeeper must define how to extract tables from the
financial documents.
* Members of a group named Consultant-Bookkeeper must be able to process the financial
documents.
Knowledgebase Requirements
Contoso identifies the following requirements for the knowledgebase:
* Supports searches for equivalent terms
* Can transcribe jargon with high accuracy
* Can search content in different formats, including video
* Provides relevant links to external resources for further research
Answer:
Explanation:
NO.11 You manage an application that stores data in a shared folder on a Windows server. You need
to move the shared folder to Azure Storage. Which type of Azure Storage should you use?
A. table
B. queue
C. file
D. blob
Answer: C
NO.12 You are developing a streaming Speech to Text solution that will use the Speech SDK and MP3
encoding.
You need to develop a method to convert speech to text for streaming MP3 data.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
21from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 20
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Answer:
Explanation:
22from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 21
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-use-codec-
compressed- audio-input-streams?tabs=debian&pivots=programming-language-csharp
NO.13 You ace developing an app that will use the Speech and language APIs.
You need to provision resources for the app. The solution must ensure that each service is accessed
by using a single endpoint and credential Which type of resource should you create?
A. Azure Al Content Safety
B. Azure Al service
C. Azure Al Speech
D. Azure Al Language
Answer: B
NO.14 Match the Azure services to the appropriate locations in the architecture.
To answer, drag the appropriate service from the column on the left to its location on the right. Each
service may be used once, more than once, or not at all.
NOTE: Each correct match is worth one point.
Answer:
Explanation:
23from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 22
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
NO.15 You have an Azure Cognitive Services model named Model that identifies the intent of text
input.
You develop an app in C# named App1.
You need to configure App1 to use Model1.
Which package should you add to App1?
A. Azure.AI.Language.Conversations
B. SpeechServicesToolkit
C. Universal.Microsoft.CognitiveServices.Speech
D. Xamarin.Cognitive.Speech
Answer: C
Answer:
Explanation:
24from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 23
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
portal interface. It's not used to connect your bot app to this knowledge base.
3.Scroll down to find Deployment details and record the following values from the Postman sample
HTTP request:
4.POST /knowledgebases/<knowledge-base-id>/generateAnswer
5.Host: <your-host-url>
6.Authorization: EndpointKey <your-endpoint-key>
Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-qna
NO.18 You have an Azure subscription that contains an Azure Al Content Safety resource named
CS1.
You create a test image that contains a circle.
You submit the test image to CS1 by using the curl command and the following command-line
parameters.
NO.19 You are developing an application that will use the Computer Vision client library. The
application has the following code.
25from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 24
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Box 1: No
Box 2: Yes
Box 3: No
26from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 25
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
NO.21 You have an app named App1 that uses an Azure Cognitive Services model to identify
anomalies in a time series data stream. You need to run App1 in a location that has limited
connectivity. The solution must minimize costs. What should you use to host the model?
A. Azure Kubernetes Services (AKS)
B. a Kubernetes cluster hosted in an Azure Stack Hub integrated system
C. Azure Container instances
D. the Docker Engine
Answer: B
NO.22 You have an Azure subscription that contains an Azure OpenAI resource named AH.
You build a chatbot that will use AI1 to provide generative answers to specific questions.
You need to ensure that the responses are more creative and less deterministic.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
27from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 26
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Explanation:
28from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 27
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Answer:
Explanation:
NO.24 You have a Docker host named Host1 that contains a container base image.
You have an Azure subscription that contains a custom speech-to-text model named model1.
You need to run model1 on Host1.
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.
Answer:
Explanation:
According to the course AI-102T00: Designing and Implementing a Microsoft Azure AI Solution1, the
correct sequence of actions to run model1 on Host1 is:
Export model1 to Host1
Run the container
29from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 28
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
NO.25 Which property of a transactional workload guarantees that each transaction is treated as a
single unit that either succeeds completely or tails completely?
A. isolation
B. atomicity
C. consistency
D. durability
Answer: B
NO.26 You are developing a webpage that will use the Video Indexer service to display videos of
internal company meetings.
You embed the Player widget and the Cognitive Insights widget into the page.
You need to configure the widgets to meet the following requirements:
Ensure that users can search for keywords.
Display the names and faces of people in the video.
Show captions in the video in English (United States).
How should you complete the URL for each widget? To answer, drag the appropriate values to the
correct targets. Each value may be used once, more than once, or not at all. You may need to drag
the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Answer:
30from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 29
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Explanation:
NO.27 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
NO.28 You have an app that uses the AI Language custom question answering service.
You need to ad alternatives for the word testing by using the Authoring API.
How should you complete the JSON payload? To answer, select the appropriate options in the
answer area.
NOTE: Each correct selection is worth one point.
31from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 30
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Answer:
Explanation:
NO.29 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 create a web app named app1 that runs on an Azure virtual machine named vm1. Vm1 is on an
Azure virtual network named vnet1.
You plan to create a new Azure Cognitive Search service named service1.
You need to ensure that app1 can connect directly to service1 without routing traffic over the public
internet.
Solution: You deploy service1 and a public endpoint, and you configure an IP firewall rule.
Does this meet the goal?
A. Yes
32from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 31
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
B. No
Answer: B
Reference:
https://docs.microsoft.com/en-us/azure/private-link/private-link-overview
NO.31 You need to measure the public perception of your brand on social media messages. Which
Azure Cognitive Services service should you use?
A. Text Analytics
B. Content Moderator
C. Computer Vision
D. Form Recognizer
Answer: A
Explanation:
Text Analytics Cognitive Service could be used to quickly determine the public perception for a
specific topic, event or brand.
Example: A NodeJS app which pulls Tweets from Twitter using the Twitter API based on a specified
search term. Then pass these onto Text Analytics for sentiment scoring before storing the data and
building a visualisation in PowerBI. The Architecture looked something like this:
33from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 32
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Reference:
https://www.linkedin.com/pulse/measuring-public-perception-azure-cognitive-services-steve-dalai
NO.32 You are developing an app that will use the Azure AI vision API to analyze an image.
You need configure the request that will be used by the app to identity whether an image is clipart or
a line drawing.
How should you complete the request? To answer. Select the appropriate options in the answer area
.
NOTE: Each correct select is worth one point.
Answer:
Explanation:
34from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 33
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html
Free Exam/Cram Practice Materials - Best Exam Practice Materials
IT Certification Guaranteed, The Easy Way!
Answer:
Explanation:
NO.34 For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
35from Freecram.net.
Get Latest & Valid AI-102 Exam's Question and Answers 34
https://www.freecram.net/exam/AI-102-designing-and-implementing-a-microsoft-azure-ai-solution-e12420.html