Tag: technology

Questions Related to technology

  1. Web Rendering Engine

  2. Application Framework

  3. Client Engine

  4. Server Engine


Correct Option: A
  1. Safra A. Catz

  2. Charles Phillips

  3. Anders Hejlsberg

  4. Jeffrey O. Henley


Correct Option: C

You create a new master page named myDefault.master. You install the master page as a part of a new site definition. You need to set MasterPageFile URL of the default.aspx page element to reference myDefault.master. which value should you use?

  1. ~masterurl/default.master

  2. ~masterurl/custom.master

  3. ~masterurl/myDefault.master

  4. ~site/myDefault.master


Correct Option: B

Multiple Inheritance Is Supported In C#?

  1. True

  2. False


Correct Option: B
  1. Enable record routing on the related records centre site.

  2. Create a hold for the audit and add all relevant documents.

  3. Remove all the users of the document library from the data reader role on the site configuration database

  4. Create an information management policy feature that tracks audit information. Attach the policy to the document library


Correct Option: B
  1. UPDATE, DELETE, INSERT and SELECT statements.

  2. INSERT statements only.

  3. UPDATE statements only.

  4. DELETE statements only.


Correct Option: A
  1. A view is a database diagram.

  2. A view is a virtual table which results of executing a pre-compiled query. A view is not part of the physical database schema, while the regular tables are.

  3. A view is a special stored procedure executed when certain event occurs.

  4. None of the above


Correct Option: B
Explanation:

To answer this question, the user needs to understand the concept of views in databases.

Option A is incorrect. A view is not a database diagram. A database diagram is a graphical representation of the database schema.

Option B is correct. A view is a virtual table that is generated from the result of a pre-compiled query. It is not part of the physical database schema, but it can be used in the same way as a regular table. Views are often used to simplify complex queries or to provide an additional level of security by limiting access to certain data.

Option C is incorrect. A view is not a stored procedure. A stored procedure is a set of SQL statements that are stored in the database and can be executed later.

Therefore, the correct answer is:

The Answer is: B