0% found this document useful (0 votes)
26 views34 pages

Ai 102

The document outlines a case study for Wide World Importers, which is developing an e-commerce platform using Azure technologies. It details various projects aimed at enhancing product management, implementing AI-driven features, and ensuring a multilingual customer experience. Key requirements include leveraging AI for product creation, smart e-commerce solutions, and a chatbot for customer interactions, all while adhering to governance, security, and accessibility standards.

Uploaded by

nazzzu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views34 pages

Ai 102

The document outlines a case study for Wide World Importers, which is developing an e-commerce platform using Azure technologies. It details various projects aimed at enhancing product management, implementing AI-driven features, and ensuring a multilingual customer experience. Key requirements include leveraging AI for product creation, smart e-commerce solutions, and a chatbot for customer interactions, all while adhering to governance, security, and accessibility standards.

Uploaded by

nazzzu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 34

Free Exam/Cram Practice Materials - Best Exam Practice Materials

IT Certification Guaranteed, The Easy Way!

NO.1 You have an Azure subscription and 10,000 ASCII files.


You need to identify files that contain specific phrases. The solution must use cosine similarity.
Which Azure OpenAI model should you use?
A. text-embedding-ada-002
B. GPT-4
C. GPT-4-32k
D. GPT-35 Turbo
Answer: A
Topic 1, Wide World Importers
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
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.
Overview
Existing Environment
A company named Wide World Importers is developing an e-commerce platform.
You are working with a solutions architect to design and implement the features of the e-commerce
platform.
The platform will use microservices and a serverless environment built on Azure.
Wide World Importers has a customer base that includes English, Spanish, and Portuguese speakers.
Applications
Wide World Importers has an App Service plan that contains the web apps shown in the following
table.

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!

An Azure Active Directory (Azure AD) tenant


The tenant supports internal authentication.
All employees belong to a group named AllUsers.
Senior managers belong to a group named LeadershipTeam.
An Azure Functions resource
A function app posts to Azure Event Grid when stock levels of a product change between OK, Low
Stock, and Out of Stock. The function app uses the Azure Cosmos DB change feed.
An Azure Cosmos DB account
The account uses the Core (SQL) API.
The account stores data for the Product Management app and the Inventory Tracking app.
An Azure Storage account
The account contains blob containers for assets related to products.
The assets include images, videos, and PDFs.
An Azure Cognitive Services resource named wwics
A Video Indexer resource named wwivi
Requirements
Business Goals
Wide World Importers wants to leverage AI technologies to differentiate itself from its competitors.
Planned Changes
Wide World Importers plans to start the following projects:
A product creation project: Help employees create accessible and multilingual product entries, while
expediting product entry creation.
A smart e-commerce project: Implement an Azure Cognitive Search solution to display products for
customers to browse.
A shopping on-the-go project: Build a chatbot that can be integrated into smart speakers to support
customers.
Business Requirements
Wide World Importers identifies the following business requirements for all the projects:
Provide a multilingual customer experience that supports English, Spanish, and Portuguese.
Whenever possible, scale based on transaction volumes to ensure consistent performance.
Minimize costs.
Governance and Security Requirements
Wide World Importers identifies the following governance and security requirements:
Data storage and processing must occur in datacenters located in the United States.
Azure Cognitive Services must be inaccessible directly from the internet.
Accessibility Requirements
Wide World Importers identifies the following accessibility requirements:
All images must have relevant alt text.
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.
Product Creation Requirements
Wide World Importers identifies the following requirements for improving the Product Management
app:
Minimize how long it takes for employees to create products and add assets.
Remove the need for manual translations.
Smart E-Commerce Requirements

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!

meet the accessibility requirements.


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:

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

NO.3 You are developing the smart e-commerce project.


You need to design the skillset to include the contents of PDFs in searches.
How should you complete the skillset design diagram? To answer, drag the appropriate services to
the correct stages. Each service 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:

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:

Box 1: Azure Blob storage


At the start of the pipeline, you have unstructured text or non-text content (such as images, scanned
documents, or JPEG files). Data must exist in an Azure data storage service that can be accessed by an
indexer.
Box 2: Computer Vision API
Scenario: Provide users with the ability to search insight gained from the images, manuals, and videos
associated with the products.
The Computer Vision Read API is Azure's latest OCR technology (learn what's new) that extracts
printed text (in several languages), handwritten text (English only), digits, and currency symbols from
images and multi- page PDF documents.
Box 3: Translator API
Scenario: Product descriptions, transcripts, and all text must be available in English, Spanish, and
Portuguese.
Box 4: Azure Files
Scenario: Store all raw insight data that was generated, so the data can be processed later.
Reference:
https://docs.microsoft.com/en-us/azure/search/cognitive-search-concept-intro
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview-ocr

NO.4 You are developing the smart e-commerce project.


You need to implement autocompletion as part of the Cognitive Search solution.
Which three actions should you perform? Each correct answer presents part of the solution. (Choose
three.) NOTE: Each correct selection is worth one point.
A. Make API queries to the autocomplete endpoint and include suggesterName in the body.
B. Add a suggester that has the three product name fields as source fields.
C. Make API queries to the search endpoint and include the product name fields in the searchFields
query parameter.
D. Add a suggester for each of the three product name fields.
E. Set the searchAnalyzer property for the three product name variants.

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

