GeekInterview.com
Series: Subject: Topic:

Data Warehousing Interview Questions

 
Sub Categories (+ View)
Subject Name
Questions
Answers
Last updated
235
690
May
14th,
2013
129
672
Feb
3rd,
2013
213
489
Apr
26th,
2013
39
129
Sep
7th,
2012
19
19
Jan
28th,
2013
444
1026
May
17th,
2013
75
299
Mar
8th,
2013
725
2207
May
20th,
2013
Showing Questions 1 - 20 of 114 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

What are the types of dimension tables

Asked By: narasimha | Asked On: Oct 21st, 2005

Answered by: keerthana on: May 2nd, 2013

There are following types of dimensional tables: 1.Slowly changind dimensions(SCD) a)SCD-1:stores only current values b)SCD-2:stores both previous and current values c)SCD-3:stores cu...

Answered by: Aruna on: Feb 6th, 2012

The Dimensions are Confirmed Dimension, Junk/Dirty Dimension, Degenerated Dimension and Slowly Changing Dimensions(SCD)-(Under slowly changing dimensions we have 6 types, they are Type1, Type2, Type3, Type4, Type5 and Type6).

Fact and dimensions

Asked By: bhuwansingh123 | Asked On: May 17th, 2012

Which type of relation between fact and dimension table in star schema and snowflake schema?Like one to one or many to many?

Answered by: vveeralapati on: Apr 25th, 2013

For one dimension record, you will see many fact records associated.Many to one or one to many relationship is not to be confused with number of records or columns in a table. that has nothing to do with a relation

Answered by: vveeralapati on: Apr 25th, 2013

Fact to dimension is many to one...for one dimension record, you will see many fact records associated

Diff between primary index and primary key

Asked By: maheshanna | Asked On: Jan 30th, 2013

What is the main difference between primary index and primary key in teradata? And can we have this two on same column?

Answered by: Agnes Melbin R on: Apr 11th, 2013

If i am not wrong , both the titles should be swapped from the above answer as follows , Primary Key --Always Unique --Does not allow NULL values --Optional for a table --Values cant be updated --Doe...

Answered by: dinesh on: Mar 21st, 2013

Primary Index --Always Unique --Does not allow NULL values --Optional for a table --Values can’t be updated --Does not allow Duplicates --Does not choose best access path --Used In Joins Primary Ke...

Olap & molap operations

Asked By: ashwin sahu | Asked On: Jan 29th, 2009

What are the various olap & molap operations?

Answered by: mohan on: Mar 20th, 2013

olap means online analytical processing its mainly used for ssas and then molap means multidimensional online analytical processing its different to olap

If two co>os are interacting with each other what parameters should we have to set.

Asked By: Azeem.shaik | Asked On: Mar 1st, 2013

Answered by: Sandip More on: Mar 3rd, 2013

You can interact with another co-operating system with setting below parameters in .abinitiorc of existing coperating system : AB_NODE : Node at which this another co-operating system resides AB_HOME...

Informatica triggering

Asked By: surbhit87 | Asked On: Jun 8th, 2012

In Informatica v 8.6 one workflow triggers another workflow. how where do we put a distinct clause so that the duplicates are not reflected in the report formed by the second wf. First wf does a partial load

Answered by: dspgi on: Dec 15th, 2012

Your question is not very clear. However, if you mean to say that you are loading the same target table using two different mappings, then here is the answer. You can use any one of the below approach...

1) differences between dss and oltp.2) explain grouped cross tab.3) define surrogate key.4) what is iqd file.5) expalin reference cursor.

Asked By: vasanth kishore | Asked On: Oct 24th, 2006

Answered by: Janaki on: Nov 5th, 2012

3.Surrogate key is a sequencer which is used to uniquely identify a row in a OLAP. This helps in implementing SCD Type 2 in data warehousing.

Answered by: rj_dwbi on: Apr 2nd, 2012

OLAP:
1). Store historical data of an organization
2). Data is used for BI/ business strategic decision

OLTP
1). Real time transactional data
2). Data is used to have track of transaction details.

Replicating the record in target in Informatica.

Asked By: imbadenough | Asked On: Oct 4th, 2012

My source is like: sno name 1 xxxx 2 yyyy i want the target like: sno name frequency 1 xxxx 1 2 yyyy 2 2 yyyy 2 how can I replicate the "2 yyyy". i am supposed to make it dynamic for all possible frequencies.

SCD types

Asked By: wadate | Asked On: Dec 8th, 2010

What are the types of slowly changingdimension ?Can you explain please types of slowly changingdimension in detail ?

