Group 4 Flashcards

1
Q

Which package can you use to read bound services?

A

@sap/xsenv

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How many moments are there to hook event handlers to a service?

A

Three

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In Node.js, the event loop executes tasks from the event queue and starts the callbacks. What happens when the queue is empty?

A

The event loop process stops and releases the system resource.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You are using Git in SAP Business Application Studio for version control. You have initialized Git and would like to include the files in your new local repository. What command do you use?

A

git init

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which sequence of steps do you follow when working with files locally in Git in SAP Business Application Studio?

A

(a) Check out
(b) Create, modify, save
(c) Stage
(d) Commit
(e) Stage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In a SQL Script procedure, which feature can you use to initialize IN/OUT table parameters?

A

DEFAULT EMPTY

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which method can you use to collect error messages with high severity and return them to the caller in the request-response?

A

req.error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the service document of an OData service list?

There are 3 correct answers to this question.

A

Single tons

Entity sets

Functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

You have to define name-space rules for a Core Data Service (CDS) entity. Which file do you use?

A

.hdinamespace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which aspect of model reuse can you use to add both Created by/Created at and Changed by/Changed as information for records?

A

Managed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is contained within the Application part of the index.html?

A

Initial construction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which command reads the dependencies from your package.json and downloads all the specified modules into your project?

A

npm install

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What do you use to update the Git history of the local file you are working on?

A

Commit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

In the Run Configurations view, you can see the available dependencies as defined in the package.json file. To which of the following can you bind or unbind these dependencies?

There are 3 correct answers to this question.

A

SAP HANA Cloud database

Local database

External OData service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which request headers values are passed when the scheduler invokes the endpoint?

There are 2 correct answers to this question.

A

x-sap-job-schedule-id

x-sap-job-id

How well did you know this?
1
Not at all
2
3
4
5
Perfectly