EXAM_2 (41-60) Flashcards

1
Q

Which user interfaces can you use to manage your Kyma cluster? (3 corrects)

A
  1. Kyma Dashboard
  2. kubectl
  3. Kyma CLI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which are characteristics of Continuous Delivery? (3 correct)

A
  1. High degree of automation
  2. Short release cycle
  3. Fast recovery from defects
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following artifacts are usually part of an added Live Process from the SAP Build Process Automation Store? (2 corrects)

A
  1. Visibility Scenario
  2. Decision
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which kubectl command can you use to roll back a deployment <app> to a previous revision <n>?</n></app>

A

kubectl rollout undo deployment <app> --to-revision=<n></n></app>

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

Which tool is needed to add a new automation to your business process?

A

Process Builder

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

In the SAP IoT services for SAP BTP, which role must you have to access the Message Management Service?

A

IOT-User

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

Which command can you use to list all pods in the default namespace?

A

kubectl get pods

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

Which components are part of the API Gateway?

A
  1. Envoy Proxy
  2. Istio Ingress Gateway
  3. Ory Oathkeeper
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which of the following are stages in the Business Process Management practice? (3 corrects)

A
  1. Optimize
  2. Implement
  3. Design
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You want a service to react to a specific event. What can you specify as <phase> in the statement srv. <Phase> (<event>)? (2 correct)</event></Phase></phase>

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

Which of the following SAP Business Technology Platform services stores configuration information to connect to another cloud service?

A

Destination service

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

What do Deployments manage?

A

ReplicaSets

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

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 offboarding
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What must you do to pull a container image from a private registry? (2 correct)

A
  1. Provide credentials in the pod manifest via “imagePullSecrets” in spec.template.spec.
  2. Create a secret with the type “kubernetes.io/dockerconfigjson”.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which approuter component helps to install the correct version of the approuter using the npm tool?

A

package.json

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

____________ represent a light-weight approach for running multiple processes in an isolated and specifically-restricted way on a single hosting operating system or virtual machine.

A

Containers

17
Q

______ is a set of practices intended to reduce the time between committing a change to a system and the change being placed into normal production, while ensuring high quality.

A

DevOps

18
Q

How is the authorization set up in the Cloud Foundry Environment?

A
  1. The backend microservice validates the JSON Web Token and returns the response payload.
  2. The XSUAA authorization server creates a JSON Web Token after it received a request from the application router containing the authorization code.
19
Q

What extension is created for the runtime object when using files under the data folder during the Build activity?

A

.hdbtabledata

20
Q

Which services can be used for connecting your application to a remote service or system on SAP BTP?

A
  1. Cloud Management service
  2. Destination service