[Oct 24, 2023] Latest Questions AI-102 Guide to Prepare Free Practice Tests
Reliable AI-102 Dumps Questions Available as Web-Based Practice Test Engine
Microsoft AI-102 certification exam is an excellent way for professionals to demonstrate their knowledge and skills in designing and implementing Microsoft Azure AI solutions. AI-102 exam covers a wide range of topics related to AI and requires candidates to have experience in developing and deploying AI solutions on the Azure platform. Designing and Implementing a Microsoft Azure AI Solution certification is an essential step for professionals who want to advance their careers in the field of AI and stay up-to-date with the latest trends and technologies.
NEW QUESTION # 75
You train a Custom Vision model used in a mobile app.
You receive 1,000 new images that do not have any associated data.
You need to use the images to retrain the model. The solution must minimize how long it takes to retrain the model.
Which three actions should you perform in the Custom Vision portal? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
1 - upload all the images
2 - Get suggested tags
3 - Review the suggestions and confirm the tags
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/suggested-tags
NEW QUESTION # 76
Select the answer that correctly completes the sentence.
Answer:
Explanation:
NEW QUESTION # 77
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.
Answer:
Explanation:
NEW QUESTION # 78
You have a web app that uses Azure Cognitive Search.
When reviewing billing for the app, you discover much higher than expected charges. You suspect that the query key is compromised.
You need to prevent unauthorized access to the search endpoint and ensure that users only have read only access to the documents collection. The solution must minimize app downtime.
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:
1 - Add a new query key.
2 - Change the app to use the new key.
3 - Delete the compromised key.
Reference:
https://docs.microsoft.com/en-us/azure/search/search-security-api-keys
NEW QUESTION # 79
You have an app that manages feedback.
You need to ensure that the app can detect negative comments by using the Sentiment Analysis API in Azure Cognitive Service for Language. The solution must ensure that the managed feedback remains on your company's internal network.
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.
NOTE: More than one order of answer choices is correct You will receive credit for any of the correct orders you select.
Answer:
Explanation:
1 - Provision the Language service resource in Azure.
2 - Deploy a Docker container to an on-premises server.
3 - Run the container and query the prediction endpoint.
NEW QUESTION # 80
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:
1 - Provision an on-premises Kubernetes cluster that is isolated from the internet.
2 - Pull an image from the Microsoft Container Registery (MCR).
3 - Run the container and specify an API key and the Endpoint URL of the Cognitive Services resource.
NEW QUESTION # 81
You are building an app that will enable users to upload images. The solution must meet the following requirements:
* Automatically suggest alt text for the images.
* Detect inappropriate images and block them.
* Minimize development effort.
You need to recommend a computer vision endpoint for each requirement.
What should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION # 82
Select the answer that correctly completes the sentence.
Answer:
Explanation:
Explanation
NEW QUESTION # 83
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.
Answer:
Explanation:
Explanation:
Box 1: api.cognitive.microsofttranslator.com
Translator 3.0: Translate. Send a POST request to:
https://api.cognitive.microsofttranslator.com/translate?api-version=3.0 Box 2: /translate Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-translate
NEW QUESTION # 84
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:
1 - Add a new application.
2 - Add example utterances.
3 - Train the application.
4 - Publish the application.
NEW QUESTION # 85
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.
Answer:
Explanation:
NEW QUESTION # 86
You have a chatbot that was built by using Microsoft Bot Framework and deployed to Azure.
You need to configure the bot to support voice interactions. The solution must support multiple client apps.
Which type of channel should you use?
- A. Microsoft Teams
- B. Direct Line Speech
- C. Cortana
Answer: B
NEW QUESTION # 87
You are building a bot and that will use Language Understanding.
You have a LUDown file that contains the following content.
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.
Answer:
Explanation:
Explanation
Graphical user interface, text, application, email Description automatically generated
Reference:
https://github.com/solliancenet/tech-immersion-data-ai/blob/master/ai-exp1/README.md
NEW QUESTION # 88
You are developing a solution to generate a word cloud based on the reviews of a company's products.
Which Text Analytics REST API endpoint should you use?
- A. IceyPhrases
- B. sentiment
- C. entities/recognition/general
- D. languages
Answer: A
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview
NEW QUESTION # 89
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 intent for location.
Does this meet the goal?
- A. No
- B. Yes
Answer: A
Explanation:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-intent
NEW QUESTION # 90
You are developing the document processing workflow.
You need to identify which API endpoints to use to extract text from the financial documents. The solution must meet the document processing requirements.
Which two API endpoints should you identify? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. /vision/v3.2/read/analyze
- B. /formercognizer/v2.0/custom/models{modelId}/ analyze
- C. /vision/v3.2/describe
- D. /vision/v3.2/read/analyzeResults
- E. /formrecognizer/v2.0/prebuilt/receipt/analyze
Answer: A,E
Explanation:
C: Analyze Receipt - Get Analyze Receipt Result.
Query the status and retrieve the result of an Analyze Receipt operation.
Request URL: Error! Hyperlink reference not valid.
E: POST {Endpoint}/vision/v3.2/read/analyze
Use this interface to get the result of a Read operation, employing the state-of-the-art Optical Character Recognition (OCR) algorithms optimized for text-heavy documents.
Scenario: Contoso plans to develop a document processing workflow to extract information automatically from PDFs and images of financial documents 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.
Reference:
https://westus2.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-preview/operations/GetAnalyzeReceiptResult
https://docs.microsoft.com/en-us/rest/api/computervision/3.1/read/read
NEW QUESTION # 91
You have an Azure Cognitive Search resource named Search 1 that is used by multiple apps You need to secure Search 1. The solution must meet the following requirements:
* Prevent access to Search1 from the internet.
* Limit the access of each app to specific queries
What should you do? To answer, select the appropriate options in the answer area NOTE Each correct answer is worth one point.
Answer:
Explanation:
NEW QUESTION # 92
You build a Language Understanding model by using the Language Understanding portal.
You export the model as a JSON file as shown in the following sample.
To what does the Weather.Historic entity correspond in the utterance?
- A. by month
- B. chicago
- C. rain
- D. location
Answer: A
NEW QUESTION # 93
Select the answer that correctly completes the sentence.
Answer:
Explanation:
NEW QUESTION # 94
......
Microsoft AI-102 exam measures your ability to build and deploy AI models, integrate AI services into applications, and monitor and optimize AI solutions. AI-102 exam focuses on three key areas: designing AI solutions, implementing AI solutions, and monitoring and optimizing AI solutions. AI-102 exam also covers various Azure AI services, including Azure Cognitive Services, Azure Machine Learning, and Azure Bot Service.
Correct and Up-to-date Microsoft AI-102 BrainDumps: https://www.examdumpsvce.com/AI-102-valid-exam-dumps.html
Current AI-102 dumps Preparation through Our Practice Test: https://drive.google.com/open?id=1N2n-dr-xFY5QN0i4-Yb9QKkFhknD6ILW
