Você está na página 1de 7

1.

Which of the XQuery expression supports the for, where, order by and return
clauses?

o XML

o Conditional

o FLOWOR statement and iteration

o Arithmetic

2. Which of the following methods of the XML data type retrieves fragments of an
XML document ?

o Query()

o Value()

o Get()

o Nodes()

3. Which of the following functions in SOA does not depend on the state of other
services?

o Send

o Response

o Request

o Service

4. ----------is a service provider that acts as a registry and allows for the lookup of
service provider interfaces and service location.

o Service

o Service Provider

o Service Broker

o Service Locator

5. -----------is a conversation that takes place between one Service Broker and another.

o Dialog
o Messages

o Conversation group

o Endpoint

6. You want to add a Microsoft user account named ?Mark? of Windows domain
Aptech to SQL Server and grant access right to a default database named Aptech
Training. Which one of the following code will help you to achieve this task?

o CREATE LOGIN [AptechMark] FROM WINDOWS WITH DATABASE =


AptechTraining

o CREATE USER [AptechMark] FROM WINDOWS WITH DATABASE=


AptechTranining.

o CREATE LOGIN [AptechMark]FROM WINDOWS WITH


DATABASENAME= AptechTraining

o CREATE LOGINNAME[AptechMark]FROM WINDOWS WITH


DATABASENAME = AptechTraining

7. _______is an application that receives the messages from a queue and sends the
messages to services.

o Services

o Queues

o Dialogs

o Service Program

8. Which of the following message type accepts any type of message body?

o NONE

o EMPTY

o Well Formed XML

o Well Formed XML with Schema Collection

9. ______converts the information in a Web Service request and response message


prior to network transmission.
o UDDI

o WSDL

o XML

o SOAP

10. Which one of the following codes declares a dialog handle variable named
dialog_handle as a unique identifier?

o DECLARE @dialog_handle uniqueidentifier

o DECLARE $dialog_handle uniqueidentifier

o DECLARE %dialog_handle uniqueidentifier

o DECLARE uniqueidentifier @dialog_handle

11. Which of the Native HTTP features helps in creating a proxy class, understand the
method and parameter passing?

o Native HTTP requirements

o Receiving requests

o WSDL document generation

o Access to database objects

12. Which one of the following commands is used to grant permission to a user for
stored procedures?

o GRANT PERMISSION

o GRANT EXECUTE

o CREATE ACCESS

o ALLOW

13. Which of the following features of SQL Server 2005 provides a platform for
generating and sending messages to the subscriber?

o Web Services

o Notification Services
o Endpoints

o Messages

14. _____is an application or user that requests and receives notification

o Notification

o Event

o Subscription

o Subscriber

15. The _____ option of the server configuration specifies whether user assemblies can
be executed within SQL Server

o Clr_enabled

o Clr

o Enableclr

o Enabled

16. Which of the following methods of the SqlPipe class returns a single row result-set
to the client?

o Void send (SqlDataRecord)

o Void send (SqlDataReader)

o Void sendresultRow()

o Void sendSingleRow(SqlDataRecord)

17. Which of the following namespaces in the System.Data.dll consists of classes that
comprise the ADO.NET architecture?

o System.Data.ADO

o Syste.Data.Sql

o System.Data.SqlClient

o System.Data
18. Which of the following objects forms the basic part of the Service Broker System?

 Message Types

 Stack

 Queue

 Contracts

19. Which of the following correctly describes the usage of the property
isInvariantToDuplicates?

o It states whether the aggregate is invariant to duplicates such as MAX and


MIN.

o It states whether the aggregate is Invariant to Null such as COUNT which is


not invariant to nulls

o It states whether aggregate is invariant to order.

o It states whether a null value is returned if no values are accumulated.

20. Which of the following correctly describes the usage of the method merge()?

o It accumulates the aggregate values by the processor

o It merges an aggregate class object with the current object

o It returns the aggregated result and terminates the aggregation process.

o It initializes the aggregate computation

21. Which of the following tags specify that 10 attempts are to be made to access a
locked file before removing the file from the queue?

A. <Name>RetryPeriod</Name>

<Value>10</Value>

B. <Name>RetryQueueOccupancy</Name>

<Value>10</Value>

C. <Name>RetryAttempts</Name>

<Value>10</Value>
D. <Name>RetryWorkload</Name>

<Value>10</Value>

o A

o B

o C

o D

22. Which of the following tags specifies the name of the Analysis Services database that
the event provider will query?

A. <Name>AnalysisServicesInstances</Name>

<Value>%ASInstance</Value>

B. <Name>AnalysisServicesDatabase</Name>

<Value>AdventureWorks</Value>

C. <Name>EventQuery</Name>

<Value>SELECT BookID FROM BookTable</Value>

E. <Name>EventClassName</Name>

<Value>BookEvents</Value>

o A

o B

o C

o D

23. ____ is an act by which subscriber describes when and what to be notified on.

o Event Collection

o Notification Generation

o Subscription

o Notification Formatting
24. _____is an XML file that describes a Notification Service instance and stores its data
in an SQL Server database

o XML

o Instance Configuration File

o Object Configuration File

o Stored procedure

25. Which of the following event providers of SQL Server Notification Services
monitors a directory for new event files ?

o SQL Server

o Analysis Services

o File System Watcher

o Web Services

Você também pode gostar