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...
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"...
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
With respect to the Flow principle of DevOps, which are flow inhibitors? Note: There are 3 correct answers to this question.
With respect to the Flow principle of DevOps, which are flow inhibitors? Note: There are 3 correct answers to this question.A . Manual testing of softwareB . Manually created software environmentC . Source code management toolD . Manually coded user interfacesE . Overly tight architectures on a technical levelView AnswerAnswer:...
Which actions are executed in Cloud Foundry under the Deploy & Execute phase when you run an application? Note: There are 2 correct answers to this question.
Which actions are executed in Cloud Foundry under the Deploy & Execute phase when you run an application? Note: There are 2 correct answers to this question.A . Fueling generic runtimes to serve recurring tasks automaticallyB . Integrating the data with other SAP systemsC . Declaratively capturing domain knowledge in...
When you create an API Rule for a service, what is created automatically?
When you create an API Rule for a service, what is created automatically?A . A Helm ChartB . An Istio VirtualServiceC . A Kubernetes DeploymentD . A Kubernetes ServiceView AnswerAnswer: B
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
What are tasks of the approuter? Note: There are 3 correct answers to this question.
What are tasks of the approuter? Note: There are 3 correct answers to this question.A . Routing requests from the web browser to the provider of the UI service.B . Routing requests from the application to the SAP Launchpad service.C . Authorizing users for the CAP service and the provider...
Which language do you use to create a data model in a CAP project?
Which language do you use to create a data model in a CAP project?A . Core Data Services Definition Language (CDL)B . ABAPC . Core Data Services Query Language (CQL)D . SQLView AnswerAnswer: A
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...