New Year Special Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: spcl70

Note! C_KYMD_01 has been withdrawn.

Practice Free C_KYMD_01 SAP Certified Development Associate - Side-by-Side Extensibility based on SAP BTP, Kyma runtime Exam Questions Answers With Explanation

We at Crack4sure are committed to giving students who are preparing for the SAP C_KYMD_01 Exam the most current and reliable questions . To help people study, we've made some of our SAP Certified Development Associate - Side-by-Side Extensibility based on SAP BTP, Kyma runtime exam materials available for free to everyone. You can take the Free C_KYMD_01 Practice Test as many times as you want. The answers to the practice questions are given, and each answer is explained.

Question # 6

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

Question # 7

In a Kubernetes cluster, which pattern represents a valid DNS name?

A.

svc.cluster.local..

B.

.svc.cluster.local

C.

svc. Cluster. Local

D.

svc.cluster.local.

Question # 8

Which company initially developed Kubernetes?

A.

Google

B.

Oracle

C.

IBM

D.

Microsoft

Question # 9

What is used to isolate groups of resources in a Kubernetes cluster?

A.

Namespaces

B.

Organizations and spaces

C.

Semantic versioning

D.

Object groups

Question # 10

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

Question # 11

Which of the following elements are part of the open-source Kyma project, but not of SAP BTP, Kyma runtime?

Note: There are 2 correct Answers to this question.

A.

Jaeger

B.

Prometheus

C.

Kiali

D.

Istio

Question # 12

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

Question # 13

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

Question # 14

What are some characteristics of stateless workloads? Note: There are 2 correct Answers to this question.

A.

Data is shared.

B.

No references to past transactions are stored.

C.

No data is persisted.

D.

References to past transactions are stored.

Question # 15

Which application-based service proxy does the kyma-gateway use to handle traffic and forwarding to services?

A.

Envoy

B.

Traefik

C.

Nginx

Question # 16

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

Question # 17

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.

Question # 18

Which proxy pattern is used by the service mesh solution in SAP BTP, Kyma runtime?

A.

Per-Container

B.

Shared library

C.

Per-Node

D.

Sidecar