nerdexam

70-158 · Question #17

70-158 Question #17: Real Exam Question with Answer & Explanation

The correct answer is B: Set the minimum and maximum integer values on the validation page of the attribute binding configuration.. In FIM 2010, integer validation ranges are configured at the attribute binding level, not the attribute definition level, because different resource types may require different valid ranges for the same shared attribute.

Submitted by suresh_in· Mar 4, 2026Configure the FIM portal

Question

Your company network includes Forefront Identity Manager (FIM) 2010. Your company uses many custom attributes bound to resource types. One custom attribute is an integer type bound to multiple resource types requiring validation of different ranges of values. The attribute must ensure that valid data is entered for the new integer type attribute. You need to extend the schema of the FIM Portal to validate integer data entry. What should you do?

Options

  • ASet the minimum and maximum integer values on the validation page of the new attribute.
  • BSet the minimum and maximum integer values on the validation page of the attribute binding configuration.
  • CSet String Pattern to match a regular expression of the Integer data type.
  • DSet String Pattern to match a regular expression of the Indexed String data type.
  • ERun iisreset.exe.

Explanation

In FIM 2010, integer validation ranges are configured at the attribute binding level, not the attribute definition level, because different resource types may require different valid ranges for the same shared attribute.

Common mistakes.

  • A. Validation settings on the attribute definition page apply globally and cannot enforce different integer ranges for different resource types that share the same attribute, making it unsuitable for this scenario.
  • C. String Pattern with a regular expression is used for String-type attributes to validate text patterns, not for Integer-type attributes, which have dedicated minimum/maximum value controls.
  • D. Indexed String is a different data type used for searchable string values, and applying a String Pattern regex to it would not validate integer ranges for an Integer-type attribute.
  • E. Running iisreset.exe simply restarts IIS services and has no effect on FIM Portal schema configuration or attribute validation settings.

Concept tested. FIM 2010 attribute binding integer validation configuration

Reference. https://learn.microsoft.com/en-us/microsoft-identity-manager/reference/mim2016-functions-reference

Topics

#Schema Extension#Attribute Binding#Data Validation#Custom Attributes

Community Discussion

No community discussion yet for this question.

Full 70-158 PracticeBrowse All 70-158 Questions