Tag: web technology

Questions Related to web technology

Which one of the following statements is true about creating dynamic assemblies?

  1. If dynamic assemblies are persistable, they must be strongly named.

  2. If dynamic assemblies are transient, they must be strongly named.

  3. Dynamic assemblies can only be .dll files.

  4. Dynamic assemblies can be run, saved, or run and saved.

  5. Dynamic assemblies cannot be saved to disk.


Correct Option: C
  1. All .NET compilers produce only verifiably type-safe code.

  2. Visual Basic .NET and C# produce verifiably type-safe code if you avoid certain constructs.

  3. Only Visual C++ with Managed Extensions produces verifiably type-safe code.

  4. Visual C++ with Managed Extensions produces verifiably type-safe code if you avoid certain constructs.

  5. C++ and C# cannot produce verifiably type-safe code.


Correct Option: B
  1. SharePoint Site Administrator

  2. Farm Administrator

  3. The App Pool Identity for the web application running SharePoint

  4. All of the above

  5. None of the above


Correct Option: C

If you have an ItemUpdated or ItemUpdating event receiver and it causes an update to the item, how do you prevent another ItemUpdated and ItemUpdating event from being fired during your update?

  1. Cannot prevent it

  2. This type of situation will never arrise

  3. Before performing your update, call DisableEventFiring(). After update, call EnableEventFiring().

  4. Before performing your update, call EnableEventFiring(). After update, call DisableEventFiring().

  5. None of the above


Correct Option: C
  1. Infopath Services

  2. User Profiles

  3. Excel Services

  4. Workflows

  5. Business Data Catalog


Correct Option: D

Which one of these is not a role of Sharepoint ?

  1. Reader

  2. Contributor

  3. Web Creator

  4. Web Designer

  5. Administrator


Correct Option: C
  1. Share point out of box searches both metadata and content

  2. You have to install Adobe IFilter to search inside pdf documents . For Metadata Sharepoint will take care

  3. No need to install any thing

  4. Sharepoint out of box searches content of pdf documents only

  5. None of the above


Correct Option: B

Workflows can be attached to

  1. Infopath Forms

  2. .Net Forms

  3. Content Types

  4. None of the above

  5. All of the above


Correct Option: E

Can you register alerts for users?

  1. Yes

  2. Administrator has to do it

  3. Site collection administrator has to do it

  4. Not unless you are logged in as that user

  5. Farm administrator can only do it


Correct Option: D