EXAM_2 (41-60) Flashcards
Which user interfaces can you use to manage your Kyma cluster? (3 corrects)
- Kyma Dashboard
- kubectl
- Kyma CLI
Which are characteristics of Continuous Delivery? (3 correct)
- High degree of automation
- Short release cycle
- Fast recovery from defects
Which of the following artifacts are usually part of an added Live Process from the SAP Build Process Automation Store? (2 corrects)
- Visibility Scenario
- Decision
Which kubectl command can you use to roll back a deployment <app> to a previous revision <n>?</n></app>
kubectl rollout undo deployment <app> --to-revision=<n></n></app>
Which tool is needed to add a new automation to your business process?
Process Builder
In the SAP IoT services for SAP BTP, which role must you have to access the Message Management Service?
IOT-User
Which command can you use to list all pods in the default namespace?
kubectl get pods
Which components are part of the API Gateway?
- Envoy Proxy
- Istio Ingress Gateway
- Ory Oathkeeper
Which of the following are stages in the Business Process Management practice? (3 corrects)
- Optimize
- Implement
- Design
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>
- after
- before
Which of the following SAP Business Technology Platform services stores configuration information to connect to another cloud service?
Destination service
What do Deployments manage?
ReplicaSets
What is the correct sequence of steps when implementing Tenant-aware Persistence?
- Configure a data source * Configure Hibernate for multi-tenancy * Persisting and accessing the data * Tenant onboarding and offboarding
What must you do to pull a container image from a private registry? (2 correct)
- Provide credentials in the pod manifest via “imagePullSecrets” in spec.template.spec.
- Create a secret with the type “kubernetes.io/dockerconfigjson”.
Which approuter component helps to install the correct version of the approuter using the npm tool?
package.json