UDEMY_1 (21-40) Flashcards

1
Q

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 triggered

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you run a CI/CD build manually without pushing changes to Git?

A

Select “Trigger a Build’ in the CI/CD job’s context menu

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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
  1. Apache Maven version 3.5 or above
  2. Java SE Development Kit 8
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which sequence of steps do you follow when working with files locally in Git in SAP Business Application Studio?

A

Check out, Create, modify, save, Stage, Commit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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.

A
  1. Define services.
  2. Define the data model.
  3. Add the SAP Fiori UI.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

Prepare the process to be consumed by the visibility scenario.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the benefits of using Side-by-Side Extensibility? (3 correct)

A
  1. It provides support for hybrid scenarios.
  2. It integrates with other cloud/non-cloud solutions when using SAP Business Technology Platform Integration services.
  3. It uses a complete development platform for creating extension applications.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

A tabular set of input/output rule expressions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which actions are executed in Cloud Foundry under the Deploy & Execute phase when you run an application? (2 correct)

A

1.Integrating the data with other SAP systems
2. Fueling generic runtimes to serve recurring tasks automatically

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following are principles of cloud computing? Note: There are 2 correct answers.

A
  1. Serverless
  2. Microservices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How can you implement the continuous integration and continuous deployment of your CAP application? Note: There are 2 correct answers.

A
  1. Using the Project “Piper”.
  2. Integrating the SAP CI/CD service.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which formats are supported by OData? (2 correct)

A
  1. XML-based AtomPub
  2. JSON
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which of the following are use cases for SAP Business Technology Platform? (3 correct)

A
  1. Build innovative digital apps.
  2. Extend cloud and on-premise apps.
  3. Integrate apps, data, and processes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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)

A
  1. All requests starting with /service will be forwarded to the CAP service.
  2. The files in the resources folder will be served for all requests to /app.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following are features of Kubernetes? (3 correct)

A
  1. Service Discovery and load balancing
  2. Operating system management Storage orchestration
  3. Immutability and self-healing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

When you develop a CAP application, what can be used in order to connect to an external Cloud system? Note: There are 3 correct answers.

A
  1. SAP BTP destinations using Destination Service
  2. Node.js configured destinations
  3. Subaccount Destinations
17
Q

Which property of access control with @restrict accepts all standard CDS CRUD events, as well as action and function names?

A

on

18
Q

What are some prerequisites for functions to receive events from Kyma Eventing? (2 correct)

A
  1. A CloudEvents specification
  2. A Subscription CR.
19
Q

What are some characteristics of logic flows? (3 correct)

A
  1. They are a sequence of events, actions, and functions
  2. They can be used to customize any kind of behavior in an app
  3. They can be simple or branching
20
Q

After you create a business process in SAP Build Process Automation by giving it a name and identifier and clicking “Create,” what can you add to it? (3 correct)

A
  1. Decisions
  2. Forms
  3. AutomationsX