AI-102 Designing and Implementing a Microsoft Azure AI Solution (beta) Exam

Candidates for Exam AI-102 should have subject matter expertise building, managing, and deploying AI solutions that leverage Azure Cognitive Services, Azure Cognitive Search, and Microsoft Bot Framework.

Candidates for this exam should be proficient in C#, Python, or JavaScript and should be able to use REST-based APIs and SDKs to build computer vision, natural language processing, knowledge mining, and conversational AI solutions on Azure. They should also understand the components that make up the Azure AI portfolio and the available data storage options. Plus, candidates need to understand and be able to apply responsible AI principles.

Beta exams are not scored immediately because we are gathering data on the quality of the questions and the exam. Learn more about the value and importance of beta exams.

Part of the requirements for: Microsoft Certified: Azure AI Engineer Associate
Related exams: none
Important: See details
Go to Certification Dashboard
Exam AI-102: Designing and Implementing a Microsoft Azure AI Solution (beta)
Languages: English
Retirement date: none

This exam measures your ability to accomplish the following technical tasks: plan and manage an Azure Cognitive Services solutions; implement Computer Vision solutions; implement natural language processing solutions; implement knowledge mining solutions; and implement conversational AI solutions.

Skills measured
Plan and manage an Azure Cognitive Services solution (15-20%)
Implement Computer Vision solutions (20-25%)
Implement natural language processing solutions (20-25%)
Implement knowledge mining solutions (15-20%)
Implement conversational AI solutions (15-20%)


Audience Profile
Candidates for Exam AI-102: Designing and Implementing a Microsoft Azure AI Solution build, manage, and deploy AI solutions that leverage Azure Cognitive Services, Azure Cognitive Search, and Microsoft Bot Framework.
Their responsibilities include participating in all phases of AI solutions development—from requirements definition and design to development, deployment, maintenance, performance tuning, and monitoring.
They work with solution architects to translate their vision and with data scientists, data engineers, IoT specialists, and AI developers to build complete end-to-end AI solutions.

Candidates for this exam should be proficient in C#, Python, or JavaScript and should be able to use REST-based APIs and SDKs to build computer vision, natural language processing, knowledge mining, and conversational AI solutions on Azure.

They should also understand the components that make up the Azure AI portfolio and the available data storage options. Plus, candidates need to understand and be able to apply responsible AI principles.

Skills Measured
NOTE: The bullets that appear below each of the skills measured are intended to illustrate how we are assessing that skill. This list is not definitive or exhaustive.
NOTE: Most questions cover features that are General Availability (GA). The exam may contain questions on Preview features if those features are commonly used.

Plan and Manage an Azure Cognitive Services Solution (15-20%)
Select the appropriate Cognitive Services resource
 select the appropriate cognitive service for a vision solution
 select the appropriate cognitive service for a language analysis solution
 select the appropriate cognitive Service for a decision support solution
 select the appropriate cognitive service for a speech solution

Plan and configure security for a Cognitive Services solution
 manage Cognitive Services account keys
 manage authentication for a resource
 secure Cognitive Services by using Azure Virtual Network
 plan for a solution that meets responsible AI principles

Create a Cognitive Services resource
 create a Cognitive Services resource
 configure diagnostic logging for a Cognitive Services resource
 manage Cognitive Services costs
 monitor a cognitive service
 implement a privacy policy in Cognitive Services

Plan and implement Cognitive Services containers

 identify when to deploy to a container
 containerize Cognitive Services (including Computer Vision API, Face API, Text Analytics, Speech, Form Recognizer)

Implement Computer Vision Solutions (20-25%)
Analyze images by using the Computer Vision API
 retrieve image descriptions and tags by using the Computer Vision API
 identify landmarks and celebrities by using the Computer Vision API
 detect brands in images by using the Computer Vision API
 moderate content in images by using the Computer Vision API
 generate thumbnails by using the Computer Vision API Extract text from images
 extract text from images by using the OCR API
 extract text from images or PDFs by using the Read API
 convert handwritten text by using Ink Recognizer
 extract information from forms or receipts by using the pre-built receipt model in Form Recognizer
 build and optimize a custom model for Form Recognizer

Extract facial information from images
 detect faces in an image by using the Face API
 recognize faces in an image by using the Face API

o configure persons and person groups
 analyze facial attributes by using the Face API
 match similar faces by using the Face API

Implement image classification by using the Custom Vision service
 label images by using the Computer Vision Portal
 train a custom image classification model in the Custom Vision Portal
 train a custom image classification model by using the SDK
 manage model iterations
 evaluate classification model metrics
 publish a trained iteration of a model
 export a model in an appropriate format for a specific target
 consume a classification model from a client application
 deploy image classification custom models to containers

Implement an object detection solution by using the Custom Vision service

 label images with bounding boxes by using the Computer Vision Portal
 train a custom object detection model by using the Custom Vision Portal
 train a custom object detection model by using the SDK
 manage model iterations
 evaluate object detection model metrics
 publish a trained iteration of a model
 consume an object detection model from a client application
 deploy custom object detection models to containers

