what is the size of ur database(like oracle)
Answers were Sorted based on User's Feedback
Answer / guest
Actuvally as a developer we can not no data base size.In
developing we have only dummy records.Client dont give the
original data.And also we didnt involve the production
sopport.
| Is This Answer Correct ? | 2 Yes | 0 No |
ur calculate size of data base in oracle
select sum(bytes)/1024/1024 from dba_data_files;
| Is This Answer Correct ? | 2 Yes | 0 No |
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks
what is the difference between lookupoveride and joiner?
What is the grain level in DWH? If i have year to day. what is the grain level of DWH from year to day.
Data transformed successfully from Source table to target table. Now how you will ensure that the data in Target table is proper. I answered will verify one or two records and check Then question was that the Development is doing (1-2 record verification)but as a tester you have to verify the complete data, how you will do?? Please answer
What is the term PIPELINE in informatica ?
What is olap (on-line analytical processing?
What are parallel querys and query hints?
What type of sorting algorithm does the Sorter Transformation use, to do its sorting Operation? 1. Bubble sort 2. Insertion sort 3. Shell sort 4. Merge sort 5. Heapsort 6. Quicksort 7. Bucket sort
Write the different tools in the workflow manager?
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
Kimball and Inmon methodologies?