Tag: technology

Questions Related to technology

  1. sequential file stage

  2. File set stage

  3. Lookup file set stage

  4. Row generator stage


Correct Option: A,D
  1. Constraints,Derivations,Stage variables

  2. Derivations,Constraints,Stage variables

  3. Stage variables,Derivations,Constraints

  4. Any of the above


Correct Option: C
  1. LeftOuter Join,Right Outer Join,Inner join

  2. Outer Join,Inner Join

  3. Left Outer Join,Inner Join

  4. Left Outer Join,Right Outer Join


Correct Option: C
  1. Automatically handle activities that fail

  2. Add checkpoints so sequence is restartable on failure

  3. Log warnings after activities that finish with status other than ok

  4. Log report messages after each job run


Correct Option: B
  1. Derivations,Stage variables,Constraints

  2. Stage variables,Constraints,Derivations

  3. Constraints,Stage variables,Derivations

  4. Constraints,Derivations,Stage variables


Correct Option: B

Which of the following functions will be invoked on the function call- show(10);

  1. show(byte b){ }

  2. show(long l){ }

  3. none of the above

  4. compilation error


Correct Option: B
  1. show(float f){ }

  2. show(int i){ }

  3. show(double d){ }

  4. none of the above


Correct Option: A