AI-102 Free Certification Exam Material from Dumpexams with 383 Questions
Use Real AI-102 - 100% Cover Real Exam Questions
Microsoft AI-102: Designing and Implementing a Microsoft Azure AI Solution Exam is a comprehensive exam that tests your knowledge and skills in designing and implementing AI solutions using Microsoft Azure technologies. AI-102 exam is a great way to demonstrate your expertise in AI solutions and is highly valued by employers and clients. With the right preparation, individuals can clear the exam and open up new opportunities in the field of AI solution design and implementation.
Microsoft AI-102 is an exam that is designed for IT professionals who are interested in Microsoft Azure and artificial intelligence technologies. AI-102 exam tests the candidate's knowledge and skills in designing and implementing an AI solution using Azure services. AI-102 exam is a part of the Microsoft Certified: Azure AI Engineer Associate certification and is aimed at professionals who have experience in AI solution development and deployment.
NEW QUESTION # 147
Hotspot Question
You are building a custom vision model that will be deployed as part of an iOS app.
You have images of cats and dogs. Each image contains either a cat or a dog.
You need to use the Azure AI Custom Vision service to detect whether the image is of a cat or a dog.
How should you configure the project in the Azure AI Custom Vision portal? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
Project Type: Classification
Classification Type: Multiclass (Single tag per image)
Since each image contains either a cat or a dog, you need to classify each image into a single category. The Classification project type is appropriate because it assigns labels to entire images rather than detecting multiple objects within an image.
For Classification Type, selecting Multiclass (Single tag per image) ensures that each image is assigned only one label: either "cat" or "dog." Multilabel (Multiple tags per image) would be used if an image could contain both a cat and a dog, which is not the case here.
NEW QUESTION # 148
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.
Answer:
Explanation:
Explanation:
Box 1: No
Box 2: Yes
Box 3: No
NEW QUESTION # 149
You plan to build a chatbot to support task tracking.
You create a Conversational Language Understanding service named Iu1.
You need to build a Conversational Language Understanding model to Integrate into the chatbot. The solution must minimize development time to build the model.
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.
Answer:
Explanation:
Explanation
NEW QUESTION # 150
Hotspot Question
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 identify 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 selection is worth one point.
Answer:
Explanation:
NEW QUESTION # 151
You are developing the knowledgebase by using Azure Cognitive Search.
You need to meet the knowledgebase requirements for searching equivalent terms.
What should you include in the solution?
- A. synonym map
- B. a built-in key phrase extraction skill
- C. a custom analyzer
- D. a suggester
Answer: A
Explanation:
Within a search service, synonym maps are a global resource that associate equivalent terms, expanding the scope of a query without the user having to actually provide the term. For example, assuming "dog", "canine", and "puppy" are mapped synonyms, a query on "canine" will match on a document containing "dog".
Create synonyms: A synonym map is an asset that can be created once and used by many indexes.
Reference:
https://docs.microsoft.com/en-us/azure/search/search-synonyms
NEW QUESTION # 152
You have a text-based chatbot.
You need to enable content moderation by using the Text Moderation API of Content Moderator.
Which two service responses should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. the adult classification score
- B. optical character recognition (OCR)
- C. text classification
- D. personal data
- E. the racy classification score
Answer: C,D
Explanation:
https://learn.microsoft.com/en-us/azure/cognitive-services/content-moderator/text-moderation-api Use Content Moderator's text moderation models to analyze text content, such as chat rooms, discussion boards, chatbots, e-commerce catalogs, and documents.
The service response includes the following information:
- Profanity: term-based matching with built-in list of profane terms in various languages
- Classification: machine-assisted classification into three categories
- Personal data
- Auto-corrected text
- Original text
- Language
NEW QUESTION # 153
You are building a solution that students will use to find references for essays. You use the following code to start building the solution.
For each of the following statements, select Yes is the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
NEW QUESTION # 154
You plan to build a chatbot to support task tracking.
You create a Language Understanding service named lu1.
You need to build a Language Understanding model to integrate into the chatbot. The solution must minimize development time to build the model.
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.)
Answer:
Explanation:
NEW QUESTION # 155
You are developing an application that includes language translation.
The application will translate text retrieved by using a function named getTextToBeTranslated. The text can be in one of many languages. The content of the text must remain within the Americas Azure geography.
You need to develop code to translate the text to a single 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.
Answer:
Explanation:
Explanation:
NEW QUESTION # 156
You have 100 chatbots that each has its own Language Understanding model.
Frequently, you must add the same phrases to each model.
You need to programmatically update the Language Understanding models to include the new phrases.
How should you complete the code? 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:
Explanation:
Explanation
Box 1: AddPhraseListAsync
Example: Add phraselist feature
var phraselistId = await client.Features.AddPhraseListAsync(appId, versionId, new PhraselistCreateObject
{
EnabledForAllModels = false,
IsExchangeable = true,
Name = "QuantityPhraselist",
Phrases = "few,more,extra"
});
Box 2: PhraselistCreateObject
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/client-libraries-rest-api
NEW QUESTION # 157
You are building an app that will scan confidential documents and use the Language service to analyze the contents.
You provision an Azure Cognitive Services resource.
You need to ensure that the app can make requests to the Language service endpoint. The solution must ensure that confidential documents remain on-premises.
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:
Explanation:
NEW QUESTION # 158
You have a collection of press releases stored as PDF files.
You need to extract text from the files and perform sentiment analysis.
Which service should you use for each task? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
You have press releases stored as PDF files. The task involves two parts:
* Extract text
* The correct service for OCR and text extraction from images and PDFs is Azure Computer Vision (specifically, the OCR and Read API).
* While Form Recognizer can also extract text, it is primarily used for structured documents like invoices, receipts, or forms. Since the documents here are press releases (unstructured text), the best service is Computer Vision.
* Perform sentiment analysis
* Sentiment analysis falls under natural language processing (NLP).
* The correct service is Azure AI Language (Text Analytics API).
* It provides sentiment analysis, opinion mining, key phrase extraction, entity recognition, and more.
Why not other options?
* Azure Cognitive Search is used for search indexing, not OCR or sentiment.
* Form Recognizer specializes in structured document extraction, not sentiment analysis.
* Computer Vision cannot perform sentiment analysis (only visual/text extraction).
The answer:
* Extract text # Computer Vision
* Perform sentiment analysis # Language
* Computer Vision Read OCR
* Language service - Sentiment Analysis
NEW QUESTION # 159
You build a QnA Maker resource to meet the chatbot requirements.
Which RBAC role should you assign to each group? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Box 1: Cognitive Service User
Ensure that the members of a group named Management-Accountants can approve the FAQs.
Approve=publish.
Cognitive Service User (read/write/publish): API permissions: All access to Cognitive Services resource except for ability to:
1. Add new members to roles.
2. Create new resources.
Box 2: Cognitive Services QnA Maker Editor
Ensure that the members of a group named Consultant-Accountants can create and amend the FAQs.
QnA Maker Editor: API permissions:
1. Create KB API
2. Update KB API
3. Replace KB API
4. Replace Alterations
5. "Train API" [in new service model v5]
Box 3: Cognitive Services QnA Maker Read
Ensure that the members of a group named the Agent-CustomerServices can browse the FAQs.
QnA Maker Read: API Permissions:
1. Download KB API
2. List KBs for user API
3. Get Knowledge base details
4. Download Alterations
Generate Answer
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/concepts/role-based-access-control
NEW QUESTION # 160
You are building a customer support chatbot.
You need to configure the bot to identify the following:
* Code names for internal product development
* Messages that include credit card numbers
The solution must minimize development effort.
Which Azure Cognitive Service for Language feature should you use for each requirement? To answer, drag the appropriate features to the correct requirements. Each feature 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:
Explanation:
Explanation
D:\mudassar\Untitled.jpg
NEW QUESTION # 161
Which database transaction property ensures that individual transactions are executed only once and either succeed in their entirety or roll back?
- A. isolation
- B. durability
- C. atomicity
- D. consistency
Answer: C
Explanation:
An atomic transaction is an indivisible and irreducible series of database operations such that either all occurs, or nothing occurs. A guarantee of atomicity prevents updates to the database occurring only partially, which can cause greater problems than rejecting the whole series outright. As a consequence, the transaction cannot be observed to be in progress by another database client.
NEW QUESTION # 162
You have an Azure subscription that contains an Al enrichment pipeline in Azure Cognitive Search and an Azure Storage account that has 10 G8 of scanned documents and images. You need to index the documents and images in the storage account. The solution must minimize how long it takes to build the index. What should you do?
- A. Configure field mappings by using the REST API.
- B. From the Azure portal, configure parallel indexing.
- C. From the Azure portal, configure scheduled indexing.
- D. Create a text-based indexer by using the REST API.
Answer: B
Explanation:
* You need to minimize indexing time for 10 GB of scanned docs and images.
* Azure Cognitive Search supports parallel indexing to increase throughput by partitioning work.
* A text-based indexer or scheduled indexing will not reduce build time.
* Field mappings help transform fields but don't affect indexing speed.
* Therefore, the correct way to speed up index building is parallel indexing.
The answer: A
NEW QUESTION # 163
You have a 20-GB video file named File1.avi that is stored on a local drive.
You need to index File1.avi by using the Azure AI Video Indexer website.
What should you do first?
- A. Upload File1.avi to the www.youtube.com webpage.
- B. Upload File1.avi to Microsoft OneDrive.
- C. Upload File1.avi to the Azure AI Video Indexer website.
- D. Upload File1.avi to an Azure Storage queue.
Answer: B
Explanation:
On the Azure AI Video Indexer website, uploading directly from your device is limited to 2 GB-your file is 20 GB, so this won't work. Instead, the recommended approach is to upload the video to an online location and use the "Enter URL" option in the Video Indexer site. The service accepts a direct media-file URL (not a web page like YouTube) and supports uploads up to 30 GB via URL. Given the options provided, OneDrive is the only viable online storage choice listed to host the file before submitting its direct URL to Video Indexer. (Note: the URL must resolve directly to the media file; YouTube links are explicitly not supported, and an Azure Storage queue is not for storing video files.) Microsoft References
* Azure AI Video Indexer support matrix: 2-GB limit from device; 30-GB limit via URL; URL must be a direct media file, not a webpage (e.g., YouTube). Microsoft Learn
* Upload & index media in the Video Indexer website ("Enter URL" flow). Microsoft Learn
* Considerations at scale: prefer URL upload over byte array; reiterates 2-GB vs 30-GB limits. Microsoft Learn
NEW QUESTION # 164
You are building a model to detect objects in images.
The performance of the model based on training data is shown in the following exhibit.

Answer:
Explanation:
NEW QUESTION # 165
......
In order to prepare for the AI-102 certification exam, candidates can take advantage of a number of resources provided by Microsoft. This includes online courses, practice exams, and study guides. Additionally, candidates can gain hands-on experience by working on real-world AI projects on the Azure platform. By combining theoretical knowledge with practical experience, candidates can ensure they are fully prepared to pass the exam and demonstrate their skills in designing and implementing AI solutions on Azure.
Dumps Brief Outline Of The AI-102 Exam: https://passguide.dumpexams.com/AI-102-vce-torrent.html