AI-102 Exam QuestionsBrowse all questions from this exam

AI-102 Exam - Question 1


DRAG DROP -

You have 100 chatbots that each has its own Language Understanding model.

Frequently, you must add the same phrases to each model.

You need to programmatically update the Language Understanding models to include the new phrases.

How should you complete the code? 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.

Select and Place:

Show Answer
Correct Answer:

Box 1: AddPhraseListAsync -

Example: Add phraselist feature -

var phraselistId = await client.Features.AddPhraseListAsync(appId, versionId, new PhraselistCreateObject

{

EnabledForAllModels = false,

IsExchangeable = true,

Name = "QuantityPhraselist",

Phrases = "few,more,extra"

});

Box 2: PhraselistCreateObject -

Reference:

https://docs.microsoft.com/en-us/azure/cognitive-services/luis/client-libraries-rest-api

Discussion

17 comments
Sign in to comment
cerexid
Apr 4, 2024

// Add phraselist feature var phraselistId = await client.Features.AddPhraseListAsync(appId, versionId, new PhraselistCreateObject { dumps source: https://shorter.me/jqZ36 EnabledForAllModels = false, IsExchangeable = true, Name = "QuantityPhraselist", Phrases = "few,more,extra" });

reachmymind
Mar 5, 2022

Box 1: AddPhraseListAsync Box 2: PhraselistCreateObject var phraselistId = await client.Features.AddPhraseListAsync(appId, versionId, new PhraselistCreateObject { EnabledForAllModels = false, IsExchangeable = true, Name = "QuantityPhraselist", Phrases = "few,more,extra" }); Mapping : Model - Entity - Async Feature - PhraseList - Async

michaelmorar
May 16, 2024

I've just passed! Most of the questions were in this exam topic. NOTE: There were NO simulation questions. Good luck all!

reiwanotora
May 19, 2024

I appreciate your reply, it is very helpful.

funny_penguin
May 21, 2024

thanks for letting us know and congrats.

funny_penguin
May 24, 2024

I've just passed! Around 60-70% of questions were from here. I had 6 case studies and NO simulation questions. Good luck everyone!

6675ae6
Jun 5, 2024

Hi everyone Wrote this exam on 4 June 2024 and passed with a 860/1000. 70-80% of the questions from this site were listed in the exam and there were a few outliers asking about building AI assistants and workflows in ChatGPT's playground feature. I was asked at the beginning the code language you want used throughout the exam (C# or Python) and you can selectively choose. Case Study questions were the same but were asked differently, however use the same logic applied to these study questions and you will get through no problem. I did not get any labs. Thanks everyone!

hidenori_music
May 27, 2024

I took this exam yesterday. The same case study questions were asked, although the ET has those questions scattered around instead of grouped together. Please note.

Joe_L
May 13, 2024

Really recommended to use this set of questions to study for the certification exam! Just passed the exam with 940/1000. I got some familiar questions on the exam :). There is no more "Simulation" questions on the exam. Good luck!

Jaystar88
Jun 22, 2024

I just scored 948/1000 this morning. Thanks to this platform

HVardhini
Jun 25, 2024

Those who preparing, please study Azure AI content safety. There were 9 questions based on this topic but I didn't see any questions in ET. Here is the link- https://learn.microsoft.com/en-us/azure/ai-services/content-safety/overview

Infraestrutura
Jun 25, 2024

Passed exam in 14/06 score 802, thanks

TJ001
May 10, 2024

the given answers are correct

nanaw770
May 24, 2024

OMANKO!

HaraTadahisa
Jun 21, 2024

1. AddPhraseListAsync 2. PhraselistCreateObject

LM12
Jun 22, 2024

Took the exam on 20.06.2024. 60 to 70 % of questions from here. Valid questions . I achieved 914/1000.

rookiee1111
Jun 24, 2024

Just gave my exam, majority of the questions were from the the exam dump, cleared it with 931.. thanks a ton!!! the case study questions were an exact copy (it was the contoso scenario). Also there were 4-5 questions (yes/no) and otherwise related to Azure AI Content Safety, I had not covered that properly and don't remember being covered here.. so please try to look it up.

krzkrzkra
Jul 15, 2024

Box 1: AddPhraseListAsync Box 2: PhraselistCreateObject

krzkrzkra
Jul 15, 2024

Box 1: AddPhraseListAsync Box 2: PhraselistCreateObject