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

August 22, 2024 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...

August 19, 2024 No Comments READ MORE +

Your CAP project contains an entity called Books. You want to extend the Books entity with the managed 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';A . entity Books { key ID: UUID @(Core.computed: true); title: String; author: String; } Which...

August 19, 2024 No Comments READ MORE +

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

August 19, 2024 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

August 18, 2024 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...

August 17, 2024 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...

August 17, 2024 No Comments READ MORE +

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...

August 16, 2024 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

August 15, 2024 No Comments READ MORE +

In SAP Build Process Automation, what is a policy?

In SAP Build Process Automation, what is a policy?A . A guide to business process mappingB . A collection of decisionsC . A basis for making business rulesD . A collection of business rulesView AnswerAnswer: D

August 15, 2024 No Comments READ MORE +