Answered by: vijaya on: Aug 29th, 2012

Slowly changing dimensions are 3 types. In scd-1 new data is inserted by deleting old one. so latest information is stored. In scd-2 we can maintain history of data for a particular item. new data is...

Answered by: bhavikumehta on: Jun 26th, 2012

SCD are of following types: type 1 - updates changes without preserving history type 2 - stores history data by maintaining versions of the updated data type 3 - either stores current and previous ver...

Sequencer

Asked By: bhuwansingh123 | Asked On: May 17th, 2012

How to create sequencer in datastage(parallel)?

Sequencer

Asked By: bhuwansingh123 | Asked On: May 17th, 2012

What is the purpose of sequencer and how to create in real time project in parallel?

How do we increase hash file size?

Asked By: bonkuris | Asked On: May 10th, 2012

How do we increase hash file size?

What is fan trap? How do you find out? How do you resolve that loop? what is chasm trap? How do you find out? How do you resolve that loop? how you provide security for reports? whenever you open a...

Asked By: vasanth96 | Asked On: Jul 9th, 2007

Answered by: PANGANAMALA SRINIVAS on: May 9th, 2012

Fan trap: one of the schema-tables in your physical realization via an rdbms has a 1:many relationship between two slave-tables but there is no path between the two slave tables! So we are clueless ab...

Answered by: johnftamburo on: Mar 19th, 2009

A fan trap is a many-to-many relationship between two fact tables, bridged by a dimension.

What is the difference between aggregate table and materliazed view?

Asked By: madhu2732 | Asked On: Nov 11th, 2007

Star Read Best Answer

Editorial / Best Answer

Answered by: joshmohit

View all answers by joshmohit

Member Since Oct-2010 | Answered On : Nov 3rd, 2010

Aggregate table is a generic term to represent the summaries built in a warehouse. MAterilaized view is the technical implementation of these aggregate tables. Though, Materialized views come with the database specific properties which might not be covered with the generic definition of aggregate tables.

Answered by: Tom Haughey on: Apr 29th, 2012

 An aggregate table is a table that contains data that is summarized somehow, for example, it contains a summary of Customer by Product by Week. A more granular level of detail would be the transactio...

Answered by: joshmohit on: Nov 3rd, 2010

Aggregate table is a generic term to represent the summaries built in a warehouse. MAterilaized view is the technical implementation of these aggregate tables. Though, Materialized views come with the...

Rejected data loading

Asked By: madhu_nani | Asked On: Apr 23rd, 2012

How can I load rejected data file? is it necessary to create new mapping for that.....How can I load by reject data utility explain me clearly

Data mining advantages

Asked By: sanjuktav | Asked On: Jun 14th, 2010

What are the advantages of data mining over traditional approaches>

Answered by: Emanisreddy on: Apr 17th, 2012

Data mining is nothing about analyzing the results with different prospects.

Relational and dimensional data modeling

Asked By: sm_arunachalam | Asked On: Jul 22nd, 2008

How can you say relational is normalized one and data warehouse i.E dimensional modeling is de-normalized one when both model follows the primary key concept in its table to store data

Answered by: Iftikhar Alam on: Apr 8th, 2012

Data obtain from transactional source which is normalized on 3NF. It has been staged and demoralized the data and after denationalization of data re-normalized on 2NF and 3NF. Therefore, It is called Demoralized but it is normalized not like the transactional

Answered by: madhavig on: Feb 16th, 2010

Dimensional modeling usually does with 2NF for dimensions and 3NF for facts.
Dimensions are de-normalized for better query performance and for better understanding by business users.

What is the difference between Oracle and teradata?

Asked By: nikunj | Asked On: May 15th, 2007

Answered by: Martin Alvarez on: Mar 18th, 2012

Teradata and Oracle produce relational database management systems. What the previous answers do not provide are important facts about both platforms. Teradata products are a "combo" of hardware + so...

Answered by: Divya on: Jan 6th, 2012

Oracle and Teradata are RDBMS databases. But the main difference is Terdata supports parallelism and it allows more data 10 to power 12 Gb where it increases scability when compared to Oracle

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Question Categories

Abinitio Interview Questions

Analysis services Interview Questions

Data Warehousing Basics

BO Designer Interview Questions

Business Intelligence Interview Questions

Business Objects Interview Questions

Cognos Interview Questions

Data Warehousing Concepts

BO Data Integration

DataStage Interview Questions

ETL Interview Questions

Hyperion Interview Questions

Impromptu Interview Questions

Informatica Interview Questions

MicroStrategy Interview Questions

Reportnet Interview Questions

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.