UDEMY_1 (21-40) Flashcards
When creating a CI/CD job, what does defining Source Control Management (SCM) credentials enable?
Retrieving your project from SCM when its build is triggered
How do you run a CI/CD build manually without pushing changes to Git?
Select “Trigger a Build’ in the CI/CD job’s context menu
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.
- Apache Maven version 3.5 or above
- Java SE Development Kit 8
Which sequence of steps do you follow when working with files locally in Git in SAP Business Application Studio?
Check out, Create, modify, save, Stage, Commit
You are tasked with developing a simple end-to-end application with data persistency in SAP HANA Cloud and with SAP Fiori as the user frontend, to perform CRUD operations. According to the programming model’s golden path, which activities are mandatory when building such applications? Note: There are 3 correct answers to this question.
- Define services.
- Define the data model.
- Add the SAP Fiori UI.
What must you do first before you can get visibility into how a process is running?
Prepare the process to be consumed by the visibility scenario.
What are the benefits of using Side-by-Side Extensibility? (3 correct)
- It provides support for hybrid scenarios.
- It integrates with other cloud/non-cloud solutions when using SAP Business Technology Platform Integration services.
- It uses a complete development platform for creating extension applications.
In SAP Build Process Automation, what is a decision table rule?
A tabular set of input/output rule expressions
Which actions are executed in Cloud Foundry under the Deploy & Execute phase when you run an application? (2 correct)
1.Integrating the data with other SAP systems
2. Fueling generic runtimes to serve recurring tasks automatically
Which of the following are principles of cloud computing? Note: There are 2 correct answers.
- Serverless
- Microservices
How can you implement the continuous integration and continuous deployment of your CAP application? Note: There are 2 correct answers.
- Using the Project “Piper”.
- Integrating the SAP CI/CD service.
Which formats are supported by OData? (2 correct)
- XML-based AtomPub
- JSON
Which of the following are use cases for SAP Business Technology Platform? (3 correct)
- Build innovative digital apps.
- Extend cloud and on-premise apps.
- Integrate apps, data, and processes.
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? (2 correct)
- All requests starting with /service will be forwarded to the CAP service.
- The files in the resources folder will be served for all requests to /app.
Which of the following are features of Kubernetes? (3 correct)
- Service Discovery and load balancing
- Operating system management Storage orchestration
- Immutability and self-healing