Multiple choice technology platforms and products

Error log type

  1. Relational

  2. File

  3. Xml

  4. Binary

  5. All the above

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

Error logs in Informatica can be written to different storage types. Relational error logs store error information in database tables for structured querying and analysis. File-based error logs write errors to flat files (text, CSV) for portability and external processing. XML (C) and Binary (D) are not standard error log types - error logs are typically written in readable formats for debugging.

AI explanation

In ETL tools like Informatica PowerCenter, session error logs can be configured to write to either a Relational database table (structured, queryable) or a Flat File (plain text log), which is why both 'Relational' and 'File' are marked correct for this multi-select question. 'Xml' and 'Binary' are not standard error log output formats offered by these tools, and 'All the above' is wrong because it would incorrectly include the unsupported Xml/Binary options alongside the two valid ones.