WorksheetsGateway Services
Total questions: 10
Worksheet time: 5mins
Which company initiated OData Protocol?
SAP
OASIS
Microsoft
None of the above
OData protocol is based on
SOAP
REST
Both of the above
None of the above
Which of the following are applicable for REST based services ?
Stateful
Layered
Client-Server model
All of the above
Which type of request is used to send data to server?
GET
POST
HEAD
DELETE
Which transaction is used to create OData Project ?
/IWFND/GW_CLIENT
/IWFND/MAINT_SERVICE
SEGW
SE24
Which query option is used to sort the result of an odata service?
$group
$sort
$order
$orderby
Which of the following query parameters is used to limit the number of entries in the result of an odata service ?
$skip
$top
$filter
$select
What CDS annotation is used to generate OData services?
@OData-publish: true
@OData-publish = true
@OData.publish = true
@OData.publish: true
Which class is used to implement the logic for sending data from an Odata service?
MPC
MPC_EXT
DPC
DPC_EXT
OData services can be tested using...
Gateway Service Builder
Gateway Client
POSTMAN
Web Browser
