nerdexam
Microsoft

AI-102 · Question #278

You have the following C# function. You call the function by using the following code. Following 'Key phrases', what output will you receive?

The correct answer is D. quick brown fox. TextAnalyticsClient.ExtractKeyPhrases Method Runs a model to identify a collection of significant phrases found in the passed-in document. For example, for the document "The food was delicious and there were wonderful staff", the API returns the main talking points: "food" and…

Submitted by noor.lb· Mar 30, 2026Implement natural language processing solutions

Question

You have the following C# function. You call the function by using the following code. Following 'Key phrases', what output will you receive?

Exhibit

AI-102 question #278 exhibit

Options

  • AThe quick
  • Bthe quick brown fox jumps over the lazy dog
  • Cjumps over the
  • Dquick brown fox

How the community answered

(40 responses)
  • A
    8% (3)
  • B
    35% (14)
  • C
    13% (5)
  • D
    45% (18)

Explanation

TextAnalyticsClient.ExtractKeyPhrases Method Runs a model to identify a collection of significant phrases found in the passed-in document. For example, for the document "The food was delicious and there were wonderful staff", the API returns the main talking points: "food" and "wonderful staff".

Topics

#C# string manipulation#C# array indexing#Method invocation

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice