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.
Question
Options
- A1-part-Classification
- Bpart-Classification
- Cpart_Classification
- DPart Classification
How the community answered
(57 responses)- A2% (1)
- B9% (5)
- C4% (2)
- D86% (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.
Property names cannot begin with a number, making '1-part-Classification' an invalid identifier in the User Profile Service.
Hyphens are not permitted characters in SharePoint user profile property names and will cause a validation error.
Underscores are not valid characters in SharePoint user profile property names as enforced by the User Profile Service Application schema.
"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
Community Discussion
No community discussion yet for this question.