EXAM_2 (61-80) Flashcards

1
Q

What does the npm install command do?

A

It downloads dependencies as defined in the project.json file.

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

Which of the following steps need to be taken to activate Live Process Content from the SAP Build Process Automation Store? (2 corrects)

A
  1. Browse the store
  2. Import the content
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What library does SAP Cloud SDK 4.0 use internally for resilience?

A

Resilience4j

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

What are some of the capabilities of the SAP S/4HANA Virtual Data Model? (2 correct)

A
  1. It documents the relationships between entities.
  2. It enriches the entities with business semantics.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which connection type exchanges messages between SAP S/4HANA and SAP Business Technology Platform?

A

A channel

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

What are key elements of reactive systems in the distributed environment of side-by-side extensions? (2 correct)

A
  1. Loose coupling and isolation between system
  2. Asynchronous message-driven communication between systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

After logging into the SAP Build Process Automation Homepage, where do you have to navigate to be able to create a process project?

A

Lobby

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

Which of the following are benefits of the SAP Business Technology Platform when building new extensions? Choose 3 correct answers.

A
  1. Pace layering
  2. Flexible UI services
  3. Gradual transformation to a Cloud-native architecture
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the aspects of a Multi-Target Application (MTA) model in the lifecycle management of distributed applications?

Note: There are 3 correct answers to this question.

A
  1. Composition
  2. Configuration
  3. Dependencies
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which parameters are mandatory in the Global Elements section of an mta.yaml file?

Note: There are 3 correct answers to this question.

A
  1. ID
  2. version
  3. _schema-version
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the benefits of using forms? (3 corrects)

A
  1. Streamline approvals in the business process.
  2. Quick, simple, and easy way to create interactive UI.
  3. One layout, one access, and traceable action.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What do you use to update the Git history of the local file you are working on?

A

Commit

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

For which workload requirements would you use State ful Set? (3 correct)

A
  1. Stable, unique network identifiers
  2. Ordered, graceful deployment and scaling
  3. Stable, persistent storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the benefits of using the caching features of SAP Cloud SDK?

Note: There are 3 correct answers to this question.

A
  1. They reduce latency
  2. They reduce load on system and network
  3. They avoid redundant requests to down-stream systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following are parts of the architecture of the SAP BTP Service Operator for Kubernetes? (2 correct)

A
  1. Service broker
  2. API server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which command can you use to create a pod from a YAML file?

A

kubectl create -f my-pod.yaml

17
Q

Which container type is used for the service mesh proxy in SAP BTP, Kyma runtime?

A

Sidecar container

18
Q

Which command reads the dependencies from your package.json and downloads all the specified modules into your project?

A

npm install

19
Q

What are the business benefits of SAP Build Process Automation? (3 corrects)

A
  1. Ensure immediate savings
  2. Reduce process execution time
  3. Enable parallelization
20
Q

Choose from the following list the correct node types in a Kubernetes cluster? (2 corrects)

A
  1. Master node
  2. Worker node