exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 3 question 1 discussion

Actual exam question from Microsoft's AI-102
Question #: 1
Topic #: 3
[All AI-102 Questions]

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 build a language model by using a Language Understanding service. The language model is used to search for information on a contact list by using an intent named FindContact.
A conversational expert provides you with the following list of phrases to use for training.
✑ Find contacts in London.
✑ Who do I know in Seattle?
✑ Search for contacts in Ukraine.
You need to implement the phrase list in Language Understanding.
Solution: You create a new pattern in the FindContact intent.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
azurelearner666
Highly Voted 3 years, 8 months ago
Using a pattern could be a good solution IMHO... ✑ Find contacts in London. ✑ Who do I know in Seattle? ✑ Search for contacts in Ukraine. Like Where is {FormName}[?] Who authored {FormName}[?] {FormName} is published in French[?] (taken from https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-patterns) we could do: ✑ Find contacts in {CityOrCountry}. ✑ Who do I know in {CityOrCountry}[?] ✑ Search for contacts in {CityOrCountry}[?]. So, to me a pattern is a Solution (A)
upvoted 35 times
jiantao_john_pan
2 months, 2 weeks ago
https://learn.microsoft.com/en-us/training/modules/build-language-understanding-model/4-use-patterns-differentiate-similar-utterances
upvoted 2 times
...
YipingRuan
3 years, 7 months ago
Agree, but Entity is also good https://docs.microsoft.com/bs-cyrl-ba/azure/cognitive-services/luis/luis-concept-intent#intent-compared-to-entity
upvoted 2 times
...
praticewizards
2 years, 5 months ago
I agree. The intent here is "search for contact", for example. The location is an entity type "location", as you can see in the example What's the weather like in Seattle tomorrow? on the link given by @YipingRuan
upvoted 1 times
...
...
STH
Highly Voted 2 years, 5 months ago
Selected Answer: A
According to MS learn, answer should be yes (A) https://learn.microsoft.com/en-us/training/modules/create-language-understanding-app/5-use-patterns-to-differentiate-similar-utterances This is a FindContact intent with a location entity pattern
upvoted 12 times
...
syupwsh
Most Recent 3 days, 19 hours ago
Selected Answer: A
https://learn.microsoft.com/en-us/training/modules/create-language-understanding-app/5-use-patterns-to-differentiate-similar-utterances Answer is Yes
upvoted 1 times
...
gyaansastra
6 days, 14 hours ago
Selected Answer: B
Creating a new pattern in the FindContact intent alone does not fully meet the goal of implementing the phrase list in Language Understanding (LUIS). Instead, you should add these phrases as utterances under the FindContact intent. By adding them as utterances, the model will learn to recognize these specific phrases and similar variations when users are searching for contacts.
upvoted 1 times
...
BenALGuhl
1 month, 2 weeks ago
Selected Answer: B
In my opinion, example utterances are missing. The stated steps should provide a complete solution, which A does not. So it is B.
upvoted 1 times
...
pabsinaz
2 months ago
Selected Answer: B
No, this solution does not fully meet the goal. Creating a new pattern in the FindContact intent is helpful, but it's not sufficient on its own for implementing the given phrase list effectively. To properly implement these phrases, you should add them as example utterances within the FindContact intent. This allows the Language Understanding (LUIS) service to learn from these specific examples and better understand the variations in the queries. In summary, you should: Add the given phrases as example utterances in the FindContact intent. Optionally, create patterns to handle similar phrases or variations more effectively.
upvoted 1 times
...
Alan_CA
3 months ago
Selected Answer: B
Copilot says : The solution of creating a new pattern in the FindContact intent is not the most appropriate way to implement these training phrases. Instead, you should use these phrases as examples directly within the FindContact intent So I would say NO
upvoted 1 times
...
jolimon
3 months, 4 weeks ago
Selected Answer: A
A is the right answer
upvoted 2 times
...
RajuTS
5 months ago
Selected Answer: B
Th answer would be to add example utterances that trains the model to recognize similar phrases
upvoted 2 times
...
famco
6 months ago
Phrases are like synonyms. Here it is about entities (location to be specific) that is required along with the intent to do the action. Unless of course there are some hidden tricks to make people who know how it is used fail. This (certification) department in the dysfunctional microsoft is about making more money in that department (and missing the bigger picture). Intra company fights is microsoft
upvoted 1 times
famco
6 months ago
Wait a minute, of course there is a catch. It is a trap. They do not talk about entities, which will come to mind. The question is formulated in a complex way I can't make out what breakfast the creator of this marvellous question ate. I have to say no because it is just creating the pattern, and not creating the phrase and in the phrase the pattern. But god knows what is the intent of this question. Microsoft !!
upvoted 1 times
...
...
testmaillo020
6 months ago
Selected Answer: B
**Answer: B. No** Creating a new pattern in the FindContact intent is not the correct approach. Patterns in Language Understanding services are used to match specific sentence structures rather than training the model with example phrases. To properly implement the phrase list for training, you should add these phrases as example utterances within the FindContact intent. This way, the model learns to recognize different ways users might ask to find contacts. So, the correct approach would be to add these phrases as example utterances, not just creating a new pattern.
upvoted 2 times
...
HVardhini
8 months, 2 weeks ago
Selected Answer: B
No. Find contacts in {Location} where location is an entity
upvoted 1 times
...
HaraTadahisa
8 months, 2 weeks ago
Selected Answer: A
I say A is correct! HipHop!
upvoted 2 times
...
fuck_india
8 months, 3 weeks ago
This issue is not working because everyone's opinion is 50-50. I don't know the correct answer, so I will be staring at MS Learn when this question comes up on the real exam.Examtopic should scrutinize and post the correct answer.
upvoted 2 times
...
fuck_india
8 months, 3 weeks ago
This issue is not working because everyone's opinion is 50-50. I don't know the correct answer, so I will be staring at MS Learn when this question comes up on the real exam.Examtopic should scrutinize and post the correct answer.
upvoted 1 times
...
ARM360
8 months, 3 weeks ago
Selected Answer: B
While creating a pattern might seem like a solution, it's not the most suitable approach for this scenario. Here's why: Patterns: Patterns in Language Understanding (LUIS) are designed to capture specific structures in utterances and often involve labeling entities within those structures. They wouldn't be ideal for capturing synonyms or similar phrasings like "Find", "Who do I know", and "Search for". Phrase Lists: A better approach for this situation is to utilize Phrase Lists in LUIS. Phrase lists allow you to define a set of synonyms or related phrases that the LUIS model can recognize as equivalent when encountering them in user queries. Therefore, to implement the provided phrases effectively, you should create a Phrase List containing synonyms like "Find", "Who do I know", and "Search for" and associate it with the FindContact intent.
upvoted 3 times
...
anto69
8 months, 4 weeks ago
Selected Answer: A
ChatGPT says not enough, Copilot says yes. I stay with Copilot
upvoted 3 times
Moneybing
6 months, 2 weeks ago
copied entire question to Copilot, and Copilot says YES.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago