ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories >> Software >> Data-Warehouse >> Data-Stage
 
 


 

Back to Questions Page
 
Question
1)i put Pharma Project in my Resume..whar are the sources 
used in my project Generally?
2)how many fact and dimensional tables used?
3)Have u used any Datamarts and measues in fact 
table? ....plz give the answers...
Rank Answer Posted By  
 Question Submitted By :: Ping2babji
This Interview Question Asked @   iGate
I also faced this Question!!   © ALL Interview .com
Answer
only one fact table and Meany dimension tables
datamarts is subject oriented database
 
0
Lokesh
 
 
Question
how can we join one oracle & flat files ?
Rank Answer Posted By  
 Question Submitted By :: Meebabu
This Interview Question Asked @   ME
I also faced this Question!!   © ALL Interview .com
Answer
first we need to converted flat files in tables ofter join
the oracle and that table
 
0
Lokesh
 
 
Question
detail about sdlc
Rank Answer Posted By  
 Question Submitted By :: Meebabu
I also faced this Question!!   © ALL Interview .com
Answer
sdlc(software devlopment life cycle)
This is cycle that show step of how to devloped
application/project.

step of sdlc
1.Meeting with client.
2.Requirement.
3.Analysis/collect information.
4.Coding.
5.Testing.
6.Maintanance & support.
 
0
Amit Bhardwaj
 
 
 
Answer
Hai..,

SDLC --- Software Development Life Cycle and Each and Every 
Development Envirnment should be follow SDLC....
Its follow 7 steps
1.Identifies Problem
2.Gathering Information
3.Analysis
4.Design and Coding
5.Quality Assurence (System-Testing)
6.Production
7.Support & Maintanence
 
0
Kiran
 
 
Answer
kick of meeting
2)analysis of data
3) design
4)unit testing
5)uAT test
6) production
7) maintaince
 
0
Simha
 
 
Question
how do u capture duplicates through sort & transformer
Rank Answer Posted By  
 Question Submitted By :: Raam
I also faced this Question!!   © ALL Interview .com
Answer
Hai..,

In sort stage we have one property...its create key change 
column.

In Transformer stage ,we have to write if then else 
condition.....
 
0
Kiran
 
 
Answer
Yes, Kirans is right
 
0
Kalyanreddy
 
 
Question
why we use hash file for lookup?
Rank Answer Posted By  
 Question Submitted By :: Meebabu
I also faced this Question!!   © ALL Interview .com
Answer
Hash file Give Performance
 
0
Kiran
 
 
Answer
Hash file is worked in key based . so lookup stage work on
comparasion of columns. so using hash file
 
0
Jayam
 
 
Question
HOW CAN WE SEE THE DATA IN DATASET?
Rank Answer Posted By  
 Question Submitted By :: Oct10
This Interview Question Asked @   IBM
I also faced this Question!!   © ALL Interview .com
Answer
1 ) By View Data 

2) By Unix - But the data will be unformatted as dataset 
data is distributed over several nodes.
 
0
Ankur
 
 
Answer
we can't see data to unix consoles,we can only delete by 
orchadmin command.
 
0
Ranjan
[Xyz]
 
 
Answer
We cannot see the data in the Data Set (.ds files) through 
Unix, Editplus etc. But we can view the data by connecting 
a Peek stage to the Data Set stage in a job. Go to Director-
-> job name ---> Peek stage (view .ds file data)
 
6
Metilda
[Xyz]
 
 
Answer
We cannot see the data in the Data Set (.ds files) through 
Unix, Editplus etc. 
1. But we can view the data by connecting a Peek stage to 
the Data Set stage in a job. Go to Director--> job name ---
> Peek stage (view .ds file data) or
2. Connect Sequential File Stage as the target stage to the 
Data Set stage. In the Sequential File Stage-->Input Tab--
>Properties--> Give the Target file path. For Eg: 
(/local/data1/edw/temp/DataSetOp.txt) and run the job. the 
new text file gets loaded with data from the .ds file. Thus 
data will be in a readable format in the text file.
 
0
Metilda
[Xyz]
 
 
Answer
right click on the data set and select by view data option
 
0
Balaji
[Xyz]
 
 
Question
HOW CAN WE SEE THE DATA IN DATASET?
Rank Answer Posted By  
 Question Submitted By :: Oct10
I also faced this Question!!   © ALL Interview .com
Answer
If we want to see all the data it is :
orchadmin dump <dataset_name>

If we want to see specific field data it is :
orchadmin dump -name -field <field_name> -field 
<field_name> <dataset_name>

But before that the DS environment should be set.
Like below ( but may change based on the configuration): 
export PATH
. /opt/IBM/InformationServer/Server/DSEngine/dsenv

LD_LIBRARY_PATH=$APT_ORCHHOME/lib:$LD_LIBRARY_PATH; export 
LD_LIBRARY_PATH

 
0
Sekhar Naskar
 
 
Question
at source level i have 40 columns,i want only 20 cols at
target what r the various ways to get it
Rank Answer Posted By  
 Question Submitted By :: Oct10
This Interview Question Asked @   IBM
I also faced this Question!!   © ALL Interview .com
Answer
Use Modify Stage and Drop the columns that are not needed . Or Use a Transformer and take the links tat are only needed(make sure that RCP is not marked )
 
0
Jaimy Chacko
 
 
Answer
In the transform stage u select wich coloums u want those
coloums only drage from input link to output link.
 
0
Ram
[Xyz]
 
 
Answer
Hi,

1. based in reuirement if you need 20 columns, you have to 
select 20 columns in database query.

2. if source is file, use transformer stage and populate 
require 20 columns only

3. if source is database or file you can use copy stage 
insted of transformer and modify.
 
0
Kalyanreddy
[Xyz]
 
 
Answer
Using transformation stage
How t o use:
                           Double click transformation stage

	                          Select 20 columns
                                               
                           Drag and drop there target links.

                                    Click on Ok
 
0
Balaji
[Xyz]
 
 
Question
by using dsjob..we can run only one job at a time?how can u
run multiple jobs at a time in unix?
Rank Answer Posted By  
 Question Submitted By :: Oct10
I also faced this Question!!   © ALL Interview .com
Answer
Using cron command and at command to run multiple jobs at a 
time
 
0
Rambabu
 
 
Question
wt is the diff b/w odbc and oracle stage
Rank Answer Posted By  
 Question Submitted By :: Vijay
This Interview Question Asked @   Accenture
I also faced this Question!!   © ALL Interview .com
Answer
ODBC Stage require few connectivites to connect where are 
Oracle just we can connect with server details.
 
0
Bi Etl
 
 
Answer
ODBC stage can be used to connect to different databases like Oracle , DB2 ..etc . It can be connected to any databases with ODBC drivers where as ORACLE stage connects only to Oracle databases

If you want to connect to a Oracle database and you are using Oracle stage, it will be faster and better. ODBC stage also does the same but it will be slow and its generic ,, I suggest using ODBC stage where there is no specific plugins to connect to a database.
 
0
Jaimy Chacko
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com