[Q63-Q81] Real Exam Questions AI-102 Dumps Exam Questions in here [Jan-2023]

Share

Real Exam Questions AI-102 Dumps Exam Questions in here [Jan-2023]

Get Latest Jan-2023 Conduct effective penetration tests using AI-102


Prerequisites

Before enrolling in the process of taking the AI-102 exams, candidates should be skilled in implementing Python and C#, using APIs and SDKs based on REST to create natural language processing solutions, computer vision solutions, and knowledge mining and communicative AI solutions based on Azure. In addition, such specialists should be knowledgeable of the elements that create the Azure AI portfolio as well as the data storage options. To add more, they should be able to implement AI principles appropriately.


How to book the AI-102: Designing and Implementing an Azure AI Solution Exam

These are following steps for registering the AI-102: Designing and Implementing an Azure AI Solution exam.

  • Step 1: Visit to Microsoft Learning and search for AI-102: Developing Solutions for Microsoft Azure.
  • Step 2: Sign up/Login to Pearson VUE account
  • Step 3: Select local centre based on your country, date, time and confirm with a payment method.

 

NEW QUESTION 63
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.

Answer:

Explanation:

Box 1: mcr.microsoft.com/azure-cognitive-services/textanalytics/sentiment To run the Sentiment Analysis v3 container, execute the following docker run command.
docker run --rm -it -p 5000:5000 --memory 8g --cpus 1 \
mcr.microsoft.com/azure-cognitive-services/textanalytics/sentiment \
Eula=accept \
Billing={ENDPOINT_URI} \
ApiKey={API_KEY} is the endpoint for accessing the Text Analytics API.
https://<your-custom-subdomain>.cognitiveservices.azure.com
Box 2: https://contoso.cognitiveservices.azure.com
{ENDPOINT_URI} is the endpoint for accessing the Text Analytics API:
https://<your-custom-subdomain>.cognitiveservices.a The endpoint for accessing the Text Analytics API.
zure.com
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-install-co

 

NEW QUESTION 64
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 private endpoint to vnet1.
Does this meet the goal?

  • A. Yes
  • B. No

Answer: A

Explanation:
A private endpoint is a network interface that uses a private IP address from your virtual network. This network interface connects you privately and securely to a service powered by Azure Private Link. By enabling a private endpoint, you're bringing the service into your virtual network.
The service could be an Azure service such as:
Azure Storage
Azure Cosmos DB
Azure SQL Database
Your own service using a Private Link Service.
Reference:
https://docs.microsoft.com/en-us/azure/private-link/private-endpoint-overview

 

NEW QUESTION 65
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?

  • A. No
  • B. Yes

Answer: A

Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/cognitive-services-virtual-networks?tabs=portal#use-private-endpoints

 

NEW QUESTION 66
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.

Answer:

Explanation:

Explanation

Step 1: Pull the Anomaly Detector container image.
Step 2: Create a custom Dockerfile
Step 3: Push the image to an Azure container registry.
To push an image to an Azure Container registry, you must first have an image.
Step 4: Distribute the docker run script
Use the docker run command to run the containers.
Reference:
https://docs.microsoft.com/en-us/azure/container-registry/container-registry-intro

 

NEW QUESTION 67
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.

  • A. reliability and safety
  • B. transparency
  • C. inclusiveness
  • D. fairness
  • E. privacy and security

Answer: C,D

Explanation:
https://docs.microsoft.com/en-us/learn/modules/get-started-ai-fundamentals/8-understand-responsible-ai

 

NEW QUESTION 68
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.)

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-container-howto

 

NEW QUESTION 69
Select the answer that correctly completes the sentence.

Answer:

Explanation:

 

NEW QUESTION 70
You 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.

Answer:

Explanation:

 

NEW QUESTION 71
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. chicago
  • B. rain
  • C. by month
  • D. location

Answer: C

 

NEW QUESTION 72
You need to enable speech capabilities for a chatbot.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Create a Language Understanding service.
  • B. Enable WebSockets for the chatbot app.
  • C. Register a Direct Line Speech channel.
  • D. Create a Speech service.
  • E. Register a Cortana channel.
  • F. Enable CORS for the chatbot app.

Answer: B,C,D

Explanation:
Explanation
You can use the Speech service to voice-enable a chat bot.
The Direct Line Speech channel uses the text-to-speech service, which has neural and standard voices.
You'll need to make a small configuration change so that your bot can communicate with the Direct Line Speech channel using web sockets.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/tutorial-voice-enable-your-bot-speech-

 

NEW QUESTION 73
You are building a social media extension that will convert text to speech. The solution must meet the following requirements:
* Support messages of up to 400 characters.
* Provide users with multiple voice options.
* Minimize costs.
You create an Azure Cognitive Services resource.
Which Speech API endpoint provides users with the available voice options?

  • A. https://uksouth.voice.speech.microsoft.com/cognitiveservices/v1?deploymentld = {deploymentld>
  • B. https://uksouth.tts.speech.microsoft.conT/cognitiveservices/voices/list
  • C. https://uksouth.api.cognitive.microsoft.eom/speechtotext/v3.0/models/base
  • D. https://uksouth.customvoice.apispeech.microsoft.eom/api/texttospeech/v3.0/longaudiosynthesis/voices

Answer: D

 

NEW QUESTION 74
What is a characteristic of a non-relational database?

  • A. self describing entities
  • B. a fixed schema
  • C. full support for Transact-SGL

Answer: A

 

NEW QUESTION 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.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/composer/how-to-ask-for-user-input

 

NEW QUESTION 76
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:

 

NEW QUESTION 77
Select the answer that correctly completes the sentence.

Answer:

Explanation:

 

NEW QUESTION 78
You create a knowledge store for Azure Cognitive Search by using the following JSON.

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:

 

NEW QUESTION 79
You are developing an application that includes language translation.
The application will translate text retrieved by using a function named get_text_to_be_translated. 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:

 

NEW QUESTION 80
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.

Answer:

Explanation:

1 - Use the GeoProjects endpoint on acvdev.
2 - Use the ExportProjects endpoint on acvdev.
3 - Use the ImportProjects endpoint on acvprod.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-tutorial-pattern#what-did-this-tutorial-accomplish

 

NEW QUESTION 81
......


How much AI-102: Designing and Implementing an Azure AI Solution Exam Cost

The price of the Microsoft Mobility and Devices Fundamentals exam is $165 USD, for more information related to exam price please visit to Microsoft Training website as prices of Microsoft exams fees get varied country wise.

 

Authentic Best resources for AI-102 Online Practice Exam: https://www.ipassleader.com/Microsoft/AI-102-practice-exam-dumps.html

Get the superior quality AI-102 Dumps with explanations waiting just for you, get it now: https://drive.google.com/open?id=16LCt6ul7qm-nV4Cf66oRz7ovCzQlug4B