This page was exported from Top Exam Collection [ http://blog.topexamcollection.com ] Export date:Thu Apr 10 19:22:50 2025 / +0000 GMT ___________________________________________________ Title: 2023 Updated Verified Pass AI-102 Exam - Real Questions & Answers [Q70-Q88] --------------------------------------------------- 2023 Updated Verified Pass AI-102 Exam - Real Questions and Answers Dumps Moneyack Guarantee - AI-102 Dumps Approved Dumps Microsoft AI-102 exam is designed to test the candidate's ability to design and implement AI solutions using Azure technologies. AI-102 exam covers a range of concepts, such as data pre-processing, model training and evaluation, deployment, and monitoring. Additionally, the exam assesses the candidate's ability to work with different Azure services and tools, including Azure Machine Learning, Cognitive Services, and Bot Services. Furthermore, the exam evaluates the candidate's ability to design and implement secure and scalable AI solutions that meet business requirements.   QUESTION 70You are building a multilingual chatbot.You need to send a different answer for positive and negative messages.Which two Text Analytics APIs should you use? Each correct answer presents part of the solution. (Choose two.) NOTE: Each correct selection is worth one point.  Linked entities from a well-known knowledge base  Sentiment Analysis  Key Phrases  Detect Language  Named Entity Recognition ExplanationB: The Text Analytics API’s Sentiment Analysis feature provides two ways for detecting positive and negative sentiment. If you send a Sentiment Analysis request, the API will return sentiment labels (such as “negative”,“neutral” and “positive”) and confidence scores at the sentence and document-level.D: The Language Detection feature of the Azure Text Analytics REST API evaluates text input for each document and returns language identifiers with a score that indicates the strength of the analysis.This capability is useful for content stores that collect arbitrary text, where language is unknown. Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to- sentiment-analysis?tabs=version-3-1https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to- language-detectionQUESTION 71Match the types of workloads to the appropriate scenarios.To answer, drag the appropriate workload type from the column on the left to its scenario on the right. Each workload type may he used once, more than once, or not at all.NOTE: Each correct match is worth one point. QUESTION 72You need to develop an extract solution for the receipt images. The solution must meet the document processing requirements and the technical requirements.You upload the receipt images to the From Recognizer API for analysis, and the API returns the following JSON.Which expression should you use to trigger a manual review of the extracted information by a member of the Consultant-Bookkeeper group?  documentResults.docType == “prebuilt:receipt”  documentResults.fields.”.confidence < 0.7  documentResults.fields.ReceiptType.confidence > 0.7  documentResults.fields.MerchantName.confidence < 0.7 ExplanationNeed to specify the field name, and then use < 0.7 to handle trigger if confidence score is less than 70%.Reference:https://docs.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/api-v2-0/reference-sdk-api-v2-0QUESTION 73You are building an Al solution that will use Sentiment Analysis results from surveys to calculate bonuses for customer service staff. You need to ensure that the solution meets the Microsoft responsible Al principles. What should you do?  Add a human review and approval step before making decisions that affect the staffs financial situation  Include the Sentiment Analysis results when surveys return a low confidence score.  Use all the surveys, including surveys by customers who requested that their account be deleted and their data be removed.  Publish the raw survey data to a central location and provide the staff with access to the location. QUESTION 74You are developing the knowledgebase by using Azure Cognitive Search.You need to build a skill that will be used by indexers.How should you complete the code? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. Reference:https://docs.microsoft.com/en-us/azure/search/cognitive-search-skill-entity-recognitionQUESTION 75You are reviewing the design of a chatbot. The chatbot includes a language generation file that contains the following fragment.# Greet(user)– ${Greeting()}, ${user.name}For each of the following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each correct selection is worth one point. Reference:https://docs.microsoft.com/en-us/composer/how-to-ask-for-user-inputQUESTION 76Match 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. ExplanationQUESTION 77You have a chatbot that uses a QnA Maker application.You enable active learning for the knowledge base used by the QnA Maker application.You need to integrate user input into 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. 1 – For the knowledge base, select Show active learning suggestions.2 – Approve and reject suggestions.3 – Save and train the knowledge base.4 – Publish the knowledge base.Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/improve-knowledge-baseQUESTION 78You create five bots by using Microsoft Bot Framework Composer.You need to make a single bot available to users that combines the bots. The solution must support dynamic routing to the bots based on user input.Which three actions should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.  Create an Orchestrator model.  Change the Recognizer/Dispatch type.  Create a composer extension.  Enable WebSockets.  Create a custom recognizer JSON file.  Install the Orchestrator package. QUESTION 79For each of the following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each correct selection is worth one point. QUESTION 80You plan to deploy a containerized version of an Azure Cognitive Services service that will be used for text analysis.You configure https://contoso.cognitiveservices.azure.com as the endpoint URI for the service, and you pull the latest version of the Text Analytics Sentiment Analysis container.You need to run the container on an Azure virtual machine by using Docker.How should you complete the command? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-install-containers?tabs=sentimentQUESTION 81You develop an app in O named App1 that performs speech-to-speech translation.You need to configure App1 to translate English to German.How should you complete the speechTransiationConf ig object? 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. QUESTION 82You need to develop an extract solution for the receipt images. The solution must meet the document processing requirements and the technical requirements.You upload the receipt images to the From Recognizer API for analysis, and the API returns the following JSON.Which expression should you use to trigger a manual review of the extracted information by a member of the Consultant-Bookkeeper group?  documentResults.docType == “prebuilt:receipt”  documentResults.fields.”.confidence < 0.7  documentResults.fields.ReceiptType.confidence > 0.7  documentResults.fields.MerchantName.confidence < 0.7 Need to specify the field name, and then use < 0.7 to handle trigger if confidence score is less than 70%.Reference:https://docs.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/api-v2-0/reference-sdk-api-v2-0Topic 2, Wide World ImportersExisting EnvironmentA 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.ApplicationsWide World Importers has an App Service plan that contains the web apps shown in the following table.Azure ResourcesYou have the following resources:An Azure Active Directory (Azure AD) tenantThe tenant supports internal authentication.All employees belong to a group named AllUsers.Senior managers belong to a group named LeadershipTeam.An Azure Functions resourceA 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 accountThe account uses the Core (SQL) API.The account stores data for the Product Management app and the Inventory Tracking app.An Azure Storage accountThe account contains blob containers for assets related to products.The assets include images, videos, and PDFs.An Azure Cognitive Services resource named wwicsA Video Indexer resource named wwiviRequirementsBusiness GoalsWide World Importers wants to leverage AI technologies to differentiate itself from its competitors.Planned ChangesWide 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 RequirementsWide 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 RequirementsWide 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 RequirementsWide 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 RequirementsWide 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 RequirementsWide 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 RequirementsWide 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 SampleYou have the following JSON sample for a product.QUESTION 83You run the following command.For each of the following statements, select Yes if the statement is true. Otherwise, select No. Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-container-howtoQUESTION 84You 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?  Create a custom language model  Configure audio indexing for videos only  Enable multi-language detection for videos  Build a custom Person model for webinar presenters ExplanationCan search content in different formats, including videoAudio 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-overvQUESTION 85You are building a model that will be used in an iOS app.You have images of cats and dogs. Each image contains either a cat or a dog.You need to use the Custom Vision service to detect whether the images is of a cat or a dog.How should you configure the project in the Custom Vision portal? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. Reference:https://cran.r-project.org/web/packages/AzureVision/vignettes/customvision.htmlQUESTION 86You are building a chatbot by using the Microsoft Bot Framework SDK.You use an object named UserProfile to store user profile information and an object named ConversationData to store information related to a conversation.You create the following state accessors to store both objects in state.var userStateAccessors = _userState.CreateProperty<UserProfile>(nameof(UserProfile)); var conversationStateAccessors = _conversationState.CreateProperty<ConversationData>(nameof(ConversationData)); The state storage mechanism is set to Memory Storage.For each of the following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each correct selection is worth one point. Reference:https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-v4-stateQUESTION 87You 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. ExplanationGraphical user interface, text, application, Word, email Description automatically generatedQUESTION 88You 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. 1 – Add an new application.2 – Add example utterances.3 – Train the application.4 – Publish the application. Loading … Updated PDF (New 2023) Actual Microsoft AI-102 Exam Questions: https://www.topexamcollection.com/AI-102-vce-collection.html --------------------------------------------------- Images: https://blog.topexamcollection.com/wp-content/plugins/watu/loading.gif https://blog.topexamcollection.com/wp-content/plugins/watu/loading.gif --------------------------------------------------- --------------------------------------------------- Post date: 2023-10-12 13:31:57 Post date GMT: 2023-10-12 13:31:57 Post modified date: 2023-10-12 13:31:57 Post modified date GMT: 2023-10-12 13:31:57