Microsoft
70-332 · Question #86
70-332 Question #86: Real Exam Question with Answer & Explanation
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
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
Explanation
SharePoint user profile property names must follow specific character rules - they can contain letters, numbers, and spaces, but not hyphens, underscores, or leading digits.
Common mistakes.
- A. Property names cannot begin with a number, making '1-part-Classification' an invalid identifier in the User Profile Service.
- B. Hyphens are not permitted characters in SharePoint user profile property names and will cause a validation error.
- C. Underscores are not valid characters in SharePoint user profile property names as enforced by the User Profile Service Application schema.
Concept tested. SharePoint user profile property naming conventions
Community Discussion
No community discussion yet for this question.