Pass Microsoft AI-102 Exam With Practice Test Questions Dumps Bundle [Q53-Q68]

Share

Pass Microsoft AI-102 Exam With  Practice Test Questions Dumps Bundle

2021 Valid AI-102  test answers & Microsoft Exam PDF


For more info read reference:

microsoft learning site AI-102 Skills measured Publish a Machine Learning Experiment with Microsoft Azure Machine Learning Studio Process and translate speech with Azure Cognitive Speech Services


The benefit of obtaining the AI-102: Designing and Implementing an Azure AI Solution Exam Certification

  • AI-102 certified candidates will be confident and stand different from others as their skills are more trained than non-certified professionals.
  • This certification credential will give you edge over other counterparts. Apart from knowledge from AI-102: Designing and Implementing an Azure AI Solution Exam.
  • AI-102 Certification is distinguished among competitors. AI-102 certification can give them an edge at that time easily when candidates appear for employment interview, employers are very fascinated to note one thing that differentiates the individual from all other candidates.
  • AI-102 credential delivers higher earning potential and increased promotion opportunities because it shows a good understanding of designing and implementing an Azure AI Solution
  • AI-102 Certification provides practical experience to candidates from all the aspects to be a proficient worker in the organization.

Topics of AI-102: Designing and Implementing an Azure AI Solution Exam

Candidates should apprehend the examination topics before they begin of preparation. because it’ll extremely facilitate them in touch the core. Our AI-102 dumps will include the following topics:

1. Analyze solution requirements (25-30%)

Recommend Cognitive Services APIs to meet business requirements

  • Identify components and technologies required to connect service endpoints
  • Select the appropriate AI models and services
  • Select the processing architecture for a solution
  • Identify automation requirements
  • Select the appropriate data processing technologies

Map security requirements to tools, technologies, and processes

  • Identify which users and groups have access to information and interfaces
  • Identify appropriate tools for a solution
  • Identify auditing requirements
  • Identify processes and regulations needed to conform with data privacy, protection, and regulatory requirements

Select the software, services, and storage required to support a solution

  • Identify integration points with other Microsoft services
  • Identify appropriate services and tools for a solution
  • Identify storage required to store logging, bot state data, and Cognitive Services output

2. Design AI solutions (40-45%)

Design solutions that include one or more pipelines

  • Design the integration point between multiple workflows and pipelines
  • Design pipelines that call Azure Machine Learning models
  • Select an AI solution that meet cost constraints
  • Design a strategy for ingest and egress data
  • Design pipelines that use AI apps

Design solutions that uses Cognitive Services

  • Design solutions that use vision, speech, language, knowledge, search, and anomaly detection APIs

Design solutions that implement the Bot Framework

  • Integrate bots with Azure app services and Azure Application Insights
  • Design bots that integrate with channels
  • Design bot services that use Language Understanding (LUIS)
  • Integrate bots and AI solutions

Design the compute infrastructure to support a solution

  • Identify whether to create a GPU, FPGA, or CPU-based solution
  • Select a compute solution that meets cost constraints
  • Identify whether to use a cloud-based, on-premises, or hybrid compute infrastructure

Design for data governance, compliance, integrity, and security

  • Ensure appropriate governance of data
  • Design a content moderation strategy for data usage within an AI solution
  • Design strategies to ensure that the solution meets data privacy regulations and industry standards
  • Define how users and applications will authenticate to AI services
  • Ensure that data adheres to compliance requirements defined by your organization

3. Implement and monitor AI solutions (25-30%)

Implement an AI workflow

  • Develop AI pipelines
  • Define and construct interfaces for custom AI services
  • Manage the flow of data through the solution components
  • Implement data logging processes

Integrate AI services with solution components

  • Configure prerequisite components to allow connectivity to the Bot Framework
  • Configure integration with Cognitive Services
  • Configure prerequisite components and input datasets to allow the consumption of Cognitive Services APIs
  • Implement Azure Search in a solution

