Exam AI-102 All QuestionsBrowse all questions from this exam
Question 238

You have a Conversational Language Understanding model.

You export the model as a JSON file. The following is a sample of the file.

What represents the Weather.Historic entity in the sample utterance?

    Correct Answer: A

    In the sample utterance 'average amount of rain by month in Chicago last year', the start and end positions of the 'Weather.Historic' entity are from 23 to 30. The substring that matches these positions is 'last year', which correctly represents the historic aspect of the weather information being referenced. Therefore, 'last year' represents the 'Weather.Historic' entity.

Discussion
zellck

Gotten this in Jul 2023 exam.

zellck

Same as Topic 3 Question 23. https://www.examtopics.com/discussions/microsoft/view/77619-exam-ai-102-topic-3-question-23-discussion

rdemontisOption: B

correct and repeated

james2033Option: B

"average amount of rain by month in Chicago last year" . The question has mistake, should start position - end position are 23 - 31.

973b658Option: B

B. Same #22Topic 3

reigenchimpoOption: B

redundancy

Toby86

I don't think the other question had "last year" as an option. Gotta be a bit more careful here since the correct answer "by month" and wrong answer "by year" are both time related and could be historical.

jv1Option: A

The entity Weather.Historic in the sample utterance is represented by the string that starts at character position 23 and ends at character position 30. In the given text "average amount of rain by month in Chicago last year", the substring "last year" corresponds to those positions. Therefore, the entity Weather.Historic represents "last year".