1

Which OData option grants access to the service definition?

Choose the correct answer.

  1. A. $expand
  2. B. $metadata
  3. C. $format
  4. D. None of the above

Correct Answer

B — $metadata

Explanation

$metadata grants access to the service definition.

2

In which areas is the SAP Gateway Service Maintenance (/IWFND/MAINT_SERVICE) divided?

There are three correct answers.

  1. A. Service Catalog
  2. B. ICF Nodes
  3. C. System Aliases
  4. D. Implementation
  5. E. RFC Connections

Correct Answer

A, B and C

Explanation

SAP Gateway Service Maintenance (/IWFND/MAINT_SERVICE) is divided into Service Catalog, ICF Nodes, and System Aliases.

3

What is used as a container for SAPUI5 apps in the ABAP repository?

Choose the correct answer.

  1. A. Internet Communication Framework (ICF)
  2. B. Business Application Studio (BAS)
  3. C. Business Server Pages (BSP)
  4. D. SAP Fiori Launchpad

Correct Answer

C — Business Server Pages (BSP)

Explanation

BSPs are used as a container for SAPUI5 applications.

4

What is JavaScript Object Notation (JSON)?

Choose the correct answer.

  1. A. Data format
  2. B. Network protocol
  3. C. Language extension
  4. D. Programming language

Correct Answer

A — Data format

Explanation

JSON is a format definition used to structure data transferred using web technologies.

5

Which UI technologies can be provided by the ABAP platform?

There are three correct answers.

  1. A. Web Dynpro
  2. B. SAPUI5
  3. C. Swift
  4. D. Dynpro

Correct Answer

A, B and D

Explanation

The ABAP platform can provide Dynpro, Web Dynpro, and SAPUI5 technologies.

6

What is the central frame application of SAP Fiori?

Choose the correct answer.

  1. A. SAP Business Application Studio
  2. B. SAP Fiori Launchpad
  3. C. SAP Fiori Tools
  4. D. SAP Gateway

Correct Answer

B — SAP Fiori Launchpad

Explanation

SAP Fiori Launchpad is the central frame application for SAP Fiori.

7

Which apps are meant by the term classic applications?

There are two correct answers.

  1. A. ABAP Reports
  2. B. ABAP Transactions
  3. C. Web Dynpro Java Applications
  4. D. Web Dynpro ABAP Applications

Correct Answer

B and D

Explanation

Classic applications include ABAP Transactions and Web Dynpro ABAP Applications.

8

What do you need to add to an OData request to get the first two entities of a data set?

Choose the correct answer.

  1. A. &top=2
  2. B. $top=2
  3. C. &count=2
  4. D. $count=2

Correct Answer

B — $top=2

Explanation

Adding $top=2 returns the first two entities from the data set.

9

Where do you register SAP Gateway services?

There are two correct answers.

  1. A. OData V2 services are registered in the Service Catalog
  2. B. OData V2 services are registered in a Service Group
  3. C. OData V4 services are registered in a Service Group
  4. D. OData V4 services are registered in the Service Catalog

Correct Answer

A and C

Explanation

OData V2 services are registered in the Service Catalog.

OData V4 services are registered in a Service Group.