Monitor and evaluate the AI environment

  • Maintain an AI solution for continuous improvement
  • Recommend changes to an AI solution based on performance data
  • Monitor AI components for availability
  • Identify the differences between KPIs, reported metrics, and root causes of the differences
  • Identify the differences between expected and actual workflow throughput

 

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

Explanation:
Box 1: No
Example: Greet a user whose name is stored in `user.name`
- ${ welcomeUser(user.name) }
Example: Greet a user whose name you don't know:
- ${ welcomeUser() }
Box 2: No
Greet(User) is a Send a response action.
Box 3: Yes
Reference:
https://docs.microsoft.com/en-us/composer/how-to-ask-for-user-input

 

NEW QUESTION 54
You are developing an internet-based training solution for remote learners.
Your company identifies that during the training, some learners leave their desk for long periods or become distracted.
You need to use a video and audio feed from each learner's computer to detect whether the learner is present and paying attention. The solution must minimize development effort and identify each learner.
Which Azure Cognitive Services service should you use for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/what-are-cognitive-services

 

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

Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-install-containers?tabs=sentiment

 

NEW QUESTION 56
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 have an Azure Cognitive Search service.
During the past 12 months, query volume steadily increased.
You discover that some search query requests to the Cognitive Search service are being throttled.
You need to reduce the likelihood that search query requests are throttled.
Solution: You add indexes.
Does this meet the goal?

  • A. Yes
  • B. No

Answer: B

Explanation:
Explanation
Instead, you could migrate to a Cognitive Search service that uses a higher tier.
Note: A simple fix to most throttling issues is to throw more resources at the search service (typically replicas for query-based throttling, or partitions for indexing-based throttling). However, increasing replicas or partitions adds cost, which is why it is important to know the reason why throttling is occurring at all.
Reference:
https://docs.microsoft.com/en-us/azure/search/search-performance-analysis

 

NEW QUESTION 57
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 develop an application to identify species of flowers by training a Custom Vision model. You receive images of new flower species.
You need to add the new images to the classifier.
Solution: You add the new images and labels to the existing model. You retrain the model, and then publish the model.
Does this meet the goal?

  • A. Yes
  • B. No

Answer: A

Explanation:
Explanation
The model needs to be extended and retrained.

 

NEW QUESTION 58
You are developing the smart e-commerce project.
You need to design the skillset to include the contents of PDFs in searches.
How should you complete the skillset design diagram? To answer, drag the appropriate services to the correct stages. Each service 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:

Explanation

Box 1: Azure Blob storage
At the start of the pipeline, you have unstructured text or non-text content (such as images, scanned documents, or JPEG files). Data must exist in an Azure data storage service that can be accessed by an indexer.
Box 2: Computer Vision API
Scenario: Provide users with the ability to search insight gained from the images, manuals, and videos associated with the products.
The Computer Vision Read API is Azure's latest OCR technology (learn what's new) that extracts printed text (in several languages), handwritten text (English only), digits, and currency symbols from images and multi-page PDF documents.
Box 3: Translator API
Scenario: Product descriptions, transcripts, and all text must be available in English, Spanish, and Portuguese.
Box 4: Azure Files
Scenario: Store all raw insight data that was generated, so the data can be processed later.
Reference:
https://docs.microsoft.com/en-us/azure/search/cognitive-search-concept-intro
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview-ocr

 

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

Answer:

Explanation:

Explanation:
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 learning
To 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 model
The 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.
Incorrect Answers:
Enable log collection by using Log Analytics
Application authors can choose to enable logging on the utterances that are sent to a published application. This is not done through Log Analytics.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-review-endpoint-utterances#log-user-queries-to-enable-active-learning
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-prebuilt-model

 

NEW QUESTION 60
You are developing an application that includes language translation.
The application will translate text retrieved by using a function named getTextToBeTranslated. 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:
Graphical user interface, text, application, email Description automatically generated

 

NEW QUESTION 61
You are developing a new sales system that will process the video and text from a public-facing website.
You plan to notify users that their data has been processed by the sales system.
Which responsible AI principle does this help meet?

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

