0

web technology Online Quiz - 46

Description: web technology Online Quiz - 46
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

A DataView can provide different views of which one of the following objects?

  1. DataTable

  2. Dataset

  3. RecordSet

  4. DataRelation

  5. RowSet


Correct Option: A

Which namespace of the .NET Framework do you use to create metadata dynamically at runtime?

  1. System.Runtime

  2. System.Activator

  3. System.AppDomainSetup

  4. System.Reflection.Emit

  5. System.Management


Correct Option: D

When Internet Explorer is serving as a Runtime Host for an application domain, what mechanism does it use to support the download and execution of managed browser based controls?

  1. Reflection

  2. COM/DCOM

  3. mime types

  4. XML

  5. Sockets


Correct Option: D

Which one of the following statements is true about garbage collection?

  1. It is invoked every 40 seconds until the process is destroyed.

  2. It only occurs when the Collect method is explicitly invoked in the System.GC class.

  3. It is invoked every time a constructor is called.

  4. It is invoked when generation 0 does not have room for the newly created object.

  5. It is invoked when the Dispose method is explicitly called.


Correct Option: E

Value types always have what modifier?

  1. Static

  2. InitOnly

  3. Virtual

  4. Abstract

  5. Sealed


Correct Option: E

Which one of the following services provides transactional programming, object pooling, and role-based security?

  1. ADO

  2. CLR

  3. MTS

  4. COM+

  5. COM/DCOM


Correct Option: E

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

Which one of the following statements is true about verifiably type-safe managed code?

  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

Which one of the following components in the Common Language Runtime's Virtual Execution Engine can be turned off?

  1. Class Loader

  2. Garbage collection

  3. Code Manager

  4. Verifier

  5. JIT Compiler


Correct Option: C

When running with SPSecurity.RunWithElevatedPrivileges (web context) what credentials are being used?

  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

Which one of these is not a Shared Service?

  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

Are PDFs searchable (both metadata and content) in Sharepoint out of Box??

  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
  1. That can be used to generate Java classes from an XML schema

  2. Can be used to read and write XML using Java classes generated from an XML schema

  3. A and B

  4. Is used for parsing XML using SAX and DOM


Correct Option: C
  1. Digitally sign an XML document

  2. Include a signature using the senders private key in the XML

  3. Is used for non-repudiation

  4. All of the above


Correct Option: D
  1. The overall structure of the XML message

  2. The conventions representing the remote procedure call in the XML message

  3. A binding to HTTP

  4. The conventions to wrap and send an error back to the seder

  5. All of the above


Correct Option: E
  1. Client side stubs automatically generated by a tool

  2. Dynamic Invocation Interface (DII)

  3. Dynamic proxies

  4. A, B, and C

  5. A client must invoke the service by looking up the Java interface in UDDI


Correct Option: D
- Hide questions