100% found this document useful (1 vote)
1K views6 pages

Data Warehouse Interview Questions

The document provides an index of 50 questions related to data warehouse interviews. It discusses common data warehouse concepts assessed in interviews such as Extract, Transform, Load (ETL) processes, dimensional modeling, slowly changing dimensions, and performance tuning in Informatica. Sample questions are provided about data warehouse architectures, schemas, and specific tools like Informatica, Oracle, and SQL Server.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
1K views6 pages

Data Warehouse Interview Questions

The document provides an index of 50 questions related to data warehouse interviews. It discusses common data warehouse concepts assessed in interviews such as Extract, Transform, Load (ETL) processes, dimensional modeling, slowly changing dimensions, and performance tuning in Informatica. Sample questions are provided about data warehouse architectures, schemas, and specific tools like Informatica, Oracle, and SQL Server.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Data Warehouse Interview Questions

[Link]
Complete details on Data Warehouse Interview Questions, Answers and Tips

Index:
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. 37. 38. 39. 40. 41. 42. 43. 44. 45. 46. 47. 48. 49. 50. What is Data Warehousing? Data Warehouse Interview Questions Part 3 What are the benefits of Data Warehousing? Data Warehousing basic questions A Data warehouse is a depository of integrated information Data Warehousing and Business Intelligence Data Warehouse Architect - technical interview questions? Data warehouse tips for interviews What Are Common Data Warehouse Interview Questions? Data Warehouse : DataStage Interview Questions Part 2 Data Warehouse Interview Questions Data Warehouse Interview Questions - Major 9 Most Practical Question For Applicants Data Warehouse Interview Questions And Answers - Learn More Questions As You Face In An Interview More Data Warehousing Interview Questions Data Warehouse Interview Questions and Answers - Learn More Questions as You Face In an Interview Data warehouse interview questions coupled with replies Data Warehousing Concepts Start Data Warehousing Quiz Data WareHousing Interview Questions Part 11 Data Warehousing Interview Questions Oracle Data Warehouse Administration Console (DAC) interview questions The list of data warehouse interview questions Data Warehouse Concepts Interview Questions Data Warehouse Interview Questions What are non-additive facts in detail? What is the difference between datawarehouse and BI? What is snapshot? explain in detail about type 1, type 2(SCD), type What is the difference between ODS and OLTP? What is the difference between datawarehouse and BI? Why Denormalization is promoted in Universe Designing? What is fact less fact table? where you have use What is the difference between OLAP and dataware What is the difference between Datawarehousing a Why do we override the execute method is struts? What is active data warehousing? Informatica Data Warehousing Interview Questions and Answers Data Warehouse interview questions 1 Data Warehousing Interview Questions Tips Data Warehouse Interview Questions Part 1 Data Warehousing Interview Questions Data Warehousing Interview Questions and Answers General Data Warehousing Interview Questions ETL Data Warehousing interview questions-11 Data Warehousing Interview Questions and Answers Data warehouse interview questions Data warehousing interview questions and answers Top 50 Data Warehousing Interview Questions with Answers Data Warehousing Interview Questions Data warehouse interview questions

Data WareHousing Interview Questions Part 9


