You need to prevent the critical lossof objects in the HR connector space and in the connected HR data source
You deploy Forefront Identity Manager (FIM) 2010 inyour company network to provide an identity management
solution between an HR application and Active Directory Domain Services (AD DS). Part of the solution
includes two Management Agents of the following types: AD DS Management Agent (AD MA) HR Management
Agent (HR MA) You need to prevent the critical lossof objects in the HR connector space and in the connected
HR data source.
You configure Run Profiles.
What should you do next?
Which Run Profiles step should you use to configurethe new MA?
You deploy Forefront Identity Manager (FIM) 2010 inyour company network to provide an identity management
solution between Active Directory Domain Services (AD DS) and an HR application. You create a new HR
Management Agent (MA) to synchronize changes in HR objects with AD DS objects. You need to ensure that
after changes are imported, only those new changes will be synchronized.
Which Run Profiles step should you use to configurethe new MA?
You need to confirm that the account objects will be joined to the correct metaverse object
You use Forefront Identity Manager (FIM) 2010 to provision user accounts between Active Directory Domain
Services (AD DS) and multiple external directory services. You create a new Management Agent (MA) to
synchronize Active Directory accounts with a third-party directory service. You need to confirm that the account
objects will be joined to the correct metaverse object.
What should you do?
You need to ensure that employee names exist in themetaverse as a single full name attribute
You use Forefront Identity Manager (FIM) 2010 in your company network. You import Employee objects in the
connector space for an HR application that uses thefirstName and lastName attributes. Destination Person
object attributes are populated by the HR Management Agent (MA) and must use the single fullName attribute.
You need to ensure that employee names exist in themetaverse as a single full name attribute.
What should you do?
You need to ensure that objects are properly created in the connector space during outbound synchronization
You use Forefront Identity Manager (FIM) 2010 in your company network. You create the target Management
Agent (MA) and configure the export attribute flow.You run a Full Synchronization run profile on the HR MA .
You discover that new objects do not appear in the connector space. You need to ensure that objects are
properly created in the connector space during outbound synchronization.
What should you do?
You need to ensure that employees and contractors matching this attribute are connected to the metaverse as pe
You use Forefront Identity Manager (FIM) 2010 in your company network. The following projection rule is used
to map disconnector objects.
Public Function ShouldProjectToMV(ByVal csentry As CSEntry, _ ByRef MVObjectType As String) As Boolean
Implements _ IMASynchronization.ShouldProjectToMV
{
Select Case csentry(“employeeType”).Value.ToLower;
Case “employee”: ShouldProjectToMV = False;
Case “externalcontractor”: MVObjectType = “contact”; ShouldProjectToMV = True;
Case “temporary” : ShouldProjectToMV = False;
Case Else: Throw New UnexpectedDataException(“Unexpected employeeType=” _ & csentry
(“employeeType”).Value)
End Select
End Function
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.)
You need to configure Service Principal Name (SPN) records in AD DS for Password Change Notification Service (
Your company network uses Forefront Identity Manager (FIM) 2010 to synchronize user accounts in an Active
Directory Domain Services (AD DS) domain. The contoso.com domain contains a FIM server named FIM-SRV-1 and a domain controller named LON-DC1. The FIM service account is named FIMSvcAcct. You need to
configure Service Principal Name (SPN) records in AD DS for Password Change Notification Service (PCNS).
What should you do?
You need to configure the AD Management Agent (AD MA) for password synchronization with PCNS
Your company network uses Forefront Identity Manager (FIM) 2010 to synchronize user accounts in an Active
Directory Domain Services (AD DS) domain. You are implementing Password Change Notification Service
(PCNS). You need to configure the AD Management Agent (AD MA) for password synchronization with PCNS.
You also need to ensure that the HR Data MA receives password change notifications.
What should you do? (Choose all that apply.)
You need to ensure that custom workflows perform properly in the production environment
You use Forefront Identity Manager (FIM) 2010 in your company network. After you perform the migrationof
FIM from the test environment to the production environment, you discover that requests for custom workflows
fail. You need to ensure that custom workflows perform properly in the production environment.
What should you do?
You need to enable maintenance mode
You use Forefront Identity Manager (FIM) 2010 in your company network. You want to migrate the FIM Portal
configuration from the test environment to the production environment. You need to enable maintenance
mode.
What should you do? (Choose all that apply.)