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-
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)- A6% (2)
- B3% (1)
- C79% (27)
- D12% (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
Community Discussion
No community discussion yet for this question.