Something about DataStage, DataStage Administration, Job Designing,Developing, DataStage troubleshooting, DataStage Installation & Configuration, ETL, DataWareHousing, DB2, Teradata, Oracle and Scripting.
Showing posts with label Model. Show all posts
Showing posts with label Model. Show all posts
Tuesday, May 27, 2014
Interview Questions : DataWareHouse - Part6
What is BUS Schema?
BUS Schema is composed of a master suite of confirmed dimension and standardized definition if facts.
What are the methodologies of Data Warehousing?
Every company has methodology of their own. However, to name a few SDLC Methodology, AIM methodology is standard used.
Tuesday, March 11, 2014
Interview Questions : DataWareHouse - Part 5
How Many different schemas or DW Models can be used in Siebel Analytics. I know Only STAR and SNOW FLAKE and any other model that can be used?
Integrated schema design is also used to define an integrated schema design we have to define the following concepts
► Fact constellation
► Act less fact table
► Onformed dimension
A: A fact constellation is the process of joining two or more fact tables
B: A fact table with out any facts is known as fact less fact table
C:A dimension which is re useful and fixed is known as conformed dimensionA dimension, which is, shared with multiple fact tables known as conformed dimension
What is an error log table in Informatica occurs and how to maintain it in mapping?
Error Log in Informatica is a one of output file created by Informatica Server while running the session for error messages. It is created in Informatica home directory.
Wednesday, February 12, 2014
Interview Questions : DataWareHouse - Part 4
What are the types of Synonyms?
There are two types of Synonyms Private and Public
What is a Redo Log?
The set of Redo Log files YSDATE, UID, USER or USERENV SQL functions, or the pseudo columns LEVEL or ROWNUM.
What is an Index Segment?
Each Index has an Index segment that stores all of its data.
Explain the relationship among Database, Table space and Data file?
Each databases logically divided into one or more table spaces one or more data files are explicitly created for each table space.
Thursday, September 26, 2013
Interview Questions : DataStage - Part 2
For more : Visit HERE
What is the importance of Surrogate
Key in Data warehousing?
Ans : Surrogate Key is a Primary Key for a Dimension table. Most
importance of using it is independent of underlying database. i.e Surrogate Key
is not affected by the changes going on with a database
What does a Config File in parallel
extender consist of?
Ans: Config file consists of the following.
a) Number of Processes or Nodes.
b) Actual Disk Storage Location.
a) Number of Processes or Nodes.
b) Actual Disk Storage Location.
Tuesday, September 24, 2013
Interview Questions : DataWareHouse - Part 2
For more : Visit HERE
What is real time data-warehousing?
Data warehousing captures business activity data. Real-time data
warehousing captures business activity data as it occurs. As soon as the business
activity is complete and there is data about it, the completed activity data
flows into the data warehouse and becomes available instantly.
What are conformed dimensions?
Conformed dimensions mean the exact same thing with every possible fact
table to which they are joined. They are common to the cubes.
What is conformed fact?
Conformed dimensions are the dimensions which can be used across multiple
Data Marts in combination with multiple facts tables accordingly.
Labels:
change
,
Data
,
DataWareHouse
,
difference
,
dimension
,
Dimensional
,
fact
,
factless
,
granularity
,
Interview
,
keys
,
mart
,
Model
,
Questions
,
Schema
,
slowly
,
snowflake
,
Star
,
table
,
type
Thursday, August 08, 2013
Interview Questions : DataWareHouse - Part-1
What is Data Warehousing?
A data warehouse is the main repository of an organization’s historical data, its corporate memory. It contains the raw material for management’s decision support system. The critical factor leading to the use of a data warehouse is that a data analyst can perform complex queries and analysis, such as data mining, on the information without slowing down the operational systems. Data warehousing collection of data designed to support management decision making. Data warehouses contain a wide variety of data that present a coherent picture of business conditions at a single point in time. It is a repository of integrated information, available for queries and analysis.
Labels:
Data
,
database
,
DataWareHouse
,
difference
,
Dimensional
,
ETL
,
FAQ
,
Interview
,
Model
,
Questions
,
table
Wednesday, August 07, 2013
Logical Data Model
A logical data model describes the data in as much detail as possible, without regard to how they will be physical implemented in the database. Features of a logical data model include:
- Includes all entities and relationships among them.
- All attributes for each entity are specified.
- The primary key for each entity is specified.
- Foreign keys (keys identifying the relationship between different entities) are specified.
- Normalization occurs at this level.
Thursday, May 30, 2013
Conceptual Data Model
A conceptual data model identifies the highest-level relationships between the different entities. Features of conceptual data model include:
- Includes the important entities and the relationships among them.
- No attribute is specified.
- No primary key is specified.
The
figure below is an example of a conceptual data model.
Monday, March 04, 2013
Snowflake Schema
The
snowflake schema is an extension of the star schema, where each
point of the star explodes into more points. In a star schema, each dimension
is represented by a single dimensional table, whereas in a snowflake schema,
that dimensional table is normalized into multiple lookup tables, each
representing a level in the dimensional hierarchy.
Monday, February 18, 2013
Physical Data Model
Physical data model represents how the model will be built in the database. A physical database model shows all table structures, including column name, column data type, column constraints, primary key, foreign key, and relationships between tables. Features of a physical data model include:
Saturday, December 01, 2012
star schema
In the star schema design, a single object (the fact table) sits in the middle and is radially connected to other surrounding objects (dimension lookup tables) like a star. Each dimension is represented as a single table. The primary key in each dimension table is related to a forieng key in the fact table.
Friday, September 28, 2012
Data Modeling - Conceptual, Logical, And Physical Data Models
The
three level of data modeling, conceptual data model, logical data model, and physical data model, were discussed in prior
sections. Here we compare these three types of data models. The table below
compares the different features:
Labels:
Concept
,
Conceptual
,
Data
,
DataWareHouse
,
Logical
,
Model
,
Physical
Sunday, September 23, 2012
Dimensional Data Model
Dimensional data model is most often used in data warehousing systems. This is different from the 3rd normal form, commonly used for transactional (OLTP) type systems. As you can imagine, the same data would then be stored differently in a dimensional model than in a 3rd normal form model.
To understand dimensional data modeling, let's define some of the terms commonly used in this type of modeling:
Subscribe to:
Posts
(
Atom
)