nerdexam
IBM

C2090-305 · Question #2

You need to determine whether a specific column contains either an 'X' or a T character that can occur in any order. Which check would allow you to evaluate this condition? The placeholder specfield…

The correct answer is D. specfield MATCHES_FORMAT X OR specfield MATCHES_FORMAT T. See the full explanation below for the reasoning.

Question

You need to determine whether a specific column contains either an 'X' or a T character that can occur in any order. Which check would allow you to evaluate this condition? The placeholder specfield is used in the data rule definition to represent this column.

Options

  • Aspecfield CONTAINS {'X*. T}
  • Bspecfield MATCHES_REGEX [XY]
  • Cspecfield CONTAINS ucase (XT)
  • Dspecfield MATCHES_FORMAT X OR specfield MATCHES_FORMAT T

How the community answered

(41 responses)
  • A
    2% (1)
  • B
    12% (5)
  • C
    5% (2)
  • D
    80% (33)

Community Discussion

No community discussion yet for this question.

Full C2090-305 Practice