nerdexam
Microsoft

AI-100 · Question #138

You are designing a solution that will integrate the Bing Web Search API and will return a JSON response. The development team at your company uses C# as its primary development language. You…

The correct answer is C. a query. The Bing Web Search SDK makes it easy to integrate Bing Web Search into your C# application. You instantiate a client, send a request, and receive a response. https://docs.microsoft.com/en-us/azure/cognitive-services/bing-web-search/web-search-sdk-

Implement and monitor AI solutions

Question

You are designing a solution that will integrate the Bing Web Search API and will return a JSON response. The development team at your company uses C# as its primary development language. You provide developers with the Bing endpoint. Which additional component do the developers need to prepare and to retrieve data by using an API call?

Options

  • Athe subscription ID
  • Bthe API key
  • Ca query
  • Dthe resource group ID

How the community answered

(34 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    79% (27)
  • D
    12% (4)

Explanation

The Bing Web Search SDK makes it easy to integrate Bing Web Search into your C# application. You instantiate a client, send a request, and receive a response. https://docs.microsoft.com/en-us/azure/cognitive-services/bing-web-search/web-search-sdk-

Topics

#Bing Web Search API#API call#query parameter#endpoint

Community Discussion

No community discussion yet for this question.

Full AI-100 Practice