nerdexam

70-158 · Question #83

You use Forefront Identity Manager (FIM) 2010 in your company network. The following projection rule is used to map disconnector objects. You need to ensure that employees and contractors matching…

The correct answer is A. Add MVObjectType = "person" to the employee case. C. Append the search string for "contractor" to the employee case. E. Set ShouldProjectToMV = True for the employee case. This question tests FIM 2010 projection rules for connecting connector space objects to the metaverse with correct object types. You must configure the employee case to project as 'person' objects and include contractor matching, while leaving external contractors to project as…

Submitted by lars.no· Mar 4, 2026Configure the Synchronization Service

Question

You use Forefront Identity Manager (FIM) 2010 in your company network. The following projection rule is used to map disconnector objects. You need to ensure that employees and contractors matching this attribute are connected to the metaverse as person objects. You also need to ensure that external contractors are connected as contact objects. What should you do? (Choose all that apply.)

Exhibit

70-158 question #83 exhibit

Options

  • AAdd MVObjectType = "person" to the employee case.
  • BAppend the search string for "contractor" to the externalcontractor case.
  • CAppend the search string for "contractor" to the employee case.
  • DSet ShouldProjectToMV = False for the externalcontractor case.
  • ESet ShouldProjectToMV = True for the employee case.
  • FChange csentry("employeeType") to csentry("person").

How the community answered

(58 responses)
  • A
    66% (38)
  • B
    19% (11)
  • D
    10% (6)
  • F
    5% (3)

Why each option

This question tests FIM 2010 projection rules for connecting connector space objects to the metaverse with correct object types. You must configure the employee case to project as 'person' objects and include contractor matching, while leaving external contractors to project as 'contact' objects.

AAdd MVObjectType = "person" to the employee case.Correct

Setting MVObjectType = 'person' in the employee case explicitly defines that when the projection rule fires for employees (and contractors matched in that case), the resulting metaverse object will be of type 'person', which is required to satisfy the stated requirement.

BAppend the search string for "contractor" to the externalcontractor case.

Appending the contractor search string to the externalcontractor case would cause contractors to be projected as 'contact' objects, which contradicts the requirement that (internal) contractors matching the attribute must be connected as 'person' objects.

CAppend the search string for "contractor" to the employee case.Correct

Appending the search string for 'contractor' to the employee case ensures that contractors who should be treated as person objects (internal contractors) are matched by the same case rule that projects to the 'person' MVObjectType, connecting them correctly to the metaverse as persons.

DSet ShouldProjectToMV = False for the externalcontractor case.

Setting ShouldProjectToMV = False for the externalcontractor case would prevent external contractors from being projected into the metaverse at all, but the requirement states they must be connected as 'contact' objects, so projection must remain enabled (True) for that case.

ESet ShouldProjectToMV = True for the employee case.Correct

Setting ShouldProjectToMV = True for the employee case activates the projection logic for that case, meaning matched objects (employees and contractors) will actually be projected into the metaverse rather than remaining as disconnectors.

FChange csentry("employeeType") to csentry("person").

csentry('employeeType') references the correct connector space attribute used to evaluate the employee type value; changing it to csentry('person') would reference a non-existent or incorrect attribute, breaking the projection rule logic entirely.

Concept tested: FIM 2010 projection rules and metaverse object type mapping

Source: https://learn.microsoft.com/en-us/previous-versions/windows/desktop/forefront-2010/ms698900(v=vs.100)

Topics

#Projection Rules#Metaverse Mapping#Synchronization Service#Disconnector Objects

Community Discussion

No community discussion yet for this question.

Full 70-158 Practice