What does this routes array tell the approuter?

You have configured an approuter by creating the xs-app.json file in the approuter folder with the following content: What does this routes array tell the approuter? Note: There are 2 correct answers to this question.A . The files requested for /app will be put to the resources folder.B . All...

February 24, 2025 No Comments READ MORE +

Which of the following are features of Kubernetes? Note: There are 3 correct answers to this question.

Which of the following are features of Kubernetes? Note: There are 3 correct answers to this question.A . Immutability and self-healingB . Hardware virtualizationC . Service Discovery and load balancingD . Operating system management Storage orchestrationView AnswerAnswer: A C D

February 17, 2025 No Comments READ MORE +

What must you do first before you can get visibility into how a process is running?

What must you do first before you can get visibility into how a process is running?A . Save the version of the process you are working on.B . Circulate the process for pre-approvals before finalizing it.C . Prepare the process to be consumed by the visibility scenario.D . Purchase the...

February 12, 2025 No Comments READ MORE +

Which is a valid way to extend the entity with the aspect?

Your CAP project contains an entity called Books. You want to extend the Books entity with the managed aspect. You have already imported the aspect from the '@sap/cds/common' package (see code). using {managed} from '@sap/cds/common'; Which is a valid way to extend the entity with the aspect?A . entity Books...

February 11, 2025 No Comments READ MORE +

What is the prerequisite before you can create a CI/CD job for a project?

What is the prerequisite before you can create a CI/CD job for a project?A . The project has been shared to a remote Git repository.B . The project has been deployed.C . The project has been previewed.View AnswerAnswer: A

February 10, 2025 No Comments READ MORE +

Which of the following tools are required to build Spring Boot applications using the SAP Cloud SDK? Note: There are 2 correct answers to this question.

Which of the following tools are required to build Spring Boot applications using the SAP Cloud SDK? Note: There are 2 correct answers to this question.A . Java SE Development Kit 8B . Apache Maven version 3.5 or aboveC . SAP Mobile Services (MDK)D . Spring InitializView AnswerAnswer: A B

February 5, 2025 No Comments READ MORE +

In SAP Build Process Automation, what is a decision table rule?

In SAP Build Process Automation, what is a decision table rule?A . A tabular set of input/output rule expressionsB . A set of pre-defined data objectsC . A tabular set of business process decisionsD . A set of rule expressions in an IF-THEN formatView AnswerAnswer: A

February 3, 2025 No Comments READ MORE +

Which of the following are benefits of using the OData Virtual Data Model of the SAP Cloud SDK? Note: There are 3 correct answers to this question.

Which of the following are benefits of using the OData Virtual Data Model of the SAP Cloud SDK? Note: There are 3 correct answers to this question.A . Commonly used SQL query technologyB . Easy access to create, update, and delete operationsC . Type safety for functionsD . Auto-completion of...

February 2, 2025 No Comments READ MORE +

How do you debug a Node.js module in SAP Business Application Studio?

How do you debug a Node.js module in SAP Business Application Studio?A . Add the sap.hana.xs.debugger:Debugger role to the HDI container's #RT user.B . Start the debugger from the CF command line interface and run the program.C . Set the enabled parameter to true in the section debugger of the...

January 30, 2025 No Comments READ MORE +

What is the correct sequence of steps when implementing Tenant-aware Persistence?

What is the correct sequence of steps when implementing Tenant-aware Persistence?A . Configure a data source Configure Hibernate for multi-tenancy Persisting and accessing the data Tenant onboarding and offboardingB . Configure a data source Configure Hibernate for multi-tenancy Tenant onboarding and offboarding Persisting and accessing the dataC . Tenant onboarding...

January 28, 2025 No Comments READ MORE +