Jump to content

Data Warehousing Interview Questions & Answers


meena1

Recommended Posts

Hai all,,,

Here are some important Data Warehousing Interview Questions & Answers.

1.What is the difference between datastage and informatica
Ans: The main difference is Vendors. Each one is having plus from their architecture. For Datastage it is a Top-Down approach. Based on the Businees needs we have to choose products.

Main Difference is
In DataStage having
Partition,
parallelism,
File Lookup,
Merge/Funnel.

Informatica:
No concept of partition and parallellism

File lookup caching is really horrible. It will take more time do a lookup with other tables.

There is no concept of merge/Funnel options.Here only available union and union all function.

These are the main differences.

2.What is merge and how it can be done plz explain with simple example taking 2 tables .......
Ans: Merge is used to join two tables.It takes the Key columns sort them in Ascending or descending order.Let us consider two table i.e Emp,Dept.If we want to join these two tables we are having DeptNo as a common Key so we can give that column name as key and sort Deptno in ascending order and can join those two tables.

[url="http://www.coolinterview.com/type.asp?iType=151"]more details....[/url]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...