This page was exported from Free Exams Dumps Materials [ http://exams.dumpsmaterials.com ] Export date:Wed Dec 4 8:28:38 2024 / +0000 GMT ___________________________________________________ Title: [Full-Version] 2023 New AI-102 Actual Exam Dumps, Microsoft Practice Test [Q66-Q87] --------------------------------------------------- [Full-Version] 2023 New AI-102 Actual Exam Dumps,  Microsoft Practice Test Study HIGH Quality AI-102 Free Study Guides and Exams Tutorials The Microsoft AI-102 exam covers various topics related to AI solution development, including designing and implementing AI workflows, creating natural language processing solutions, leveraging computer vision techniques, and implementing machine learning models. It also tests the candidate's ability to work with Azure services such as Azure Cognitive Services, Azure Machine Learning, and Azure Databricks.   NO.66 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. NO.67 You build a bot by using the Microsoft Bot Framework SDK and the Azure Bot Service.You plan to deploy the bot to Azure.You register the bot by using the Bot Channels Registration service.Which two values are required to complete the deployment? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.  botld  tenancld  appld  objeccld  appSecrec Reference:https://github.com/MicrosoftDocs/bot-docs/blob/live/articles/bot-service-quickstart-registration.mdNO.68 You plan to use containerized versions of the Anomaly Detector API on local devices for testing and in on-premises datacenters.You need to ensure that the containerized deployments meet the following requirements:Prevent billing and API information from being stored in the command-line histories of the devices that run the container.Control access to the container images by using Azure role-based access control (Azure RBAC).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.) NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select. NO.69 What ate two uses of data visualization? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.  Communicate the significance of data.  Represent trends and patterns over time.  Implement machine learning to predict future values.  Enforce business logic across reports. NO.70 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.71 You are building a chatbot by using the Microsoft Bot Framework Composer.You have the dialog design shown in the following exhibit.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/concept-language-generationhttps://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/coalescefunctionNO.72 You 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. Explanation:Box 1: ClassificationBox 2: MulticlassA multiclass classification project is for classifying images into a set of tags, or target labels. An image can be assigned to one tag only.Box 3: GeneralGeneral: Optimized for a broad range of image classification tasks. If none of the other specific domains are appropriate, or if you’re unsure of which domain to choose, select one of the General domains.Reference:https://cran.r-project.org/web/packages/AzureVision/vignettes/customvision.htmlNO.73 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.74 Select the answer that correctly completes the sentence. Topic 1, Contoso, Ltd.General OverviewContoso, 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 roles shown in the following table.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.75 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.76 You have a Custom Vision resource named acvdev in a development environment.You have a Custom Vision resource named acvprod in a production environment.In acvdev, you build an object detection model named obj1 in a project named proj1.You need to move obj1 to acvprod.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. 1 – Use the GetProjects endpoint on acvdev.2 – Use the ExportProject endpoint on acvdev.3 – Use the ImportProject endpoint on acvprod.Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-tutorial-pattern#what-did-this-tutorial-accomplishNO.77 You have a Computer Vision resource named contoso1 that is hosted in the West US Azure region.You need to use contoso1 to make a different size of a product photo by using the smart cropping feature.How should you complete the API URL? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. NO.78 You are developing a call to the Face API. The call must find similar faces from an existing list named employeefaces. The employeefaces list contains 60,000 images.How should you complete the body of the HTTP request? 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. Explanation:Box 1: LargeFaceListIDLargeFaceList: Add a face to a specified large face list, up to 1,000,000 faces.Note: Given query face’s faceId, to search the similar-looking faces from a faceId array, a face list or a large face list. A “faceListId” is created by FaceList – Create containing persistedFaceIds that will not expire. And a “largeFaceListId” is created by LargeFaceList – Create containing persistedFaceIds that will also not expire.Incorrect Answers:Not “faceListId”: Add a face to a specified face list, up to 1,000 faces.Box 2: matchFaceFind similar has two working modes, “matchPerson” and “matchFace”. “matchPerson” is the default mode that it tries to find faces of the same person as possible by using internal same-person thresholds. It is useful to find a known person’s other photos. Note that an empty list will be returned if no faces pass the internal thresholds. “matchFace” mode ignores same-person thresholds and returns ranked similar faces anyway, even the similarity is low. It can be used in the cases like searching celebrity-looking faces.Reference:https://docs.microsoft.com/en-us/rest/api/faceapi/face/findsimilarNO.79 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.80 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.) NO.81 You 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-detectionNO.82 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. Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/how-to-add-facesNO.83 You are building a chatbot that will provide information to users as shown in the following exhibit.Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.NOTE: Each correct selection is worth one point. Reference:https://docs.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-referencehttps://docs.microsoft.com/en-us/composer/how-to-send-cards?tabs=v1xNO.84 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 pattern in the FindContact intent.Does this meet the goal?  Yes  No 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-intentNO.85 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. Reference:https://docs.microsoft.com/en-us/java/api/com.microsoft.azure.cognitiveservices.vision.computervision.computervision.analyzeimageinstreamasyncNO.86 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.  the adult classification score  optical character recognition (OCR)  personal data  text classification  the racy classification score NO.87 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.) 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 Loading … The Microsoft AI-102 exam is divided into several sections, with each section covering a specific aspect of designing and implementing Azure AI solutions. Candidates must demonstrate their ability to work with Azure's various AI services, such as Azure Cognitive Services, Azure Machine Learning, and Azure Bot Service. They must also be able to integrate these services with other Azure services, such as Azure Data Factory and Azure HDInsight.   Get 100% Real Free Azure AI Engineer Associate AI-102 Sample Questions: https://www.dumpsmaterials.com/AI-102-real-torrent.html --------------------------------------------------- Images: https://exams.dumpsmaterials.com/wp-content/plugins/watu/loading.gif https://exams.dumpsmaterials.com/wp-content/plugins/watu/loading.gif --------------------------------------------------- --------------------------------------------------- Post date: 2023-08-10 10:28:55 Post date GMT: 2023-08-10 10:28:55 Post modified date: 2023-08-10 10:28:55 Post modified date GMT: 2023-08-10 10:28:55