0

programming languages Online Quiz - 273

Description: programming languages Online Quiz - 273
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0

Which of the following is/are an Active transformation

  1. Sorter

  2. Connected Lookup

  3. Expression

  4. Unconnected Lookup


Correct Option: A

What types of data source(s) can be read with the source qualifier transformation?

  1. Relational Databases

  2. Relational Databases and flat files

  3. Relational Databases,lat files and cobol

  4. Relational Databases,lat files,cobol and certified ERP sources such as Peoplesoft and SAP R/3


Correct Option: D
  1. Run the Debugger, validate mappings and mapplets, import source definitions

  2. Run the debugger, create and delete folders, import source definitions

  3. Create and delete folders, view object dependencies, import source definitions

  4. Create and delete folders, create and edit mappings, create target tables


Correct Option: A

Choose the correct option - Transformations which have only Input/Output ports

  1. Expression

  2. Router

  3. Lookup

  4. Aggregator


Correct Option: A

When would you use Joiner transformation

  1. If you want to join two tables in same database

  2. If the Order By clause needs to be changed

  3. If you want to join two tables on different Oracle databases

  4. If you want to join table and flat file


Correct Option: D

How many sources can be joined using Joiner transformation

  1. 1

  2. 2

  3. 3

  4. Unlimited


Correct Option: B

Which are the different Lookup cache types

  1. Persistent

  2. Dynamic

  3. Static

  4. All of the above


Correct Option: D
  1. Normalizer

  2. Source Qualifier

  3. Source Definition

  4. Any transformation


Correct Option: A

What are the types of lookup

  1. active

  2. passive

  3. connected

  4. Connected and unconnected


Correct Option: D

What are the views available in the Workflow Monitor

  1. Task View and Gnatt Chart View

  2. Task View, Time View and Workflow View

  3. Task View, Gnatt Chart View and workflow view

  4. Gnatt View and Workflow view


Correct Option: A

Which of the following are Informatica PowerCenter Server Components

  1. Informatica Server

  2. Repository Server

  3. Both A and B

  4. Neither A nor B


Correct Option: C

Repository Manager is used to

  1. Create user

  2. Create folders

  3. Assign privileges

  4. All of the above


Correct Option: D

void main() { int i = 10; int *p=&i; p++; printf("%d",(p-&i)); }

  1. 0

  2. 1

  3. compile error

  4. 10


Correct Option: B

Which of the following are valid statements in IDEAL?

  1. ADDITION

  2. ADD

  3. SUB

  4. SUBTRACT


Correct Option: B,D

void main() { int i = 10; long *p=&i; p++; printf("%d",(p-&i)); }

  1. 0

  2. 1

  3. compile error

  4. 10


Correct Option: B
- Hide questions