nerdexam

70-158 · Question #25

Your company network includes Forefront Identity Manager (FIM) 2010. You use the Management Agent (MA) for delimited text files. The import and export flows of these text files must be successful…

The correct answer is A. Modify records to appear as single-line entries. E. Arrange multivalued attributes and header names to appear in sequential order. In FIM 2010, the Management Agent for delimited text files requires records to be single-line entries and multivalued attributes with headers in sequential order to process imports and exports correctly.

Submitted by emma.c· Mar 4, 2026Configure Management Agents

Question

Your company network includes Forefront Identity Manager (FIM) 2010. You use the Management Agent (MA) for delimited text files. The import and export flows of these text files must be successful. An example of the delimited text files that will be used is shown below. You need to ensure that the MA for delimited text files will function correctly. What should you do? (Choose all that apply.)

Exhibit

70-158 question #25 exhibit

Options

  • AModify records to appear as single-line entries.
  • BEdit the schema for use along with the text file.
  • CRemove end-of-line characters between records.
  • DReplace comma with semicolon as the delimiting character.
  • EArrange multivalued attributes and header names to appear in sequential order.

How the community answered

(45 responses)
  • A
    78% (35)
  • B
    2% (1)
  • C
    7% (3)
  • D
    13% (6)

Why each option

In FIM 2010, the Management Agent for delimited text files requires records to be single-line entries and multivalued attributes with headers in sequential order to process imports and exports correctly.

AModify records to appear as single-line entries.Correct

The MA for delimited text files requires each record to be a single-line entry; multi-line records with embedded newlines or line breaks within a record will cause parsing failures because the MA treats each line as a discrete record boundary.

BEdit the schema for use along with the text file.

Editing the schema alone does not resolve formatting issues within the text file itself; the schema defines attribute mappings but cannot compensate for malformed record structure or line-break problems.

CRemove end-of-line characters between records.

End-of-line characters between records are required by the MA to delimit one record from another; removing them would merge records together and break the parsing logic entirely.

DReplace comma with semicolon as the delimiting character.

The FIM MA for delimited text files supports both comma and semicolon as delimiter characters through configuration, so replacing the delimiter is not required to ensure correct functionality.

EArrange multivalued attributes and header names to appear in sequential order.Correct

Multivalued attributes in delimited text files must have their corresponding header names appear in sequential order (e.g., value1, value2, value3 with matching headers) so the MA can correctly map and process each value during import and export flow operations.

Concept tested: FIM 2010 Management Agent delimited text file requirements

Source: https://learn.microsoft.com/en-us/previous-versions/windows/desktop/forefront-2010/ff608070(v=ws.10)

Topics

#Management Agents#Delimited Text Files#Data Import#FIM 2010

Community Discussion

No community discussion yet for this question.

Full 70-158 Practice