nerdexam
Microsoft

70-332 · Question #82

You create a SharePoint site collection for a law firm. You create the following objects in the site collection. A user searches for a legal case. The search results must contain only current cases…

The correct answer is A. Cases. In SharePoint search, a custom result type must map to a content type or list entity; 'Cases' represents the relevant object that categorizes legal cases in the site collection.

Configure and manage service applications

Question

You create a SharePoint site collection for a law firm. You create the following objects in the site collection. A user searches for a legal case. The search results must contain only current cases. You need to create a custom result type that displays only current cases. Which object should you use?

Options

  • ACases
  • BMPCaseID
  • Ccase
  • Dows_CaseID
  • ECaseID

How the community answered

(68 responses)
  • A
    74% (50)
  • B
    3% (2)
  • C
    13% (9)
  • D
    1% (1)
  • E
    9% (6)

Why each option

In SharePoint search, a custom result type must map to a content type or list entity; 'Cases' represents the relevant object that categorizes legal cases in the site collection.

ACasesCorrect

'Cases' is the object - likely a content type or list - that represents legal cases in the site collection, making it the correct source entity to configure a custom result type that filters and displays only current cases in search results. Mapping the result type to 'Cases' ensures the display template and result rules apply specifically to items classified as cases, enabling the filtered view the user requires.

BMPCaseID

MPCaseID is a managed property identifier field used to uniquely identify case records, but it is a field value rather than the content category or entity that defines a result type.

Ccase

'case' (lowercase) does not match the defined object in the site collection and would not correctly identify the content type or list used to categorize legal cases.

Dows_CaseID

ows_CaseID is an internal crawled property name generated by SharePoint during indexing and is a raw field reference, not the content type or entity used to define a search result type.

ECaseID

CaseID is a column or field within case items used as an identifier, not the content type or list entity that a result type configuration maps to for filtering search results.

Concept tested: SharePoint search custom result type configuration

Source: https://learn.microsoft.com/en-us/sharepoint/search/understanding-result-types

Topics

#search result types#result source#content type#search configuration

Community Discussion

No community discussion yet for this question.

Full 70-332 Practice