Exam AI-102 All QuestionsBrowse all questions from this 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:

    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
cerexid

// 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

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

funny_penguin

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

michaelmorar

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

reiwanotora

I appreciate your reply, it is very helpful.

funny_penguin

thanks for letting us know and congrats.

6675ae6

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

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.

Infraestrutura

Passed exam in 14/06 score 802, thanks

HVardhini

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

Jaystar88

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

Joe_L

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!

krzkrzkra

Box 1: AddPhraseListAsync Box 2: PhraselistCreateObject

krzkrzkra

Box 1: AddPhraseListAsync Box 2: PhraselistCreateObject

rookiee1111

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.

LM12

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

HaraTadahisa

1. AddPhraseListAsync 2. PhraselistCreateObject

nanaw770

OMANKO!

TJ001

the given answers are correct