nerdexam
IBM

C2020-930 · Question #134

Assume you have a data file which has the first and last name (Called FIRST_NAME and LAST_NAME respectively). You would use a Derive node to create a field named FULL_NAME containing values with…

The correct answer is C. FIRST_NAME ** ++ ** LAST_NAME. See the full explanation below for the reasoning.

Question

Assume you have a data file which has the first and last name (Called FIRST_NAME and LAST_NAME respectively). You would use a Derive node to create a field named FULL_NAME containing values with first name, space, last name. Which expression would produce the correct result?

Options

  • AFIRST_NAME >< LAST_NAME
  • BFIRST_NAME >< ** >< LAST_NAME
  • CFIRST_NAME ** ++ ** LAST_NAME
  • DFIRST_NAME + ** + LAST_NAME

How the community answered

(61 responses)
  • A
    3% (2)
  • B
    11% (7)
  • C
    77% (47)
  • D
    8% (5)

Community Discussion

No community discussion yet for this question.

Full C2020-930 Practice