nerdexam
Microsoft

70-332 · Question #86

You develop a SharePoint app that displays information about automobile parts. You need to create a user profile property to classify automobile parts into categories. Which property name should you…

The correct answer is D. Part Classification. SharePoint user profile property names must follow specific character rules - they can contain letters, numbers, and spaces, but not hyphens, underscores, or leading digits.

Configure and manage service applications

Question

You develop a SharePoint app that displays information about automobile parts. You need to create a user profile property to classify automobile parts into categories. Which property name should you specify?

Options

  • A1-part-Classification
  • Bpart-Classification
  • Cpart_Classification
  • DPart Classification

How the community answered

(57 responses)
  • A
    2% (1)
  • B
    9% (5)
  • C
    4% (2)
  • D
    86% (49)

Why each option

SharePoint user profile property names must follow specific character rules - they can contain letters, numbers, and spaces, but not hyphens, underscores, or leading digits.

A1-part-Classification

Property names cannot begin with a number, making '1-part-Classification' an invalid identifier in the User Profile Service.

Bpart-Classification

Hyphens are not permitted characters in SharePoint user profile property names and will cause a validation error.

Cpart_Classification

Underscores are not valid characters in SharePoint user profile property names as enforced by the User Profile Service Application schema.

DPart ClassificationCorrect

"Part Classification" is valid because SharePoint user profile property names support letters, numbers, and spaces, and must begin with a letter. This format satisfies all naming constraints enforced by the User Profile Service Application when creating custom properties.

Concept tested: SharePoint user profile property naming conventions

Source: https://learn.microsoft.com/en-us/sharepoint/administration/add-edit-or-delete-custom-properties-for-a-user-profile

Topics

#user profile properties#property naming conventions#User Profile Service#classification

Community Discussion

No community discussion yet for this question.

Full 70-332 Practice