
Answer-first summary for fast verification
Answer: Use the Azure AI Search SDK to programmatically construct and execute the query with optimized settings.
Using the Azure AI Search SDK allows for programmatic construction and execution of the query with optimized settings, ensuring it includes the necessary syntax for sorting, filtering, wildcard usage, and meets performance and scalability requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are required to query an index in an Azure AI Search solution. The query needs to include syntax for sorting, filtering, and using wildcards. The query must also be optimized for performance and scalability. Describe the steps you would take to construct and execute this query, ensuring it meets the requirements for sorting, filtering, wildcard usage, and performance and scalability.
A
Use the Azure portal to manually construct and execute the query with default settings.
B
Use the Azure AI Search SDK to programmatically construct and execute the query with optimized settings.
C
Use Azure Data Factory to construct and execute the query with default settings.
D
Use Azure Logic Apps to construct and execute the query with optimized settings.
No comments yet.