Question 121:
The project team is implementing search-related features and using Azure Cognitive Search for this. Arrange the below steps in the correct sequence so that the project team can use Azure Cognitive Search without issues. 1: Send queries and handle responses. 2: Create an index. 3: Provision service. 4: Load data.
Answer options:
A.3 --> 2 --> 4 --> 1 B.3 --> 1 --> 4 --> 2 C.2 --> 3 --> 4 --> 1 D.1 --> 2 --> 3 --> 4