Group 4 Flashcards
Which package can you use to read bound services?
@sap/xsenv
How many moments are there to hook event handlers to a service?
Three
In Node.js, the event loop executes tasks from the event queue and starts the callbacks. What happens when the queue is empty?
The event loop process stops and releases the system resource.
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?
git init
Which sequence of steps do you follow when working with files locally in Git in SAP Business Application Studio?
(a) Check out
(b) Create, modify, save
(c) Stage
(d) Commit
(e) Stage
In a SQL Script procedure, which feature can you use to initialize IN/OUT table parameters?
DEFAULT EMPTY
Which method can you use to collect error messages with high severity and return them to the caller in the request-response?
req.error
What does the service document of an OData service list?
There are 3 correct answers to this question.
Single tons
Entity sets
Functions
You have to define name-space rules for a Core Data Service (CDS) entity. Which file do you use?
.hdinamespace
Which aspect of model reuse can you use to add both Created by/Created at and Changed by/Changed as information for records?
Managed
What is contained within the Application part of the index.html?
Initial construction
Which command reads the dependencies from your package.json and downloads all the specified modules into your project?
npm install
What do you use to update the Git history of the local file you are working on?
Commit
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.
SAP HANA Cloud database
Local database
External OData service
Which request headers values are passed when the scheduler invokes the endpoint?
There are 2 correct answers to this question.
x-sap-job-schedule-id
x-sap-job-id