41. What does MetaData Respiratory contains? Metadata respiratory contains Definition of data warehouse, Business Metadata, Operational Metadata, Data for mapping from operational environment to data warehouse and the Alorithms for …
Questions and Answers
- Data WarehouseInterview Questions and AnswersTechnical Interview Questions and Answers
- Data WarehouseInterview Questions and AnswersTechnical Interview Questions and Answers
Data warehouse Latest Interview Questions and Answers Part-4
by Sby S31. What is called data cleaning? Name itself implies that it is a self explanatory term. Cleaning of Orphan records, Data breaching business rules, Inconsistent data and missing information in …
- Data WarehouseInterview Questions and AnswersTechnical Interview Questions and Answers
Data warehouse Latest Interview Questions and Answers Part-3
by Sby S21. What is Active Datawarehousing? An active datawarehouse is a datawarehouse that enables decision makers within a company or organization to manage customer relationships effectively and efficiently. 22. What is …
- Data WarehouseInterview Questions and AnswersTechnical Interview Questions and Answers
Data warehouse Latest Interview Questions and Answers Part-2
by Sby S11. What is the difference between View and Materialized View? A view is nothing but a virtual table which takes the output of the query and it can be used …
- Data WarehouseInterview Questions and AnswersTechnical Interview Questions and Answers
Data warehouse Latest Interview Questions and Answers Part-1
by Sby S1. What does the subject oriented data warehouse signifies? A: Subject oriented signifies that the data warehouse stores the information around a particular subject such as product, customer, sales etc. …
- Interview Questions and AnswersTechnical Interview Questions and AnswersUNIX
Unix Process Management Interview Questions And Answers For Freshers and Experience Part-2
by Sby S11. What Happens when you execute a program? When you execute a program on your UNIX system, the system creates a special environment for that program. This environment contains everything …
- Interview Questions and AnswersTechnical Interview Questions and AnswersUNIX
Unix Process Management Interview Questions And Answers For Freshers and Experience Part-1
by Sby S1. Brief about the initial process sequence while the system boots up. While booting, special process called the ‘swapper’ or ‘scheduler’ is created with Process- ID 0. The swapper manages …
- Interview Questions and AnswersTechnical Interview Questions and AnswersUNIX
Unix Memory Management Interview Questions And Answers For Freshers and Part-4
by Sby S31. Name two paging states for a page in memory? The two paging states are: The page is aging and is not yet eligible for swapping, The page is eligible …
- Interview Questions and AnswersTechnical Interview Questions and AnswersUNIX
Unix Memory Management Interview Questions And Answers For Freshers and Experience Part-3
by Sby S21. What is “the principle of locality”? It’s the nature of the processes that they refer only to the small subset of the total data space of the process. i.e. …
- Interview Questions and AnswersTechnical Interview Questions and AnswersUNIX
Unix Memory Management Interview Questions And Answers For Freshers and Experience Part-2
by Sby S11. What is Fork swap? “fork()” is a system call to create a child process. When the parent process calls “fork()” system call, the child process is created and if …