nerdexam
IBM

C2020-010 · Question #67

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

(69 responses)
  • A
    10% (7)
  • B
    4% (3)
  • C
    84% (58)
  • D
    1% (1)

Community Discussion

No community discussion yet for this question.

Full C2020-010 Practice