[Link] performance tuning in Informatica? [Link] goal of performance tuning is optimize session performance so sessions run during the available load window for the Informatica [Link] the session performance by following. [Link] performance of the Informatica Server is related to network connections. Data generally moves across a network at less than 1 MB per second, whereas a local disk moves data five to twenty times faster. Thus network connections ofteny affect on session [Link] aviod netwrok connections. [Link] files: If your flat files stored on a machine other than the informatca server, move those files to the machine that consists of informatica server. [Link] datasources: Minimize the connections to sources ,targets and informatica server to improve session [Link] target database into server system may improve session performance. [Link] areas: If u use staging areas u force informatica server to perform multiple [Link] of staging areas may improve session performance. [Link] can run the multiple informatica servers againist the same [Link] the session load to multiple informatica servers may improve session performance. [Link] the informatica server in ASCII datamovement mode improves the session [Link] ASCII datamovement mode stores a character value in one [Link] mode takes 2 bytes to store a character. [Link] a session joins multiple source tables in one Source Qualifier, optimizing the query may improve performance. Also, single table select statements with an ORDER BY or GROUP BY clause may benefit from optimization such as adding indexes. [Link] can improve the session performance by configuring the network packet size,which allows data to cross the network at one [Link] do this go to server manger ,choose server configure database connections. [Link] we are target consists key constraints and indexes we slow the loading of [Link] improve the session performance in this case drop constraints and indexes before we run the session and rebuild them after completion of session. [Link] a parallel sessions by using concurrent batches will also reduce the time of loading the [Link] concurent batches may also increase the session performance. [Link] the session improves the session performance by creating multiple connections to sources and targets and loads data in paralel pipe lines. [Link] some cases if a session contains a aggregator transformation ,You can use incremental aggregation to improve session performance. [Link] transformation errors to improve the session performance. [Link] the sessioin containd lookup transformation You can improve the session performance by enabling the look up cache. [Link],Rank and joiner transformation may oftenly decrease the session performance .Because they must group data before processing [Link] improve session performance in this case use sorted ports option. [Link] is the procedure to write the query to list the highest salary of three employees? The following is the query to find out the top three salaries in ORACLE:--(take emp table) select * from emp e where 3>(select count (*) from emp where [Link]>[Link]) order by sal desc. in SQL Server:-(take emp table) select top 10 sal from emp [Link] we run the mapping with out starting the informatica server? [Link] difference between cache and uncacheed lookup iswhen you configure the lookup transformation cache lookup it stores all the lookup table data in the cache when the first input record enter into the lookup transformation, in cache lookup the select statement executes only once and compares the values of the input record with the values in the cachebut in uncache lookup the the select statement executes for each input record entering into the lookup transformation and it has to connect to database each time entering the new record.