NO.5 You are developing the shopping on-the-go project.


You are configuring access to the QnA Maker resources.
Which role should you assign to AllUsers and LeadershipTeam? To answer, select the appropriate
options in the answer area.
NOTE: Each correct selection is worth one point.

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!

Box 1: QnA Maker Editor


Scenario: Provide all employees with the ability to edit Q&As.
The QnA Maker Editor (read/write) has the following permissions:
Create KB API
Update KB API
Replace KB API
Replace Alterations
"Train API" [in
new service model v5]
Box 2: Contributor
Scenario: Only senior managers must be able to publish updates.
Contributor permission: All except ability to add new members to roles
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/reference-role-based-access-
control

NO.6 You are planning the product creation project.


You need to build the REST endpoint to create the multilingual product descriptions.
How should you complete the URI? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

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

NO.8 You are planning the product creation project.


You need to recommend a process for analyzing videos.
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.)

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

NO.9 You are developing the shopping on-the-go project.


You need to build the Adaptive Card for the chatbot.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

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!

Text-based content is provided only in one language and is not translated.


Planned Projects
Contoso plans to develop the following:
* A document processing workflow to extract information automatically from PDFs and images of
financial documents
* A customer-support chatbot that will answer questions by using FAQs
* A searchable knowledgebase of all the intellectual property
Technical Requirements
Contoso identifies the following technical requirements:
* All content must be approved before being published.
* All planned projects must support English, French, and Portuguese.
* All content must be secured by using role-based access control (RBAC).
* RBAC role assignments must use the principle of least privilege.
* RBAC roles must be assigned only to Azure Active Directory groups.
* Al solution responses must have a confidence score that is equal to or greater than 70 percent.
* When the response confidence score of an Al response is lower than 70 percent, the response must
be improved by human input.
Chatbot Requirements
Contoso identifies the following requirements for the chatbot:
* Provide customers with answers to the FAQs.
* Ensure that the customers can chat to a customer service agent.
* Ensure that the members of a group named Management-Accountants can approve the FAQs.
* Ensure that the members of a group named Consultant-Accountants can create and amend the
FAQs.
* Ensure that the members of a group named the Agent-CustomerServices can browse the FAQs.
* Ensure that access to the customer service agents is managed by using Omnichannel for Customer
Service.
* When the response confidence score is low. ensure that the chatbot can provide other response
options to the customers.
Document Processing Requirements
Contoso identifies the following requirements for document processing:

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

NO.10 Select the answer that correctly completes the sentence.

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

NO.16 Select the answer that correctly completes the sentence.

Answer:

Explanation:

NO.17 You build a conversational bot named bot1.


You need to configure the bot to use a QnA Maker application.
From the Azure Portal, where can you find the information required by bot1 to connect to the QnA
Maker application?
A. Access control (IAM)
B. Properties
C. Keys and Endpoint
D. Identity
Answer: C
Explanation:
Obtain values to connect your bot to the knowledge base
1.In the QnA Maker site, select your knowledge base.
2.With your knowledge base open, select the SETTINGS tab. Record the value shown for service
name. This value is useful for finding your knowledge base of interest when using the QnA Maker

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.

What should you expect as the output?


A. 0
B. 0.0
C. 7
D. 100
Answer: A C

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.20 You are building a social media messaging app.


You need to identify in real time the language used in messages.
Which SDK package should you install?
A. Azure.AI.Translation.Text
B. Microsoft.CognitiveServices.Speech
C. Azure.AI.Translation.Document
D. Azure.AI.Translation.Speech
Answer: A

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:

NO.23 You are developing a text processing solution.


You have the function shown below.

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!

Configure disk logging


The explanation and references are as follows:
Export model1 to Host1: This step is required to deploy the custom speech-to-text model to the
Docker host. You can use the Azure portal or the Azure CLI to export the model as a container
image2.
Run the container: This step is required to start the container and run the model on the Docker host.
You can use the Docker CLI to run the container image3.
Configure disk logging: This step is optional but recommended to monitor the performance and
health of the container. You can use the Docker CLI to configure disk logging for the container4.

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.30 You are developing the knowledgebase.


You use Azure Video Analyzer for Media (previously Video indexer) to obtain transcripts of webinars.
You need to ensure that the solution meets the knowledgebase requirements.
What should you do?
A. Create a custom language model
B. Configure audio indexing for videos only
C. Enable multi-language detection for videos
D. Build a custom Person model for webinar presenters
Answer: A
Explanation:
Can search content in different formats, including video
Audio and video insights (multi-channels). When indexing by one channel, partial result for those
models will be available.
Keywords extraction: Extracts keywords from speech and visual text.
Named entities extraction: Extracts brands, locations, and people from speech and visual text via
natural language processing (NLP).
Topic inference: Makes inference of main topics from transcripts. The 2nd-level IPTC taxonomy is
included.
Artifacts: Extracts rich set of "next level of details" artifacts for each of the models.
Sentiment analysis: Identifies positive, negative, and neutral sentiments from speech and visual text.
Reference:
https://docs.microsoft.com/en-us/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-
indexer-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!

NO.33 Select the answer that correctly completes the sentence.

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

You might also like