Tag: technology

Questions Related to technology

  1. At Compile time

  2. At Run time

  3. At Both compile time and run time

  4. Never


Correct Option: B
  1. Shared container

  2. Local container

  3. Both

  4. None of the above


Correct Option: B
  1. DataStage Designer and Administrator

  2. DataStage Administrator

  3. DataStage Designer

  4. None of the above


Correct Option: C
  1. It can extend exactly one class and implement exactly one interface.

  2. It can extend exactly one class and can implement multiple interfaces.

  3. It can extend exactly one class or implement exactly one interface.

  4. It can implement multiple interfaces regardless of whether it also extends a class.


Correct Option: C
  1. It must be marked final.

  2. It can be marked abstract.

  3. It can be marked public.

  4. It can be marked static.


Correct Option: B
  1. Runnable r = new Runnable() { };

  2. Runnable r = new Runnable(public void run() { });

  3. Runnable r = new Runnable { public void run(){}};

  4. System.out.println(new Runnable() {public void run() { }});


Correct Option: D
  1. MyOuter.MyInner m = new MyOuter.MyInner();

  2. MyOuter.MyInner mi = new MyInner();

  3. MyOuter m = new MyOuter(); MyOuter.MyInner mi = m.new MyOuter.MyInner();

  4. MyInner mi = new MyOuter.MyInner();


Correct Option: A
  1. Aggregator stage

  2. Change Capture stage

  3. Modify stage.

  4. Change Apply stage


Correct Option: B

What does a Configuration File in parallel extender consist of?

  1. Number of Processes or Nodes.

  2. Actual Disk Storage Location.

  3. Fast name

  4. All the Above


Correct Option: D