SAP C_KYMD_01 SAP Certified Development Associate – Side-by-Side Extensibility based on SAP BTP, Kyma runtime Online Training
SAP C_KYMD_01 Online Training
The questions for C_KYMD_01 were last updated at Nov 15,2024.
- Exam Code: C_KYMD_01
- Exam Name: SAP Certified Development Associate - Side-by-Side Extensibility based on SAP BTP, Kyma runtime
- Certification Provider: SAP
- Latest update: Nov 15,2024
In a Kubernetes cluster, which pattern represents a valid DNS name?
- A . svc.cluster.local.<service-name>.<namespace>
- B . <service name> <namespace>.svc.cluster.local
- C . <Namespace> <service-name> svc. Cluster. Local
- D . svc.cluster.local.<namespace> <service-name>
What are some primitives that can be used to manage storage in a Kubernetes cluster? Note: There are 3 correct Answers to this question.
- A . Persistent Volumes
- B . Volume Snapshot Classes
- C . Volumes
- D . Config Maps
- E . Storage Classes
What must you do to pull a container image from a private registry? Note: There are 2 correct Answers to this question.
- A . Create a secret with the type "kubernetes.io/docker configjson".
- B . Provide credentials in the pod manifest via image Pull Secrets" in "spec template metadata annotations"
- C . Create a secret with the type "Opaque"
- D . Provide credentials in the pod manifest via "image Pull Secrets" in spec. template. spec.
Which of the following observability tools are available in SAP BTP, Kyma runtime? Note: There are 2 correct Answers to this question.
- A . Loki
- B . Jaeger
- C . Kiali
- D . Crafana
What are some benefits of using the Istio service mesh in SAP BTP, Kyma runtime? Note: There are 3 correct Answers to this question.
- A . Networking is decoupled from the application logic.
- B . Networking is coupled to the application logic.
- C . Mutual TLS is supported for service to service communication.
- D . Distributed tracing can be used to trace request flows.
- E . Traffic management between services can be controlled.
Which kubectl command updates objects?
- A . apply -f <filename>.yaml
- B . kustomize <filename> yaml
- C . create – <filename> yam
Which of the following open-source projects does SAP BTP, Kyma runtime use to expose and analyze in-cluster telemetry data? Note: There are 3 correct Answers to this question.
- A . Loki
- B . Opstrace
- C . Prometheus
- D . Crafana
- E . Vector
What’s the responsibility of the Kubernetes cluster master node? Note: There are 2 correct Answers to this question.
- A . Maintain etod
- B . Run deployed applications
- C . Maintain network rules between applications
- D . Schedule workloads
You want to run a database migration on SAP BTP, Kyma runtime.
Which workload type does SAP recommend you use?
- A . Parallel job
- B . One off/non parallel job
- C . StatefulSet
- D . DeemonSet
You have deployed a workload through a Kubernetes Deployment to SAP BTP, Kyma runtime.
What must you do to expose the workload to the public internet? Note: There are 3 correct Answers to this question.
- A . Add a readiness probe for your workload.
- B . Add a custom Virtual Service CR to secure the service.
- C . Configure rules and access Strategies.
- D . Create a service to group your pods.
- E . Create an API Rule CR.