Microsoft Azure AI Engineer Associate AI-102 Practice Question
You are calling the Search Documents REST API on an Azure AI Search index named "products". You must return only documents where the Category field equals "Laptop" and the Price field is less than 1500. The documents must also contain the terms "surface" and a word that starts with "pro" in the Name field. The response should include only the Name, Price, and Rating fields, ordered first by Rating (descending) and then by Price (ascending). Which set of query-string parameters meets the requirement?
Require that both search terms appear. Adding searchMode=all changes the default OR behavior to AND so that both "surface" and the prefix "pro*" must match.
Use a prefix wildcard (pro*) because Azure AI Search supports * at the end of a term for prefix searches.
Filter by Category and Price with an AND operator so that both conditions apply.
Order by Rating descending, then Price ascending.
Project only the required fields with $select. The only option that applies every rule is the parameter set that includes: search=surface pro*&searchMode=all&$filter=Category eq 'Laptop' and Price lt 1500&$orderby=Rating desc, Price asc&$select=Name,Price,Rating. The other choices fail because they either miss searchMode=all, misuse a quoted phrase, use OR in the filter, set the wrong sort order, or do not include all required fields.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is the purpose of searchMode in Azure AI Search?
Open an interactive chat with Bash
How does the $filter parameter function in Azure AI Search queries?
Open an interactive chat with Bash
What is the significance of $orderby in Azure AI Search REST API queries?
Open an interactive chat with Bash
Microsoft Azure AI Engineer Associate AI-102
Implement knowledge mining and information extraction solutions
Your Score:
Report Issue
Bash, the Crucial Exams Chat Bot
AI Bot
Loading...
Loading...
Loading...
Pass with Confidence.
IT & Cybersecurity Package
You have hit the limits of our free tier, become a Premium Member today for unlimited access.
Military, Healthcare worker, Gov. employee or Teacher? See if you qualify for a Community Discount.
Monthly
$19.99 $11.99
$11.99/mo
Billed monthly, Cancel any time.
$19.99 after promotion ends
3 Month Pass
$44.99 $26.99
$8.99/mo
One time purchase of $26.99, Does not auto-renew.
$44.99 after promotion ends
Save $18!
MOST POPULAR
Annual Pass
$119.99 $71.99
$5.99/mo
One time purchase of $71.99, Does not auto-renew.
$119.99 after promotion ends
Save $48!
BEST DEAL
Lifetime Pass
$189.99 $113.99
One time purchase, Good for life.
Save $76!
What You Get
All IT & Cybersecurity Package plans include the following perks and exams .