nerdexam

70-158 · Question #39

You use Forefront Identity Manager (FIM) 2010 in your company network. The fullName attribute is used to generate a unique logon name for each user by using a FIM Workflow activity. Before users…

The correct answer is C. Examine custom action workflow activities. When FIM 2010 uses a custom workflow activity to generate unique logon names and perform collision checks, issues with duplicate fullName attributes point to a problem in the custom action workflow activity itself.

Submitted by mateo_ar· Mar 4, 2026Configure Business Policy and Workflow

Question

You use Forefront Identity Manager (FIM) 2010 in your company network. The fullName attribute is used to generate a unique logon name for each user by using a FIM Workflow activity. Before users objects are created in the metaverse, the FIM environment performs a collision check to confirm whether a unique fullName attribute exists. You discover that users having duplicate fullName attributes are not being created. You need to find out the cause of the issue. What should you do?

Options

  • AReview expected rule entries.
  • BReview declarative provisioning rules.
  • CExamine custom action workflow activities.
  • DExamine the Management Agent responsible for connecting the data sources that contain the

How the community answered

(30 responses)
  • A
    10% (3)
  • B
    7% (2)
  • C
    67% (20)
  • D
    17% (5)

Why each option

When FIM 2010 uses a custom workflow activity to generate unique logon names and perform collision checks, issues with duplicate fullName attributes point to a problem in the custom action workflow activity itself.

AReview expected rule entries.

Expected rule entries (EREs) govern how objects are projected or joined in the metaverse, not the execution of collision-check logic embedded in workflow activities.

BReview declarative provisioning rules.

Declarative provisioning rules control how metaverse objects are provisioned to connected data sources, but they do not contain the custom collision-check or logon name generation logic described in the scenario.

CExamine custom action workflow activities.Correct

The collision check and unique logon name generation logic is implemented as a custom action workflow activity within FIM 2010. Since the problem specifically involves the failure to handle duplicate fullName attributes during user object creation, the custom workflow activity responsible for performing that collision check and generating unique names is the most likely source of the defect. Examining the custom action workflow activity allows you to trace the logic that evaluates uniqueness and determines whether the object creation proceeds.

DExamine the Management Agent responsible for connecting the data sources that contain the

The Management Agent connects FIM to external data sources and handles import/export operations, but the duplicate fullName collision check is performed by the workflow activity before object creation, not by the Management Agent itself.

Concept tested: FIM custom action workflow activity collision check troubleshooting

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

Topics

#FIM Workflows#Custom Actions#Provisioning#Collision Check

Community Discussion

No community discussion yet for this question.

Full 70-158 Practice