exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 1 question 38 discussion

Actual exam question from Microsoft's AI-102
Question #: 38
Topic #: 1
[All AI-102 Questions]

You have an Azure Cognitive Search solution and a collection of blog posts that include a category field.
You need to index the posts. The solution must meet the following requirements:
* Include the category field in the search results.
* Ensure that users can search for words in the category field.
* Ensure that users can perform drill down filtering based on category.
Which index attributes should you configure for the category field?

  • A. searchable, sortable, and retrievable
  • B. searchable, facetable, and retrievable
  • C. retrievable, filterable, and sortable
  • D. retrievable, facetable, and key
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Internal_Koala
Highly Voted 2 years, 3 months ago
Selected Answer: B
Vote for B Retrievable: Include the category field in the search results. Searchable: Ensure that users can search for words in the category field. Facetable: Ensure that users can perform drill down filtering based on category.
upvoted 45 times
...
qs99
Highly Voted 10 months, 2 weeks ago
Was on exam 22 Jan 2024
upvoted 6 times
...
moonlightc
Most Recent 3 months, 3 weeks ago
This was in the exam on 15/08/2024
upvoted 2 times
...
HaraTadahisa
5 months, 2 weeks ago
Selected Answer: C
see if you can spot this one C.
upvoted 1 times
...
raj_evergreen
5 months, 2 weeks ago
Answer is C Strings are attributed as Retrievable and Searchable. Integers are attributed as Retrievable, Filterable, Sortable, and Facetable. so B doesn't seem to fit the answer
upvoted 1 times
...
PeteColag
6 months, 1 week ago
B. searchable, facetable, and retrievable Here's why: Searchable: This allows the category field to be included in full-text searches, meaning users can search for words within the category field. Facetable: This allows the category field to be used in drill-down filtering, enabling users to filter search results based on the categories. Retrievable: This ensures that the category field is included in the search results that are returned to the user. These attributes together satisfy all the given requirements.
upvoted 4 times
...
reiwanotora
6 months, 2 weeks ago
Selected Answer: B
B is right.
upvoted 1 times
...
michaelmorar
7 months, 3 weeks ago
Selected Answer: B
Filterable - can be included in filter expressions Facetable - can be used to determine values for facets (user interface elements used to filter results based on a list of known field values, including hit counts by category) Retrievable - can be included in the search results - by default all fields are retrievable
upvoted 1 times
...
f2c587e
8 months, 1 week ago
Selected Answer: B
En la pregunta no es necesario que los resultados sean ordenables. Por eso la opcion es B
upvoted 2 times
...
audlindr
9 months, 2 weeks ago
Selected Answer: B
* Include the category field in the search results. - Retrievable: Fields returned in a query response. * Ensure that users can search for words in the category field. - Searchable: Fields used in full text search. Strings are searchable. Numeric fields and Boolean fields are often marked as not searchable. * Ensure that users can perform drill down filtering based on category. - Facetable: Fields used in a faceted navigation structure.
upvoted 2 times
...
evangelist
9 months, 3 weeks ago
facetable and filterable are almost synonyms and they should not appear in the same options.
upvoted 3 times
...
evangelist
9 months, 3 weeks ago
Selected Answer: B
For indexing blog posts in Azure Cognitive Search with the requirements specified, the correct attributes for the category field would be: B. searchable, facetable, and retrievable searchable: Allows users to search for words within the category field. facetable: Enables drill down filtering based on category, which is essential for users to narrow down search results. retrievable: Ensures that the category field is included in the search results, allowing users to see which category each blog post belongs to.
upvoted 2 times
...
rdemontis
1 year, 1 month ago
Selected Answer: B
https://learn.microsoft.com/en-us/azure/search/search-what-is-an-index
upvoted 2 times
noahsark
4 weeks, 1 day ago
this should be voted up. thanks.
upvoted 1 times
...
...
james2033
1 year, 3 months ago
Selected Answer: B
What is facet query: https://www.tutorialspoint.com/apache_solr/apache_solr_faceting.htm https://learn.microsoft.com/en-us/azure/search/search-faceted-navigation#faceted-navigation-in-a-search-page See left side of image.
upvoted 1 times
...
msdfqwerfewf
1 year, 5 months ago
Selected Answer: C
!!! 'searchable' its based on full text search and not related to results. so it should be retrivevable the field contents will show up in the results.
upvoted 2 times
...
zellck
1 year, 5 months ago
Selected Answer: B
B is the answer. https://learn.microsoft.com/en-us/rest/api/searchservice/create-index#-field-definitions- - retrievable Indicates whether the field can be returned in a search result. - searchable Indicates whether the field is full-text searchable and can be referenced in search queries. - facetable Indicates whether to enable the field to be referenced in facet queries.
upvoted 5 times
zellck
1 year, 5 months ago
Gotten this in Jul 2023 exam.
upvoted 4 times
...
zellck
1 year, 5 months ago
https://learn.microsoft.com/en-us/azure/search/search-faceted-navigation Faceted navigation is used for self-directed drilldown filtering on query results in a search app, where your application offers form controls for scoping search to groups of documents (for example, categories or brands), and Azure Cognitive Search provides the data structures and filters to back the experience.
upvoted 1 times
...
...
EliteAllen
1 year, 5 months ago
Selected Answer: B
"Searchable" attribute: This attribute allows users to search for words in the category field. It means that the field can be included in full-text searches. "Facetable" attribute: This attribute allows users to perform drill-down filtering based on category. Faceting is used for self-directed drill-down filtering on query results in a search app, where your application offers form controls for scoping search to groups of documents (for example, categories or brands), and Azure Cognitive Search provides the data structures and filters to back the experience. "Retrievable" attribute: This attribute allows the category field to be included in the search results. It means that the field can be included in the search results returned by the search service.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...