Tag: technology
Questions Related to technology
-
"Page Not Found Error" is displayed
-
Opens a Blank Page without any error
-
Opens a Blank Page with error - "No Template Exist."
-
Unpredictable behaviour
-
As long as the aggregate facts refer to keys in appropriate layer in the dimsension
-
Multiple aggregate levels can be stored in different tables
-
Aggregated facts should not be stored in the physical tables, they must always be calculated on the fly
-
A and B
-
All of the above
-
True
-
False
-
Modified, but only while installing
-
Cannot Say
-
Both are essential templates for which we can create objects.
-
Both structs and classes are reference types and are stored on heap .
-
For both struct and class, we use 'new' keyword to declare an instance.
-
All of the above are correct
-
Having a single SQL query with FACT A, FACT B and Conf D.
-
Have a individual query between FACT A & Conf D, and a individual query between FACT B & Conf D.
-
Have three individual queries, one for each table.
-
A and B
-
All of the above
-
True, as IE is the default browser that Livelink supports
-
True, as Livelink supports both, but SiteAdmin only supports IE
-
False, Setting in SiteAdmin exist, by which this can be customized
-
Both I AND II
-
Yes
-
No, Only via SiteAdmin
-
No, Only via API calls, within a code block
-
Either II or III
-
First 2
-
All 4
-
Last 3
-
None, All version number values are internal, and SiteAdmin takes care of it
-
Value types are stored in heap and reference types are stored in stack area.
-
Boxing allows users to convert value types to reference types
-
Unboxing allows users to convert value type to reference type.
-
During runtime boxing creates a temporary reference type box for the object on the heap.