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
Using the Cloud Events specification, which component must you use to post events to Kyma Eventing?
- A . service/eventing-event-publisher-proxy
- B . pod/eventing event publisher proxy
- C . pods/eventing nats 0
- D . svc/eventing-nets
When you create an API Rule for a service, what is created automatically?
- A . A Kubernetes Service
- B . A Kubernetes Deployment
- C . An Istio Virtual Service
- D . A Helm Chart
Which deployment strategy for new versions avoids downtimes?
- A . Rolling update
- B . Recreate
- C . Zero downtime
Why is a headless service type recommended for StatefulSets in Kubernetes?
- A . StatefulSets require a load balancer with a single IP address to balance traffic across randomly named pods.
- B . Pods managed by a StatefulSet have randomly named hashes that CANNOT be used by a regular service for load balancing.
- C . Pods managed by a StatefulSet have stable names and can be accessed directly without a service IP address.
Which command lists the pods in a specific namespace?
- A . kubectl get pods -n <namespace>
- B . kubectl print pods n <namespace>
- C . kubectl list pods n <namespace>
- D . kubectl show pods -n <namespace>
Which open-source project is one part of the API Gateway in Kyma?
- A . OpenCV
- B . Kodi
- C . Django
- D . Istio
What is the kube-scheduler responsible for in a Kubernetes cluster?
- A . To start pods in the master node
- B . To schedule pods to worker nodes
- C . To scale master nodes vertically
- D . To schedule Cron Jobs
Which of the following are features of Kubernetes? Note: There are 3 correct Answers to this question.
- A . Hardware virtualization
- B . Storage orchestration
- C . Operating system management
- D . Immutability and self-healing
- E . Service Discovery and load balancing
Where are Kubernetes objects persisted?
- A . The column store
- B . The key value store
- C . The etod key-value store
- D . The row store
Which open-source projects provide data visualization in the kyma-system Namespace? Note: There are 2 correct Answers to this question.
- A . Loki
- B . Vector
- C . Grafana
- D . Prometheus Web UI