This page was exported from IT certification exam materials [ http://blog.dumpleader.com ] Export date:Fri Jan 31 21:01:08 2025 / +0000 GMT ___________________________________________________ Title: Current AI-102 Exam Dumps [2023] Complete Microsoft Exam Smoothly [Q79-Q100] --------------------------------------------------- Current AI-102  Exam Dumps [2023] Complete Microsoft Exam Smoothly AI-102 Premium PDF & Test Engine Files with 166 Questions & Answers How to Register For Exam AI-102: Designing and Implementing a Microsoft Azure AI Solution? Exam Register Link: https://examregistration.microsoft.com/?locale=en-us&examcode=AI-102&examname=Exam%20AI-102:%20Designing%20and%20Implementing%20a%20Microsoft%20Azure%20AI%20Solution&returnToLearningUrl=https%3A%2F%2Fdocs.microsoft.com%2Flearn%2Fcertifications%2Fexams%2Fai-102   NO.79 You develop an application that uses the Face API.You need to add multiple images to a person group.How should you complete the code? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. NO.80 Your company uses an Azure Cognitive Services solution to detect faces in uploaded images. The method to detect the faces uses the following code.You discover that the solution frequently fails to detect faces in blurred images and in images that contain sideways faces.  Use a different version of the Face API.  Use the Computer Vision service instead of the Face service.  Use the Identify method instead of the Detect method.  Change the detection model. You need to increase the likelihood that the solution can detect faces in blurred images and images that contain sideways faces.What should you do?Explanation:Evaluate different models.The best way to compare the performances of the detection models is to use them on a sample dataset. We recommend calling the Face – Detect API on a variety of images, especially images of many faces or of faces that are difficult to see, using each detection model. Pay attention to the number of faces that each model returns.Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/specify-detection-modelNO.81 You plan to use a Language Understanding application named app1 that is deployed to a container.App1 was developed by using a Language Understanding authoring resource named lu1.App1 has the versions shown in the following table.You need to create a container that uses the latest deployable version of app1.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. (Choose three.) Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-container-howtoNO.82 You are building a chatbot by using the Microsoft Bot Framework Composer as shown in the exhibit. (Click the Exhibit tab.)The chatbot contains a dialog named GetUserDetails. GetUserDetails contains a TextInput control that prompts users for their name.The user input will be stored in a property named name.You need to ensure that you can dispose of the property when the last active dialog ends.Which scope should you assign to name?  dialog  user  curn  conversation The dialog scope associates properties with the active dialog. Properties in the dialog scope are retained until the dialog ends.Incorrect Answers:A: The conversation scope associates properties with the current conversation. Properties in the conversation scope have a lifetime of the conversation itself. These properties are in scope while the bot is processing an activity associated with the conversation (for example, multiple users together in a Microsoft Teams channel).B: The user scope associates properties with the current user. Properties in the user scope do not expire. These properties are in scope while the bot is processing an activity associated with the user.C: The turn scope associates properties with the current turn. Properties in the turn scope expire at the end of the turn.Reference:https://docs.microsoft.com/en-us/composer/concept-memory?tabs=v2xNO.83 You 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-inputNO.84 You are using a Language Understanding service to handle natural language input from the users of a web-based customer agent.The users report that the agent frequently responds with the following generic response: “Sorry, I don’t understand that.” You need to improve the ability of the agent to respond to requests.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. (Choose three.) Step 1: Add prebuilt domain models as required.Prebuilt models provide domains, intents, utterances, and entities. You can start your app with a prebuilt model or add a relevant model to your app later.Note: Language Understanding (LUIS) provides prebuilt domains, which are pre-trained models of intents and entities that work together for domains or common categories of client applications.The prebuilt domains are trained and ready to add to your LUIS app. The intents and entities of a prebuilt domain are fully customizable once you’ve added them to your app.Step 2: Enable active learningTo enable active learning, you must log user queries. This is accomplished by calling the endpoint query with the log=true querystring parameter and value.Step 3: Train and republish the Language Understanding modelThe process of reviewing endpoint utterances for correct predictions is called Active learning. Active learning captures endpoint queries and selects user’s endpoint utterances that it is unsure of. You review these utterances to select the intent and mark entities for these real-world utterances. Accept these changes into your example utterances then train and publish. LUIS then identifies utterances more accurately.Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-review-endpoint-utterances#log-user-https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-prebuilt-modelNO.85 You 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=sentimentNO.86 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. Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-translateTopic 2, Contoso, Ltd.InfrastructureContoso has the following subscriptions:* Azure* Microsoft 365* Microsoft Dynamics 365Azure Active (Azure AD) DirectoryContoso has Azure Active Directory groups for securing role-based access. The company uses the following group naming conventions:* ICountryJ-[Levell-[Role]* [Level]-[Role]Intellectual PropertyContoso has the intellectual property shown in the following table.Text-based content is provided only in one language and is not translated.Planned ProjectsContoso 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 propertyTechnical RequirementsContoso 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 RequirementsContoso 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 RequirementsContoso identifies the following requirements for document processing:* 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 RequirementsContoso 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 researchNO.87 You are building a chatbot for a Microsoft Teams channel by using the Microsoft Bot Framework SDK. The chatbot will use 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. Reference:https://docs.microsoft.com/en-us/dotnet/api/microsoft.bot.builder.activityhandler.onmembersaddedasync?view=botbuilder-dotnet-stableNO.88 You are developing a service that records lectures given in English (United Kingdom).You have a method named AppendToTranscriptFile that takes translated text and a language identifier.You need to develop code that will provide transcripts of the lectures to attendees in their respective language. The supported languages are English, French, Spanish, and German.How should you complete the code? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. NO.89 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. Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-translateNO.90 Which scenario is an example of a streaming workload?  sending transactions daily from point of sale (POS) devices  sending cloud infrastructure metadata every 30 minutes  sending transactions that are older than a month to an archive  sending telemetry data from edge devices NO.91 Your company wants to reduce how long it takes for employees to log receipts in expense reports. All the receipts are in English.You need to extract top-level information from the receipts, such as the vendor and the transaction total. The solution must minimize development effort.Which Azure Cognitive Services service should you use?  Custom Vision  Personalizer  Form Recognizer  Computer Vision ExplanationAzure Form Recognizer is a cognitive service that lets you build automated data processing software using machine learning technology. Identify and extract text, key/value pairs, selection marks, tables, and structure from your documents-the service outputs structured data that includes the relationships in the original file, bounding boxes, confidence and more.Form Recognizer is composed of custom document processing models, prebuilt models for invoices, receipts, IDs and business cards, and the layout model.Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/form-recognizerNO.92 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. 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-csharpNO.93 You need to create a new resource that will be used to perform sentiment analysis and optical character recognition (OCR). The solution must meet the following requirements:Use a single key and endpoint to access multiple services.Consolidate billing for future services that you might use.Support the use of Computer Vision in the future.How should you complete the HTTP request to create the new resource? 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/rest/api/deviceupdate/resourcemanager/accounts/createhttps://www.analyticsvidhya.com/blog/2020/12/microsoft-azure-cognitive-services-api-for-ai-development/NO.94 Your company has a repotting solution that has paginated reports. The reports query a dimensional model in a data warehouse. Which type of processing does the reporting solution use?  Online Transaction Processing (OLTP)  Online Analytical Processing (OLAP)  batch processing  stream processing NO.95 A customer uses Azure Cognitive Search.The customer plans to enable a server-side encryption and use customer-managed keys (CMK) stored in Azure.What are three implications of the planned change? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.  The index size will increase.  Query times will increase.  A self-signed X.509 certificate is required.  The index size will decrease.  Query times will decrease.  Azure Key Vault is required. “Customer-managed keys require an additional billable service, Azure Key Vault, which can be in a different region, but under the same subscription, as Azure Cognitive Search. Enabling CMK encryption will increase index size and degrade query performance.” same document also lists Azure Key Vault as a requirement:https://docs.microsoft.com/en-us/azure/search/search-security-overview#data-protectionNO.96 You plan to perform predictive maintenance.You collect IoT sensor data from 100 industrial machines for a year. Each machine has 50 different sensors that generate data at one-minute intervals. In total, you have 5,000 time series datasets.You need to identify unusual values in each time series to help predict machinery failures.Which Azure Cognitive Services service should you use?  Anomaly Detector  Cognitive Search  Form Recognizer  Custom Vision NO.97 You are designing a conversation flow to be used in a chatbot.You need to test the conversation flow by using the Microsoft Bot Framework Emulator.How should you complete the .chat file? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. Graphical user interface, text, application Description automatically generatedReference:https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-add-media-attachments?view=azure-bot-seNO.98 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 to a new virtual network, and you configure Azure Private Link.Does this meet the goal?  Yes  No Reference:https://docs.microsoft.com/en-us/azure/private-link/private-link-overviewNO.99 You are developing a method for an application that uses the Translator API.The method will receive the content of a webpage, and then translate the content into Greek (el). The result will also contain a transliteration that uses the Roman alphabet.You need to create the URI for the call to the Translator API. You have the following URI.https://api.cognitive.microsofttranslator.com/translate?api-version=3.0 Which three additional query parameters should you include in the URI? Each correct answer presents part of the solution. (Choose three.) NOTE: Each correct selection is worth one point.  toScript=Cyrl  from=el  textType=html  to=el  textType=plain  toScript=Latn C: textType is an optional parameter. It defines whether the text being translated is plain text or HTML text (used for web pages).D: to is a required parameter. It specifies the language of the output text. The target language must be one of the supported languages included in the translation scope.F: toScript is an optional parameter. It specifies the script of the translated text. We use Latin (Roman alphabet) script.Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-translateNO.100 You are developing a new sales system that will process the video and text from a public-facing website.You plan to monitor the sales system to ensure that it provides equitable results regardless of the user’s location or background.Which two responsible AI principles provide guidance to meet the monitoring requirements? Each correct answer presents part of the solution. (Choose two.) NOTE: Each correct selection is worth one point.  transparency  fairness  inclusiveness  reliability and safety  privacy and security https://docs.microsoft.com/en-us/learn/modules/get-started-ai-fundamentals/8-understand-responsible-ai Loading … AI-102 Premium Files Practice Valid Exam Dumps Question: https://www.dumpleader.com/AI-102_exam.html --------------------------------------------------- Images: https://blog.dumpleader.com/wp-content/plugins/watu/loading.gif https://blog.dumpleader.com/wp-content/plugins/watu/loading.gif --------------------------------------------------- --------------------------------------------------- Post date: 2023-01-04 12:08:46 Post date GMT: 2023-01-04 12:08:46 Post modified date: 2023-01-04 12:08:46 Post modified date GMT: 2023-01-04 12:08:46