Answer: A

Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/strategy/responsible-ai

 

NEW QUESTION 62
You develop a test method to verify the results retrieved from a call to the Computer Vision API. The call is used to analyze the existence of company logos in images. The call returns a collection of brands named brands.
You have the following code segment.

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:

Explanation:
Box 1: Yes
Box 2: Yes
If several logs are detected, or the logo image and the stylized brand name are detected as two separate logos, it starts numbering them from the bottom-left corner.
Box 3: No
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-brand-detection

 

NEW QUESTION 63
You are developing the smart e-commerce project.
You need to implement autocompletion as part of the Cognitive Search solution.
Which three actions should you perform? Each correct answer presents part of the solution. (Choose three.) NOTE: Each correct selection is worth one point.

  • A. Set the analyzer property for the three product name variants.
  • B. Add a suggester for each of the three product name fields.
  • C. Make API queries to the autocomplete endpoint and include suggesterName in the body.
  • D. Make API queries to the search endpoint and include the product name fields in the searchFields query parameter.
  • E. Add a suggester that has the three product name fields as source fields.
  • F. Set the searchAnalyzer property for the three product name variants.

Answer: A,C,E

Explanation:
Explanation
Scenario: Support autocompletion and autosuggestion based on all product name variants.
A: Call a suggester-enabled query, in the form of a Suggestion request or Autocomplete request, using an API.
API usage is illustrated in the following call to the Autocomplete REST API.
POST /indexes/myxboxgames/docs/autocomplete?search&api-version=2020-06-30
{
"search": "minecraf",
"suggesterName": "sg"
}
B: In Azure Cognitive Search, typeahead or "search-as-you-type" is enabled through a suggester. A suggester provides a list of fields that undergo additional tokenization, generating prefix sequences to support matches on partial terms. For example, a suggester that includes a City field with a value for "Seattle" will have prefix combinations of "sea", "seat", "seatt", and "seattl" to support typeahead.
F: Use the default standard Lucene analyzer ("analyzer": null) or a language analyzer (for example, "analyzer":
"en.Microsoft") on the field.
Reference:
https://docs.microsoft.com/en-us/azure/search/index-add-suggesters

 

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

Reference:
https://github.com/solliancenet/tech-immersion-data-ai/blob/master/ai-exp1/README.md

 

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

Explanation
Graphical user interface, text Description automatically generated

Reference:
https://docs.microsoft.com/en-us/azure/search/search-security-api-keys

 

NEW QUESTION 66
You need to upload speech samples to a Speech Studio project. How should you upload the samples?

  • A. Upload individual audio files in the .wma format.
  • B. Upload a .zip file that contains a collection of audio files in the .wav format and a corresponding text transcript file.
  • C. Upload individual audio files in the FLAC format and manually upload a corresponding transcript in Microsoft Word format.
  • D. Combine the speech samples into a single audio file in the .wma format and upload the file.

Answer: B

Explanation:
Explanation
To upload your data, navigate to the Speech Studio . From the portal, click Upload data to launch the wizard and create your first dataset. You'll be asked to select a speech data type for your dataset, before allowing you to upload your data.
The default audio streaming format is WAV
Use this table to ensure that your audio files are formatted correctly for use with Custom Speech:

Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-custom-speech-test-and-train

 

NEW QUESTION 67
You plan to provision a QnA Maker service in a new resource group named RG1.
In RG1, you create an App Service plan named AP1.
Which two Azure resources are automatically created in RG1 when you provision the QnA Maker service? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Language Understanding
  • B. Azure Cognitive Search
  • C. Azure App Service
  • D. Azure Storage
  • E. Azure SQL Database

Answer: B,C

Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/set-up-qnamaker-service-azure?tabs=v1#delete-azure-resources

 

NEW QUESTION 68
......

Top Microsoft AI-102 Courses Online: https://realpdf.pass4suresvce.com/AI-102-pass4sure-vce-dumps.html