You are on page 1of 5

1.

Source Qualifier Transformation is a


a.
b.
c.
d.

2.

You specify the Target Load Order based on


a.
b.
c.
d.

3.

True
False
Depends on the Source Database
Depends on the settings configured in the Informatica Client Components

Target Load Order is specified in the Designer in


a.
b.
c.
d.

6.

Used in the mapping


Available in the Source Qualifier
Available in the Source Table
None

Source Qualifier for a Relational file, doesnt allow you to enter the SQL override
a.
b.
c.
d.

5.

Source Tables
Target Tables
Source Qualifier Transformations
Repository

In Source Qualifier, the default query is a SELECT statement for each column
a.
b.
c.
d.

4.

Active/Connected Transformation
Passive/Connected Transformation
Active/Unconnected Transformation
Passive/Unconnected Transformation

Source Analyzer
Transformation Developer
Mapping Designer
Warehouse Designer

Reusable Source Qualifier Transformation can be created in


a.
b.
c.
d.

Mapping Designer
Transformation Developer
Mapplet Designer
None

7.

A filter condition was entered in the Source Filter on the Transformation Properties tab
in Source Qualifier. Later the WHERE CLAUSE in the default SQL Query was
modified, without removing the value entered in Source Filter. When the Informatica
Server runs the session it,
a.
b.
c.
d.

8.

When left outer and right outer joins are to be combined with normal joins in a single
source qualifier, then the order they should entered is
a.
b.
c.
d.

9.

Input
Output
Input/Output
Variable

Expression Transformation is
a.
b.
c.
d.

11.

Left Outer, Normal, Right Outer


Normal, Left Outer, Right Outer
Right Outer, Normal, Left Outer
Left Outer, Right Outer, Normal

A Source Qualifier is connected to the Source definition having 28 Columns, out


of which only 17 are are connected to a target transformation. The remaining columns
port type would be
a.
b.
c.
d.

10.

Queries the Database with the modified SQL Query and applies the condition
entered in the Source Filter on the result set
Queries the Database with the modified SQL Query
Queries the Database with the Default SQL Query and then applies the Filter
Condition entered in the Source Filter
None of the above.

Active/Connected Transformation
Passive/Connected Transformation
Active/Unconnected Transformation
Passive/Unconnected Transformation

A variable port in an Expression Transformation can be connected


a.
b.
c.
d.

to a variable port in the next Transformation


to a variable port but of the same datatype in the next Transformation
to any Input/Output port but of the same datatype in the next Transformation
none

12.

Variable ports in the Expression Transformations can hold the calculated values like
Averages, Sums etc.,
a.
b.
c.
d.

13.

Expressions can be entered in any


a.
b.
c.
d.

14.

1
2
10
Any Number

A mapping has 2 Targets, TableA, TableB. TableA has a primary key and a foreign key
referencing the primary key in TableB. TableB has a primary key and a foreign key
referencing the primary key of TableA. When you configure the session to use Constraint
Based Loading, the Informatica Server
a.
b.
c.
d.

16.

Input Port
Input/Output Port
Output Port
Variable Port

The number of Expressions you can enter for an Output Port in Expression
Transformation are
a.
b.
c.
d.

15.

True
False
Depends on the datatype
None of the above

Loads the target TableA first and then TableB


Loads the target TableB first and then TableA
reverts to Normal Loading
invalidates the session

In a certain mapping, there are 4 targets Tgt1, Tgt2, Tgt3, Tgt4. Tgt1 has a primary key,
Tgt2 and Tgt3 contain foreign keys referencing the Tgt1 primary key. Tgt3 has a primary
key that Tgt2 and Tgt4 references as a foreign key. Tgt2 has a foreign key referencing the
primary key of Tgt4. The order in which the Informatica Server loads the targets
a.
Tgt1, Tgt2, Tgt3, Tgt4
b.
Tgt1, Tgt3, Tgt4, Tgt2
c.
Tgt1, Tgt4, Tgt3, Tgt2
d.
Reverts to Normal Load

Exercises
Create a Target Table Employee_Tgt in Target DB Target, having columns
EmployeeID
int
Employee_Full_Name
nvarchar
55
BirthDate
datetime
HireDate
datetime
TerritoryDesc
nchar
50
RegionDesc
nchar
50
Use Employees, EmployeesTerritories, Region and Territories tables from Northwind DB.
1.

Populate the Employee_Tgt.

Truncate the Employee_Tgt. Using Truncate Option in Session Properties before proceeding to
Exercise 2.
2.

Populate the Employee_Tgt with Employees who joined the Company from 1993,

Map the following columns:


Source Column
Employees.EmployeeID
Territories.TerritoryDescription
Regions.RegionDescription
Employees. TitleOfCourtesy,FirstName, LastName
Employees. BirthDate
Employees. HireDate
Create a Target Table
CategoryName
ProductName
CompanyName
Contact_First_Name
Contact_Last_Name
Address
City
Region

nvarchar
nvarchar
nvarchar
nvarchar
nvarchar
nvarchar
nvarchar
nvarchar

15
40
40
20
20
60
20
20

Target Column
EmployeeID
TerritoryDesc
RegionDesc
Employee_Full_Name
BirthDate
HireDate

3.

Use the following tables as Sources from Northwind DB


Categories, Suppliers, Products

Map the following columns:


Source Column
CategoryName
ProductName
CompanyName
ContactName
ContactName
Address
City
Region

Target Column
CategoryName
ProductName
CompanyName
Contact_First_Name
Contact_Last_Name
Address
City
Region

Buiness Rules :
ContactName in the source should be split and populated into Contact_First_Name and
Contact_Lasst_Name.
The values in City column should start with a Capital letter.
Replace the NULLS in Region column with Unrecorded.

You might also like