Multiple choice technology

What is used in an expression that includes a port or return value from an unconnected transformation? (Eg-:LKP)

  1. Unconnected identifiers

  2. Identifying qualifiers

  3. Reference identifiers

  4. Reference qualifiers

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

When using an unconnected transformation in Informatica (such as an unconnected Lookup transformation marked as :LKP), you must use a reference qualifier in the expression to call it. The reference qualifier provides the necessary context and input values to the unconnected transformation. This is different from connected transformations, which are part of the data flow and don't require explicit calling syntax.