Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Gateway Services

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which company initiated OData Protocol?

a)

SAP

b)

OASIS

c)

Microsoft

d)

None of the above

2.

OData protocol is based on

a)

SOAP

b)

REST

c)

Both of the above

d)

None of the above

3.

Which of the following are applicable for REST based services ?

a)

Stateful

b)

Layered

c)

Client-Server model

d)

All of the above

4.

Which type of request is used to send data to server?

a)

GET

b)

POST

c)

HEAD

d)

DELETE

5.

Which transaction is used to create OData Project ?

a)

/IWFND/GW_CLIENT

b)

/IWFND/MAINT_SERVICE

c)

SEGW

d)

SE24

6.

Which query option is used to sort the result of an odata service?

a)

$group

b)

$sort

c)

$order

d)

$orderby

7.

Which of the following query parameters is used to limit the number of entries in the result of an odata service ?

a)

$skip

b)

$top

c)

$filter

d)

$select

8.

What CDS annotation is used to generate OData services?

a)

@OData-publish: true

b)

@OData-publish = true

c)

@OData.publish = true

d)

@OData.publish: true

9.

Which class is used to implement the logic for sending data from an Odata service?

a)

MPC

b)

MPC_EXT

c)

DPC

d)

DPC_EXT

10.

OData services can be tested using...

a)

Gateway Service Builder

b)

Gateway Client

c)

POSTMAN

d)

Web Browser