Questão 1
Questão
Which tool is needed to add a new automation to your business process?
Questão 2
Questão
Which of the following technologies are used throughout the Kyma Eventing process? (2 corrects)
Responda
-
MQTT
-
NATS
-
JetStream
-
Apache Kafka
Questão 3
Questão
How can you use third-party services in the SAP BTP, Kyma runtime?
Responda
-
Via the API Gateway.
-
Via the Service Catalog.
-
Via an SAP Fiori app.
Questão 4
Questão
Which types of forms can be added to your business process? (3 corrects)
Responda
-
Lobby
-
Approval
-
Notification
-
Cancellation
-
Trigger
Questão 5
Questão
Which of the following are benefits of the SAP Business Technology Platform when building new extensions? Choose 3 correct answers.
Questão 6
Questão
What are the benefits of using forms? (3 corrects)
Responda
-
Send e-mail templates to users.
-
One layout, one access, and traceable action.
-
Create documents for the process.
-
Quick, simple, and easy way to create interactive UI.
-
Streamline approvals in the business process.
Questão 7
Questão
Where can an end user work on forms?
Questão 8
Questão
Which sequence of steps needs to be followed to deploy your created Process?
Responda
-
Release Process Project →Deploy Process Project → Create Process Project → Design Process
-
Create Process Project → Design Process → Release Process Project → Deploy Process Project
-
Release Process Project → Create Process Project → Design Process → Deploy Process Project
-
Create Process Project → Release Process Project → Design Process → Deploy Process Project
Questão 9
Questão
Which kubectl command can you use to roll back a deployment <app name> to a previous revision <n>?
Responda
-
kubectl resume deployment <app name>
-
kubectl apply -f deployment-revision<n>.yaml
-
kubectl rollback deployment <app name> --to-revision=<n>
-
kubectl rollout undo deployment <app name> --to-revision=<n>
Questão 10
Questão
Which two of the following are major parts of SAP Cloud SDK? Choose 2 correct answers.
Questão 11
Questão
What is mandatory when working on public Git in a distributed environment?
Responda
-
Buy the software license on the Git website.
-
Keep the entire history of your project locally.
-
Block the piece of code you are working on in the central repository.
-
Connect to a central repository to share your project contribution.
Questão 12
Questão
Which are the correct components of the control plane?
Responda
-
etcd, kube-scheduler, kube-controller-manager, kube-apiserver
-
etcd, etcd-scheduler, kube-controller-manager, kube-apiserver
Questão 13
Questão
Which are characteristics of Continuous Delivery? (3 correct)
Responda
-
Fast recovery from defects
-
Short release cycle
-
No ambiguity in long term plans
-
Waterfall model
-
High degree of automation
Questão 14
Questão
______ 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.
Responda
-
Microservices
-
Continuous delivery
-
Containers
-
DevOps
Questão 15
Questão
Which of the following are part of the activities under ‘Dev’ in DevOps? Choose 2 correct answers.
Responda
-
Configure
-
Monitor
-
Create
-
Verify
Questão 16
Questão
What is the main task of the Control Plane? (3 corrects)
Responda
-
It is responsible for running the applications.
-
It is responsible for storing and managing the cluster data.
-
It is responsible for providing the cluster's API.
-
It is responsible for stoping the applications.
-
It is responsible for scheduling containers on worker nodes.
Questão 17
Questão
How can SAP systems be connected to the SAP BTP, Kyma runtime?
Questão 18
Questão
Which of the following is not a core Kubernetes object?
Questão 19
Questão
Into which environment does the Test step in a CI/CD job allow you to deploy your application?
Responda
-
Private server
-
Local workspace
-
Cloud Foundry
-
Mobile Services
Questão 20
Questão
Which of the following are not a way to extend SAP Solutions with SAP BTP, Kyma runtime? (2 corrects)
Responda
-
ABAP Extensions
-
Cloud Foundry Extensions
-
Functions
-
Microservices
Questão 21
Questão
Where can you use SAP Build Process Automation?
Responda
-
In every industry and line of business
-
Only in sales departments
-
Only in the automotive industry
-
Only in banking
Questão 22
Questão
Which role is overall responsible for a process from the business perspective?
Responda
-
Process Participant
-
Process Initiator
-
Process Owner
-
Decision Maker
Questão 23
Questão
What are the benefits of using In-App Extensibility in SAP S/4HANA Cloud?
Note: There are 2 correct answers to this question.
Responda
-
It provides powerful key user tools.
-
It loosely couples custom adaptations.
-
It provides performance testing tools.
-
It enables microservice-based development.
Questão 24
Questão
Which user interfaces can you use to manage your Kyma cluster? (3 corrects)
Responda
-
kubectl
-
Kyma Dashboard
-
cip
-
Kyma CLI
-
pip
Questão 25
Questão
Which of the following is the last step required to make defined Actions in an Actions project available in the Actions Library?
Responda
-
Deploy
-
Release
-
Publish
-
Test
Questão 26
Questão
Which component is used to interact with the Kubernetes cluster?
Questão 27
Questão
Which approuter component helps to install the correct version of the approuter using the npm tool?
Responda
-
package.json
-
manifest.yml
-
xs-app.json
-
xs-security.json
Questão 28
Questão
For which workload requirements would you use State ful Set? (3 correct)
Responda
-
Stable, persistent storage
-
Ordered, graceful deployment and scaling
-
Ordered network identifiers
-
Ordered, persistent storage
-
Stable, unique network identifiers
Questão 29
Questão
Which of the following steps need to be taken to activate Live Process Content from the SAP Build Process Automation Store? (2 corrects)
Responda
-
Import the content
-
Copy the content
-
Export the content
-
Browse the store
Questão 30
Questão
What additional configuration steps are required on an Action after you have added it to a process? (2 corrects)
Responda
-
Define a business logic
-
Define a destination variable
-
Map process content to Input parameters
-
Map Output parameters to process content
Questão 31
Questão
Which of the following options are the main use cases to be covered using side-by-side extensibility? (2 corrects)
Responda
-
Changing the colors of a standard UI.
-
Creating a new UI for the existing application.
-
Extending the existing application to include new functions.
-
Changing the field's position in an existing screen.
Questão 32
Questão
What are the benefits of using the caching features of SAP Cloud SDK?
Note: There are 2 correct answers to this question.
Responda
-
They avoid redundant requests to down-stream systems
-
They reduce load on system and network
-
They minimize failures by providing default values
-
They reduce latency
Questão 33
Questão
Which of the following are parts of the architecture of the SAP BTP Service Operator for Kubernetes? (2 correct)
Responda
-
Service broker
-
kubelet
-
API server
-
Storage system
Questão 34
Questão
What must you do to pull a container image from a private registry? (2 correct)
Responda
-
Provide credentials in the pod manifest via "imagePullSecrets" in spec.template.spec.
-
Create a secret with the type "Opaque".
-
Create a secret with the type "kubernetes.io/dockerconfigjson".
-
Provide credentials in the pod manifest via "imagePullSecrets" in spec.template.metadata.annotations".
Questão 35
Questão
What are you able to achieve with SAP Build Process Automation? (3 corrects)
Responda
-
Operate confidently
-
Simplify automation
-
Slow down a process
-
Automate faster
-
Keep more manual steps
Questão 36
Questão
What are the different ways in which forms can be used? (2 corrects)
Questão 37
Questão
You develop custom SAP S/4HANA side-by-side extensions. For which development objects can you enable OData services? (2 correct)
Questão 38
Questão
Which components are part of the API Gateway? Note: There are 3 correct answers to this question.
Responda
-
Istio Egress Gateway
-
Ory Oathkeeper
-
Virtual Hosts
-
Envoy Proxy
-
Istio Ingress Gateway
Questão 39
Questão
What does a REST client do?
Responda
-
It helps you to make business rules.
-
It simplifies technical communication with REST APIs.
-
It gives cloud application end-users access to the application.
-
It helps you to automate high-value activities.
Questão 40
Questão
What are some of the capabilities of the SAP S/4HANA Virtual Data Model? (2 correct)
Responda
-
It allows direct access to underlying database tables.
-
It enriches the entities with business semantics.
-
It documents the relationships between entities.
-
It provides a native UI to query the database tables.