Analyze video by using Video Indexer
 process a video
 extract insights from a video
 moderate content in a video
 customize the Brands model used by Video Indexer
 customize the Language model used by Video Indexer by using the Custom Speech service
 customize the Person model used by Video Indexer
 extract insights from a live stream of video data

Implement Natural Language Processing Solutions (20-25%)
Analyze text by using the Text Analytics service
 retrieve and process key phrases
 retrieve and process entity information (people, places, urls, etc.)
 retrieve and process sentiment
 detect the language used in text

Manage speech by using the Speech service

 implement text-to-speech
 customize text-to-speech
 implement speech-to-text
 improve speech-to-text accuracy

Translate language
 translate text by using the Translator service
 translate speech-to-speech by using the Speech service
 translate speech-to-text by using the Speech service

Build an initial language model by using Language Understanding Service (LUIS)
 create intents and entities based on a schema, and then add utterances
 create complex hierarchical entities

o use this instead of roles

 train and deploy a model

Iterate on and optimize a language model by using LUIS
 implement phrase lists
 implement a model as a feature (i.e. prebuilt entities)
 manage punctuation and diacritics
 implement active learning
 monitor and correct data imbalances
 implement patterns

Manage a LUIS model

 manage collaborators
 manage versioning
 publish a model through the portal or in a container
 export a LUIS package
 deploy a LUIS package to a container
 integrate Bot Framework (LUDown) to run outside of the LUIS portal

Implement Knowledge Mining Solutions (15-20%)
Implement a Cognitive Search solution
 create data sources
 define an index
 create and run an indexer
 query an index
 configure an index to support autocomplete and autosuggest
 boost results based on relevance
 implement synonyms

Implement an enrichment pipeline
 attach a Cognitive Services account to a skillset
 select and include built-in skills for documents
 implement custom skills and include them in a skillset

Implement a knowledge store

 define file projections
 define object projections
 define table projections
 query projections

Manage a Cognitive Search solution
 provision Cognitive Search
 configure security for Cognitive Search
 configure scalability for Cognitive Search

Manage indexing
 manage re-indexing
 rebuild indexes
 schedule indexing
 monitor indexing
 implement incremental indexing
 manage concurrency
 push data to an index
 troubleshoot indexing for a pipeline

Implement Conversational AI Solutions (15-20%)
Create a knowledge base by using QnA Maker

 create a QnA Maker service
 create a knowledge base
 import a knowledge base
 train and test a knowledge base
 publish a knowledge base
 create a multi-turn conversation
 add alternate phrasing
 add chit-chat to a knowledge base
 export a knowledge base
 add active learning to a knowledge base
 manage collaborators

Design and implement conversation flow
 design conversation logic for a bot
 create and evaluate *.chat file conversations by using the Bot Framework Emulator
 add language generation for a response
 design and implement adaptive cards

Create a bot by using the Bot Framework SDK
 implement dialogs
 maintain state
 implement logging for a bot conversation
 implement a prompt for user input
 add and review bot telemetry
 implement a bot-to-human handoff
 troubleshoot a conversational bot
 add a custom middleware for processing user messages
 manage identity and authentication
 implement channel-specific logic
 publish a bot

Create a bot by using the Bot Framework Composer

 implement dialogs
 maintain state
 implement logging for a bot conversation
 implement prompts for user input
 troubleshoot a conversational bot
 test a bot by using the Bot Framework Emulator
 publish a bot

Integrate Cognitive Services into a bot
 integrate a QnA Maker service
 integrate a LUIS service
 integrate a Speech service
 integrate Dispatch for multiple language models
 manage keys in app settings file

QUESTION 1
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?

A. Custom Vision
B. Personalizer
C. Form Recognizer
D. Computer Vision

Correct Answer: C

QUESTION 2
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. transparency
B. fairness
C. inclusiveness
D. reliability and safety
E. privacy and security

Correct Answer: BD

QUESTION 3
You successfully run the following HTTP request.
POST https://management.azure.com/subscriptions/18c51a87-3a69-47a8-aedca54745f708a1/
resourceGroups/RG1/providers/Microsoft.CognitiveServices/accounts/
contosol/regenerateKey?api-version=2017-04-18
Body{“keyName”: “Key2”}
What is the result of the request?

A. A key for Azure Cognitive Services was generated in Azure Key Vault.
B. A new query key was generated.
C. The primary subscription key and the secondary subscription key were rotated.
D. The secondary subscription key was reset.

Correct Answer: B
 

Actualkey Microsoft AI-102 Exam pdf, Certkingdom Microsoft AI-102 PDF

MCTS Training, MCITP Trainnig

Best Microsoft AI-102 Certification, Microsoft AI-102 Training at certkingdom.com

Click to rate this post!
[Total: 0 Average: 0]

About the author /


Archives

Latest

+

Random

+
May 2021
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930
31