Tag: technology

Questions Related to technology

Step 1:- Create a new Page by name 'My_Test_Page' Step 2:- Assign all the relevant properties ( url = MyTestPage ) Step 3:- Open IE, and run the following url in the browser http://hostname/urlmagic/My_Test_Page.htm What is the result.

  1. "Page Not Found Error" is displayed

  2. Opens a Blank Page without any error

  3. Opens a Blank Page with error - "No Template Exist."

  4. Unpredictable behaviour


Correct Option: A
  1. As long as the aggregate facts refer to keys in appropriate layer in the dimsension

  2. Multiple aggregate levels can be stored in different tables

  3. Aggregated facts should not be stored in the physical tables, they must always be calculated on the fly

  4. A and B

  5. All of the above


Correct Option: A,B,D
  1. True

  2. False

  3. Modified, but only while installing

  4. Cannot Say


Correct Option: B

Which of the folowing are correct for the Structs and Classes ?

  1. Both are essential templates for which we can create objects.

  2. Both structs and classes are reference types and are stored on heap .

  3. For both struct and class, we use 'new' keyword to declare an instance.

  4. All of the above are correct


Correct Option: A,C
  1. Having a single SQL query with FACT A, FACT B and Conf D.

  2. Have a individual query between FACT A & Conf D, and a individual query between FACT B & Conf D.

  3. Have three individual queries, one for each table.

  4. A and B

  5. All of the above


Correct Option: B
  1. True, as IE is the default browser that Livelink supports

  2. True, as Livelink supports both, but SiteAdmin only supports IE

  3. False, Setting in SiteAdmin exist, by which this can be customized

  4. Both I AND II


Correct Option: C
  1. Yes

  2. No, Only via SiteAdmin

  3. No, Only via API calls, within a code block

  4. Either II or III


Correct Option: A
  1. First 2

  2. All 4

  3. Last 3

  4. None, All version number values are internal, and SiteAdmin takes care of it


Correct Option: A

Which of the following are correct ?

  1. Value types are stored in heap and reference types are stored in stack area.

  2. Boxing allows users to convert value types to reference types

  3. Unboxing allows users to convert value type to reference type.

  4. During runtime boxing creates a temporary reference type box for the object on the heap.


Correct Option: B,D