Tag: technology

Questions Related to technology

Environment Variables can be over-ridden at the job level?

  1. True

  2. False


Correct Option: A

Given:

import java.util.*;   
public class Looking {   
  public static void main(String[] args) {   
    String input = "1 2 a 3 45 6";   
    Scanner sc = new Scanner(input);   
    int x = 0;   
    do {  
       x = sc.nextInt();  
       System.out.print(x + " ");  
     } while (x!=0);  
   }  
 }

What is the result?

  1. 1 2

  2. 1 2 3 45 6

  3. 1 2 3 4 5 6

  4. 1 2 a 3 45 6

  5. 1 2 followed by an exception


Correct Option: E
  1. Transformer Stage

  2. Join Stage

  3. Lookup Stage

  4. Merge Stage


Correct Option: A,C,D
  1. Transform Stage

  2. Sort Stage

  3. File Stage

  4. Copy Stage


Correct Option: B,C,D
  1. 256 MB

  2. 128 MB

  3. 64 MB

  4. 512 MB


Correct Option: A
  1. dsjob run

  2. dsjobrun

  3. dsjob -run

  4. run jobname


Correct Option: C
  1. Datastage Designer GUI

  2. orchadmin Command

  3. dsrecords Command

  4. all of the above


Correct Option: D
  1. FILE.STAT command

  2. ANALYZE.FILE command

  3. ZCAT Command

  4. none of these


Correct Option: A,B