1. Can you define data warehouse?
Data warehouse is a subject oriented, integrated, time-variant, and nonvolatile collection of data that supports management's decision-making process.
2. What is the phases involved in the data warehouse delivery process?
The stages are IT strategy, Education, Business Case Analysis, technical Blueprint, Build the version, History Load, Ad hoc query, Requirement Evolution, Automation, and Extending Scope.
3. Can you list any five applications of data warehouse?
Some applications include financial services, banking services, customer goods, retail sectors, controlled manufacturing.
4. Do you know what is load manager?
A load manager performs the operations required to extract and load the process. The size and complexity of load manager varies between specific solutions from data warehouse to data warehouse.
5. Tell us how do you load the time dimension?
Time dimensions are usually loaded by a program that loops through all possible dates appearing in the data. It is not unusual for 100 years to be represented in a time dimension, with one row per day.
6. Explain me the functions of data warehouse tools and utilities?
The functions performed by Data warehouse tool and utilities are Data Extraction, Data Cleaning, Data Transformation, Data Loading and Refreshing.
7. Explain me the functions of a warehouse manager?
The warehouse manager performs consistency and referential integrity checks, creates the indexes, business views, partition views against the base data, transforms and merge the source data into the temporary store into the published data warehouse, backs up the data in the data warehouse, and archives the data that has reached the end of its captured life.
8. Do you know what does Metadata Respiratory contain?
Metadata respiratory contains definition of data warehouse, business metadata, operational metadata, data for mapping from operational environment to data warehouse, and the algorithms for summarization.
9. Explain me what is the difference between view and materialized view?
View:
☛ Tail raid data representation is provided by a view to access data from its table.
☛ It has logical structure that does not occupy space.
☛ Changes get affected in corresponding tables.
Materialized view:
☛ Pre-calculated data persists in materialized view.
☛ It has physical data space occupation.
☛ Changes will not get affected in corresponding tables.
10. Tell us what does subject-oriented data warehouse signify?
Subject oriented signifies that the data warehouse stores the information around a particular subject such as product, customer, sales, etc.
☛ XMLA is XML for Analysis which can be considered as a standard for accessing data in OLAP, data mining or data sources on the internet. It is Simple Object Access Protocol.XMLA uses ‘discover' and ‘Execute' methods. Discover fetches information from the internet while Execute allows the applications to execute against the data sources.
☛ XMLA is an industry standard for accessing data in analytical systems, such as OLAP. It is based on XML, SOAP and HTTP.
☛ XMLA specifies MDXML as the query language. In the XMLA 1.1 version, the only construct in MDXML is an MDX statement enclosed in the tag
Metadata is simply defined as data about data. In other words, we can say that metadata is the summarized data that leads us to the detailed data.
13. What is the functions of a load manager?
A load manager extracts data from the source system. Fast load the extracted data into temporary data store. Perform simple transformations into structure similar to the one in the data warehouse.
14. Tell us what is the very basic difference between data warehouse and operational databases?
A data warehouse contains historical information that is made available for analysis of the business whereas an operational database contains current information that is required to run the business.
15. Explain me why do we override the execute method is struts?
As part of Struts Framework, we can develop the Action Servlet, ActionForm servlets (ActionServlet means what class extends the Action class, and ActionForm means what class extends the Action Form class) and other servlet classes.
In case of ActionForm class, we can develop validate() method. This method will return the ActionErrors object. In this method we can write the validation code. If this method returns null or ActionErrors with size=0, the web container will call execute() as part of the Action class.
If it returns size > 0, it will not call the execute() method. It will rather execute the jsp, servlet or html file as value for the input attribute as part of the attribute in struts-config.xml file.
16. Explain me what is active data warehousing?
☛ An active data warehouse represents a single state of the business. Active data warehousing considers the analytic perspectives of customers and SUPPLIERS. It helps to deliver the updated data through reports.
☛ A form of repository of captured transactional data is known as ‘active data warehousing'. Using this concept, trends and patterns are found to be used for future decision making. Active data warehouse has a feature which can integrate the changes of data while scheduled cycles refresh. Enterprises utilize an active data warehouse in drawing the company's image in statistical manner.
17. Tell us what is the difference between agglomerative and divisive Hierarchical Clustering?
☛ Agglomerative Hierarchical clustering method allows the clusters to be read from bottom to top so that the program always reads from the sub-component first then moves to the parent whereas Divisive Hierarchical clustering uses top-bottom approach in which the parent is visited first than the child.
☛ Agglomerative hierarchical method consists of objects in which each object creates its own clusters and these clusters are grouped together to create a large cluster. It defines a process of continuous merging until all the single clusters are merged together into a complete big cluster that will consist of all the objects of child clusters. However, in divisive clustering, the parent cluster is divided into smaller cluster and it keeps on dividing until each cluster has a single object to represent.
☛ An operational data store (“ODS”) is a database designed to integrate data from multiple sources for additional operations on the data. Unlike a master data store, the data is not sent back to operational systems. It may be passed for further operations and to the data warehouse for reporting.
☛ In ODS, data can be scrubbed, resolved for redundancy and checked for compliance with the corresponding business rules. This data store can be used for integrating disparate data from multiple sources so that business operations, analysis and reporting can be carried while business operations occur. This is the place where most of the data used in current operation is housed before it's transferred to the data warehouse for longer term storage or archiving.
☛ An ODS is designed for relatively simple queries on small amounts of data (such as finding the status of a customer order), rather than the complex queries on large amounts of data typical of the data warehouse.
☛ An ODS is similar to your short term memory where it only stores very recent information. On the contrary, the data warehouse is more like long term memory storing relatively permanent information.
19. Explain me which one is faster, Multidimensional OLAP or Relational OLAP?
☛ Multidimensional OLAP is faster than Relational OLAP.
☛ MOLAP: Multi-dimensional OLAP
☛ Data is stored in a multidimensional cube. The storage is not in the relational database, but in proprietary formats (one example is PowerOLAP's .olp file). MOLAP products can be compatible with Excel, which can make data interactions easy to learn.
☛ ROLAP: Relational OLAP
☛ ROLAP products access a relational database by using SQL (structured query language), which is the standard language that is used to define and manipulate data in an RDBMS. Subsequent processing may occur in the RDBMS or within a mid-tier server, which accepts requests from clients, translates them into SQL statements, and passes them on to the RDBMS.
20. Do you know what is Data Warehousing?
Data Warehousing is the process of constructing and using the data warehouse.
21. Tell us what do you mean by Data Extraction?
Data extraction means gathering data from multiple heterogeneous sources.
22. Explain me how many dimensions are selected in dice operation?
For dice operation two or more dimensions are selected for a given cube.
23. Can you explain me how does a Data Cube help?
Data cube helps us to represent the data in multiple dimensions. The data cube is defined by dimensions and facts.
24. Tell us what is the benefit of normalization?
Normalization helps in reducing data redundancy.
25. Can you tell me which one is faster, Multidimensional OLAP or Relational OLAP?
Multidimensional OLAP is faster than Relational OLAP.
26. Explain me which language is used for defining Schema Definition?
Data Mining Query Language (DMQL) is used for Schema Definition.
27. What is the functions performed by OLAP?
OLAP performs functions such as roll-up, drill-down, slice, dice, and pivot.
28. Tell us how many fact tables are there in a star schema?
There is only one fact table in a star Schema.
29. Do you know what is a warehouse manager?
Warehouse manager is responsible for the warehouse management process. The warehouse manager consist of third party system software, C programs and shell scripts. The size and complexity of warehouse manager varies between specific solutions.
30. Tell us how many dimensions are selected in Slice operation?
Only one dimension is selected for the slice operation.
31. Tell us what language is the base of DMQL?
DMQL is based on Structured Query Language (SQL).
32. Do you know what is Virtual Data Warehousing?
☛ A virtual data warehouse provides a collective view of the completed data. A virtual data warehouse has no historic data. It can be considered as a logical data model of the containing metadata.
☛ Virtual data warehousing is a ‘de facto' information system strategy for supporting analytical decision making. It is one of the best ways for translating raw data and presenting it in the form that can be used by decision makers. It provides semantic map – which allows the end user for viewing as virtualized.
33. Tell us what is level of Granularity of a fact table?
A fact table is usually designed at a low level of Granularity. This means that we need to find the lowest level of information that can store in a fact table.
e.g.Employee performance is a very high level of granularity. Employee_performance_daily, employee_perfomance_weekly can be considered lower levels of granularity.
The granularity is the lowest level of information stored in the fact table. The depth of data level is known as granularity. In date dimension, the level could be year, month, quarter, period, week, day of granularity.
The process consists of the following two steps:
☛ Determining the dimensions that are to be included
☛ Determining the location to locate the hierarchy of each dimension of information. The above factors of determination will be resent to the requirements.
34. Tell us what are the different types of SCD's used in data warehousing?
SCD (Slowly changing dimensions), are the dimensions in which the data changes slowly, rather than changing regularly on a time basis.
Three types of SCDs are used in data warehousing, which are defined as:
☛ – SCD1: It is a record that is used to replace the original record even there is only one record existing in the database. The current data will be replaced and the new data will take its place.
☛ – SCD2: It is the new record file that is added to the dimension table. This record exists in the database with the current data and previous data that is stored in the history.
☛ – SCD3: This uses the original data that is modified to the new data. This consists of two records: one record that exist in the database and another record that will replace the old database record with the new information.
35. Please explain what is conformed fact?
☛ Conformed dimensions are the dimensions which can be used across multiple Data Marts in combination with multiple facts tables accordingly.
☛ A conformed dimension is a dimension that has exactly the same meaning and content when being referred from different fact tables. A conformed dimension can refer to multiple tables in multiple data marts within the same organization.