Designing and Implementing an Azure AI Solution (legacy) — Question 5

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?

Answer options

Correct answer: C

Explanation

The correct answer is 'C' because a query is essential for specifying what the developers want to search for using the Bing API. While the subscription ID, API key, and resource group ID are important for authentication and resource management, they do not directly contribute to the retrieval of data from the API without a specific query.