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

Which method can you use to collect error messages with high severity and return them to the caller in the request-response?A . req.replyB . req.notifyC . req.rejectD . req.errorView AnswerAnswer: D

May 3, 2025 No Comments READ MORE +

What is the correct syntax to implement this?

You want to implement an event handler to show a console log once a supplier record is read. What is the correct syntax to implement this?A . const cds = require('@sap/cds') module.exports = cds.service.impl(function () { const {Supplier) = this.entities() this after('each Supplier, row =>{ console.log("Read Supplier: ${row.ID}') })B ....

May 2, 2025 No Comments READ MORE +

Which error is thrown by the CAP SDK for Node.js, when a CRUD operation violates the foreign key constraints?

Which error is thrown by the CAP SDK for Node.js, when a CRUD operation violates the foreign key constraints?A . FOREIGN_KEY_VIOLATIONB . CX_SY_CONSTRAINT_VIOLATIONC . ILLEGAL CRUD OPERATIOND . UNIQUE CONSTRAINT_VIOLATIONView AnswerAnswer: A

May 1, 2025 No Comments READ MORE +

What can you use to register the JavaScript implementation of an event handler for external services to the framework?

What can you use to register the JavaScript implementation of an event handler for external services to the framework? A. An inline function passed to result of cds.connect() B. An inline function passed to result of cds.serve() C. A.js file with the same name as the .cds file D. An...

April 29, 2025 No Comments READ MORE +

What is a necessary step to implement a custom error handler in the CAP SDK for Node.js?

What is a necessary step to implement a custom error handler in the CAP SDK for Node.js?A . Register the error handler function for the before phase of the error.B . Catch exceptions during a CRUD operation.C . Register the error handler function for the on phase of the error.D...

April 28, 2025 No Comments READ MORE +

What are the main features and capabilities of the app router? Note: There are 3 correct answers to this question.

What are the main features and capabilities of the app router? Note: There are 3 correct answers to this question.A . It can serve static content such as web pages, SAPUI5 or other client side code.B . It manages the authentication flows for the application.C . It acts as an...

April 24, 2025 No Comments READ MORE +

What are some characteristics of YAML files? Note: There are 2 correct answers to this question.

What are some characteristics of YAML files? Note: There are 2 correct answers to this question.A . YAML files can be used as configuration files.B . YAML files are also valid JSON files.C . YAML files are based on XML.D . YAML files rely on correct indentation.View AnswerAnswer: A D

April 21, 2025 No Comments READ MORE +

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

Which sequence of steps do you follow when working with files locally in Git in SAP Business Application Studio?A . Stage Create, modify, save Commit Check outB . Stage Create, modify, save Check out Commit Check out Create, modify, saveC . Stage Commit Create, modify, saveD . Stage Check out...

April 17, 2025 No Comments READ MORE +

How do you run a CI/CD build manually without pushing changes to Git?

How do you run a CI/CD build manually without pushing changes to Git?A . Select Deploy from the project's context menu in the Project ExplorerB . Submit Changes via Sync & Share actionC . Select "Trigger a Build' in the CI/CD job's context menuD . Create and run "Build task"...

April 13, 2025 No Comments READ MORE +

You need to secure your application in the Cloud Foundry environment. In which file do you maintain routes during design time?

You need to secure your application in the Cloud Foundry environment. In which file do you maintain routes during design time?A . xs-app.jsonB . mta.ymlC . C xs-security.jsonD . C manifest.ymlView AnswerAnswer: A

April 9, 2025 No Comments READ MORE +