-
-
What types of datasources are in informatica
what are homegeneous sorces and heterogeneous data sources ? Is flat file different from those two
-
-
-
Quality center 10.0 version(save method is not working), while uploading attachments to quality center
The code below ,is for uploading attachments to quality center 10.00
Function UpLoadAttachmentToQC(FilePath)
Set ObjCurrentTest = QCUtil.CurrentTest.Attachments
Set ObjAttch = ObjCurrentTest.AddItem(Null)
ObjAttch.FileName = FilePath
ObjAttch.Type = 1
ObjAttch.Post
ObjAttch.Refresh
End Function
FilePath=”C:abc.vbs” -
Data Planning & Modeling
What are the major differences between the two approaches to data planning and modeling – enterprise modeling and view integration? Why do these two methodologies usually yield different results? In what ways does the existence of pre-packaged data models affect these approaches?
-
-
-
-
What is a dimension table
Answer posted by Riaz Ahmad on 2005-06-09 14:45:26: A dimensional table is a collection of hierarchies and categories along which the user can drill down and drill up. it contains only the textual attributes.
-
What is Fact table
Answer posted by Chintan on 2005-05-22 18:46:03: A table in a data warehouse whose entries describe data in a fact table. Dimension tables contain the data from which dimensions are created.
-
What is Normalization, First Normal Form, Second Normal Form , Third Normal Form
Answer posted by Badri Santhosh on 2005-05-18 09:40:29: Normalization : The process of decomposing tables to eliminate data redundancy is called Normalization. 1N.F:- The table should caontain scalar or atomic values. 2 N.F:- Table should be in 1N.F + No partial functional dependencies 3 N.F :-Table should be in 2 N.F + No transitive dependencies
-
-
-
Data Validation Strategies for Data Mart
What are Data Validation Strategies for Data Mart?
-
Transmission Media
What do you mean by Transmission Media? Describe various types of Transmission Media.
-
Final Component of Dimensional Model
As a final component of the dimensional model, the architect can do all of the following EXCEPTA) identify entity relationships.B) add relevant dimensional attributesC) identify derived measuresD) identify derived facts
-
High Speed Power Application
Which one of the following is used for high speed power application? a) BJT b) MOSFET c) IGBT d) TRIAC
-
Non-Additive Facts
Give an example of non-additive facts?
-
Data Warehousing Basics
Ans