Top Data Warehouse Interview Questions :: ALLInterview.com http://www.allinterview.com Top Data Warehouse Interview Questions en-us what is the difference between compiler and interpreter? give any one http://www.allinterview.com/showanswers/57417.html A compiler compiles the source code in a form that can be used directly by the computer. At run time the code is to run the programme is already there. An interpreter reads each line of the source code and converts it to machine code on the Explain about HLD and LLD ? http://www.allinterview.com/showanswers/58137.html HLD refers High Level Design and LLD refers Low Level Design Means HLD contains overview of the design and LLD contains detailed design. Where can i get informatica certification Exam dumps and details? pl http://www.allinterview.com/showanswers/68530.html pls cc to my id also What is Performance tuning in Informatica? http://www.allinterview.com/showanswers/15949.html The goal of performance tuning is optimize session performance so sessions run during the available load window for the Informatica Server. Increase the session performance by following. The performance of the Informatica Server is related what are the difference between Informatica 7.1 and 8.1? http://www.allinterview.com/showanswers/60122.html DIFFERENCE BETWEEN INFORMATICA 7.1 AND 8.1 =========================================== Object Permissions* Effective in version 8.1.1, you can assign object permissions to users when you add a user account, set user permissions, or edit a When should you use a STAR and when a SNOW-FLAKE schema? http://www.allinterview.com/showanswers/14115.html The snowflake and star schema are methods of storing data which are multidimensional in nature (i.e. which can be analysed by any or all of a number of independent factors) in a relational database. The snowflake schema (sometimes called snowf How to create a dynamic column name in Cognos? http://www.allinterview.com/showanswers/13065.html These are the steps - i. Create a calculated column which contains the information that the header is to contain, such as "Report for year 1999" (concatenated text and date to string sub string extraction). ii. Highlight the re what is the difference between aggregate table and fact table ? how d http://www.allinterview.com/showanswers/32079.html fact table is one which contains all the facts (measures).aggregate table is one which is created after the cube is processed.this aggregate table contains human unreadable text. 1)Difference between BO 5.1.2 and BO 6.5.1 and also BO XI (R2)?? 2)D http://www.allinterview.com/showanswers/36540.html 1) BO 5.1.2 had no Infoview. BO 6.5.1 included Infoview, but no Crystal Report, CMC not present, instead Supervisor(thick client) was used for giving Users rights. BO XI includes intgration with Crystal Reports, CMC (THin Client) for managi What is the difference between nodup and nodupkey options? http://www.allinterview.com/showanswers/57869.html The NODUP option checks for and eliminates duplicate observations. The NODUPKEY option checks for and eliminates duplicate observations by variable values. Whatis the difference between View and Materialized View ? http://www.allinterview.com/showanswers/37203.html In view we cannot do DML commands where as it is possible in Materialized view. how can u import .csv file in to SAS?tell Syntax? http://www.allinterview.com/showanswers/32073.html To create csv file,we have to open notepad.then ,declaring the variables.then save the file.like enr.csv SYNTAX: proc import datafile='external file' out=<dataset name> dbms=csv replace; getnames=yes; proc print data=<datase how can one connect two fact tables ? is it possible ? how? http://www.allinterview.com/showanswers/32226.html This confirm dimenstion methodology.If a dimension table is connected to more then one Fact table is called confirm dimension. what is prompt? Cascading prompt? Syntax http://www.allinterview.com/showanswers/23069.html To prompt the values and it is used on where condtion and filter row syntax @select(class\object )= @prompt ('message','type','{values1,values2...},class\object,mono\mu lti,free\constrained) How to pass parameter value into html design page? (That is YOU Creat http://www.allinterview.com/showanswers/17013.html By writting the javascript code in the html item,we can insert the parameter values.......If u need javascript, i vl explain later... otherwise interact with java people....