[Link] are the types of maping wizards that are to be provided in Informatica? [Link] Designer provides two mapping wizards to help you create mappings quickly and easily. Both wizards are designed to create mappings for loading and maintaining star schemas, a series of dimensions related to a central fact [Link] Started Wizard. Creates mappings to load static fact and dimension tables, as well as slowly growing dimension [Link] Changing Dimensions Wizard. Creates mappings to load slowly changing dimension tables based on the amount of historical dimension data you want to keep and the method you choose to handle historical dimension data. [Link] is the Rankindex in Ranktransformation? [Link] Designer automatically creates a RANKINDEX port for each Rank transformation. The Informatica Server uses the Rank Index port to store the ranking position for each record in a group. For example, if you create a Rank transformation that ranks the top 5 salespersons for each quarter, the rank index numbers the salespeople from 1to 5. In a filter expression we want to compare one date field with a db2 system field CURRENT [Link] Syntax: datefield = CURRENT DATE (we didn't define it by ports, its a system field ), but this is not valid (PMParser: Missing Operator).The db2 date formate is "yyyymmdd" where as sysdate in oracle will give "dd-mm-yy" so conversion of db2 date formate to local database date formate is compulsary. other wise we will get that type of error [Link] are two modes of data movement in Informatica Server? [Link] data movement mode depends on whether Informatica Server should process single byte or multibyte character data. This mode selection can affect the enforcement of code page relationships and code page validation in the Informatica Client and Server. [Link] - IS allows 2 bytes for each character and uses additional byte for each non-ascii character (such as Japanese characters) [Link] - IS holds all data in a single byte. The IS data movement mode can be changed in the Informatica Server configuration parameters. This comes into effect once you restart the Informatica Server. Identifying bottlenecks in various components of Informatica and resolving [Link] best way to find out bottlenecks is writing to flat file and see where the bottle neck is. [Link] r the basic needs to join two sources in a source qualifier? [Link] both the table should have a common feild with same [Link] not neccessary both should follow primary and foreign relationship. If any relation ship exists that will help u in performance point of [Link] bottlenecks in various components of Informatica and resolving [Link] best way to find out bottlenecks is writing to flat file and see where the bottle neck is What is aggregate cache in aggregator transforamtion? The aggregator stores data in the aggregate cache until it completes aggregate [Link] you run a session that uses an aggregator transformation,the informatica server creates index and data caches in memory to process the [Link] the informatica server requires more space,it stores overflow values in cache files. [Link] u tell me how to go for SCD's and its [Link] do we use them mostly [Link] "Slowly Changing Dimension" problem is a common one particular to data warehousing. In a nutshell, this applies to cases where the attribute for a record varies over time. [Link] are Target Options on the Servers? [Link] Options for File Target type are FTP File, Loader and [Link] are no target options for ERP target type. Target Options for Relational are Insert, Update (as Update), Update (as Insert), Update (else Insert), Delete, and Truncate Table. [Link] is the difference between summary filter and detail filter? [Link] filter can be applieid on a group of rows that contain a common [Link] as detail filters can be applied on each and every rec of the data base. [Link] Filter: we can apply records group by that contain common values. [Link] Filter: we can apply to each and every record in a database. [Link] is the diff b/w STOP & ABORT in INFORMATICA sess level ? A. [Link]:We can Restart the session [Link]:WE cant restart the [Link] should truncate all the pipeline after that start the session

[Link] between static cache and dynamic cache? A. [Link] cache: You can not insert or update the cache. The informatic server returns a value from the lookup table or cache when the condition is [Link] the condition is not true, informatica server returns the default value for connected transformations and null for unconnected transformations. [Link] cache: You can insert rows into the cache as you pass to the target. The informatic server inserts rows into cache when the condition is [Link] indicates that the the row is not in the cache or target table. U can pass these rows to the target table [Link] is power center repository? [Link] repository. A repository that functions individually, unrelated and unconnected to other repositories. Global repository. (PowerCenter only.) The centralized repository in a domain, a group of connected repositories. Each domain can contain one global repository. The global repository can contain common objects to be shared throughout the domain through global shortcuts. Local repository. (PowerCenter only.) A repository within a domain that is not the global repository. Each local repository in the domain can connect to the global repository and use objects in its shared folders. [Link] to define Informatica server? [Link] server is the main server component in informatica product family..Which is resonsible for reads the data from various source system and tranforms the data according to business rule and loads the data into the target table [Link] the informatica Architecture in detail [Link] server connects source data and target data using native odbc [Link] it connect to the repository for running sessions and retriveing metadata information. source------>informatica server--------->target

Top 50 Data Warehousing Interview Questions with Answers


This article attempts to explain the fundamental rudimentary concepts of data warehousing in the form of questions and their respective answers. After reading this article, you should gain good enough knowledge on various concepts of data warehousing. A data warehouse is a electronical storage of an Organization's historical data for the purpose of analysis and reporting. According to Kimpball, a datawarehouse should be subject-oriented, nonvolatile, integrated and time-variant.

What is the benefits of data warehouse?


Historical data stored in data warehouse helps to analyze different aspects of business including, performance analysis, trend analysis, trend prediction etc. which ultimately increases efficiency of business processes.

Why Data Warehouse is used?


Data warehouse facilitates reporting on different key business processes known as KPI. Data warehouse can be further used for data mining which helps trend prediction, forecasts, pattern recognition etc.

What is the difference between OLTP and OLAP?

OLTP is the transaction system that collects business data. Whereas OLAP is the reporting and analysis system on that data. OLTP systems are optimized for INSERT, UPDATE operations and therefore highly normalized. On the other hand, OLAP systems are deliberately denormalized for fast data retrieval through SELECT operations. Explanatory Note: In a departmental shop, when we pay the prices at the check-out counter, the sales person at the counter keys-in all the data into a "Point-Of-Sales" machine. That data is transaction data and the related system is a OLTP system. On the other hand, the manager of the store might want to view a report on out-of-stock materials, so that he can place purchase order for them. Such report will come out from OLAP system

What is data mart?


Data marts are generally designed for a single subject area. An organization may have data pertaining to different departments like Finance, HR, Marketting etc. stored in data warehouse and each department may have separate data marts. These data marts can be built on top of the data warehouse.

What is ER model?
ER model is entity-relationship model which is designed with a goal of normalizing the data.

Read More on: [Link]

You might also like