When creating a CI/CD job, what does defining Source Control Management (SCM) credentials enable?

When creating a CI/CD job, what does defining Source Control Management (SCM) credentials enable?A . Retrieving your project from SCM when its build is triggeredB . Managing your SCM credentialsC . Modifying your project source code automaticallyView AnswerAnswer: A

May 15, 2025 No Comments READ MORE +

What does SAP Fiori elements use to generate the UI? Note: There are 2 correct answers to this question.

What does SAP Fiori elements use to generate the UI? Note: There are 2 correct answers to this question.A . Custom UI logicB . Annotations in the OData serviceC . The entity definition of the OData serviceD . Authorizations in the OData serviceView AnswerAnswer: B C

May 11, 2025 No Comments READ MORE +

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 +