Tag: technology

Questions Related to technology

  1. Active, At Work, To Approve

  2. Active, At Work, Approve, Rejected, Out-to-Date

  3. Active, At Work, To Approve, Rejected, Out-to-Date

  4. Active, Out-of-Date, To Approve, Rejected, At Work


Correct Option: D
  1. Store the business Id of the dimension in the fact table, when the dimension is updated, update the dimension

  2. Add surrogate keys in the dimension and fact, create a new row in the dimension when it is updated

  3. Create a new dimension table

  4. Add another column to the dimension table to store the update


Correct Option: B
  1. These are the names that one user gives to variables such as the user defined types(eg;classes and structs)

  2. These are not case sensitive.

  3. Their names must begin with a letter or with a underscore .

  4. They must not contain any numeric characters


Correct Option: A,C
  1. CTRL + F1, CTRL + F2, CTRL + F3

  2. CTRL + 2, CTRL + 1, CTRL + F3

  3. CTRL + 1, CTRL + 2, CTRL + 3

  4. CTRL + F2, CTRL + 1, CTRL + 3


Correct Option: B
  1. Go to "View Menu" & check the "Show Advanced Parameters" menu item

  2. Go to "View Menu" & check the "Show Additional Parameters" menu item

  3. Go to "Edit Menu" & check the "Show Additional Parameters" menu item

  4. Go to "View Menu->Navigation Parameters" & check the "Meta Text" menu item


Correct Option: A
  1. Yes, as long as the granularity is the same

  2. No, different facts should be stored in different tables

  3. Depends on individual measure

  4. Can't say


Correct Option: A
  1. You can not use C# keywords as the Identifiers

  2. abstract is a valid identifier .

  3. _Identifier and \u006fIdentifier are identical

  4. Identifiers can also contain unicode characters.


Correct Option: A,D