Real Microsoft AI-102 Exam Questions Study Guide [Q61-Q85]

Real Microsoft AI-102 Exam Questions Study Guide [Q61-Q85]

4.3/5 - (3 votes)

Real Microsoft AI-102 Exam Questions Study Guide

Updated and Accurate AI-102 Questions for passing the exam Quickly

AI-102: Designing and Implementing an Azure AI Solution Certification Path

The Microsoft Designing and Implementing an Azure AI Solution Certification includes only one AI-100 Exam.

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 exam dumps will include the following topics:

1. Analyze solution requirements (25-30%)

Recommend Cognitive Services APIs to meet business requirements

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

Map security requirements to tools, technologies, and processes

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

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

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

2. Design AI solutions (40-45%)

Design solutions that include one or more pipelines

  • Design the integration point between multiple workflows and pipelines
  • Design a strategy for ingest and egress data
  • Design pipelines that call Azure Machine Learning models

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 bot services that use Language Understanding (LUIS)
  • Design bots that integrate with channels
  • Integrate bots and AI solutions

Design the compute infrastructure to support a solution

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

Design for data governance, compliance, integrity, and security

  • Ensure appropriate governance of data
  • Define how users and applications will authenticate to AI services
  • Ensure that data adheres to compliance requirements defined by your organization
  • 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

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

Implement an AI workflow

  • Define and construct interfaces for custom AI services
  • Implement data logging processes
  • Create solution endpoints

Integrate AI services with solution components

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

Monitor and evaluate the AI environment

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

 

NO.61 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.

NO.62 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.

NO.63 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.

NO.64 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.)

NO.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 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 create a new model, and then upload the new images and labels.
Does this meet the goal?

 
 

NO.66 You have a chatbot that uses a QnA Maker application.
You enable active learning for the knowledge base used by the QnA Maker application.
You need to integrate user input into 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.

NO.67 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.

NO.68 You are building a bot on a local computer by using the Microsoft Bot Framework. The bot will use an existing Language Understanding model.
You need to translate the Language Understanding model locally by using the Bot Framework CLI. What should you do first?

 
 
 
 

NO.69 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?

 
 
 
 

NO.70 You use the Custom Vision service to build a classifier.
After training is complete, you need to evaluate the classifier.
Which two metrics are available for review? Each correct answer presents a complete solution. (Choose two.) NOTE: Each correct selection is worth one point.

 
 
 
 
 

NO.71 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.

 
 
 
 
 

NO.72 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.

 
 
 
 
 

NO.73 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.

NO.74 What is a primary characteristic of a relational database?

 
 
 
 

NO.75 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.

NO.76 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.

NO.77 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.

NO.78 You are creating an enrichment pipeline that will use Azure Cognitive Search. The knowledge store contains unstructured JSON data and scanned PDF documents that contain text.
Which projection type should you use for each data type? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

NO.79 Which database transaction property ensures that transactional changes to a database are preserved during unexpected operating system restarts?

 
 
 
 

NO.80 You are developing a text processing solution.
You develop the following method.

You call the method by using the following code.
GetKeyPhrases(textAnalyticsClient, “the cat sat on the mat”);
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

NO.81 Which property of a transactional workload guarantees that each transaction is treated as a single unit that either succeeds completely or tails completely?

 
 
 
 

NO.82 You need to develop code to upload images for the product creation project. The solution must meet the accessibility requirements.
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.83 You build a conversational bot named bot1.
You need to configure the bot to use a QnA Maker application.
From the Azure Portal, where can you find the information required by bot1 to connect to the QnA Maker application?

 
 
 
 

NO.84 You are building a Language Understanding model for purchasing tickets.
You have the following utterance for an intent named PurchaseAndSendTickets.
Purchase [2 audit business] tickets to [Paris] [next Monday] and send tickets to [[email protected]] You need to select the entity types. The solution must use built-in entity types to minimize training data whenever possible.
Which entity type should you use for each label? To answer, drag the appropriate entity types to the correct labels. Each entity type 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.

NO.85 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.


Prepare Important Exam with AI-102 Exam Dumps: https://www.examcollectionpass.com/Microsoft/AI-102-practice-exam-dumps.html

         

Leave a Reply

Your email address will not be published. Required fields are marked *

Enter the text from the image below