Spring Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Which of the following best describes horizontally scaling an application deployment?

A.

The act of adding/removing node instances to the cluster to meet demand.

B.

The act of adding/removing applications to meet demand.

C.

The act of adding/removing application instances of the same application to meet demand.

D.

The act of adding/removing resources to application instances to meet demand.

In a cloud native environment, who is usually responsible for maintaining the workloads running across the different platforms?

A.

The cloud provider.

B.

The Site Reliability Engineering (SRE) team.

C.

The team of developers.

D.

The Support Engineering team (SE).

In the Kubernetes platform, which component is responsible for running containers?

A.

etcd

B.

CRI-O

C.

cloud-controller-manager

D.

kube-controller-manager

What is CloudEvents?

A.

It is a specification for describing event data in common formats for Kubernetes network traffic management and cloud providers.

B.

It is a specification for describing event data in common formats in all cloud providers including major cloud providers.

C.

It is a specification for describing event data in common formats to provide interoperability across services, platforms and systems.

D.

It is a Kubernetes specification for describing events data in common formats for iCloud services, iOS platforms and iMac.

Which of the following options include resources cleaned by the Kubernetes garbage collection mechanism?

A.

Stale or expired CertificateSigningRequests (CSRs) and old deployments.

B.

Nodes deleted by a cloud controller manager and obsolete logs from the kubelet.

C.

Unused container and container images, and obsolete logs from the kubelet.

D.

Terminated pods, completed jobs, and objects without owner references.

What is the main purpose of the Open Container Initiative (OCI)?

A.

Accelerating the adoption of containers and Kubernetes in the industry.

B.

Creating open industry standards around container formats and runtimes.

C.

Creating industry standards around container formats and runtimes for private purposes.

D.

Improving the security of standards around container formats and runtimes.

What is the goal of load balancing?

A.

Automatically measure request performance across instances of an application.

B.

Automatically distribute requests across different versions of an application.

C.

Automatically distribute instances of an application across the cluster.

D.

Automatically distribute requests across instances of an application.

How does cert-manager integrate with Kubernetes resources to provide TLS certificates for an application?

A.

It manages Certificate resources and Secrets that can be used by Ingress objects for TLS.

B.

It replaces default Kubernetes API certificates with those from external authorities.

C.

It updates kube-proxy configuration to ensure encrypted traffic between Services.

D.

It injects TLS certificates directly into Pods when the workloads are deployed.

A Pod is stuck in the CrashLoopBackOff state. Which is the correct way to troubleshoot this issue?

A.

Use kubectl exec -- bash to connect inside the container and then check system logs in /var/log/kubelet.log.

B.

Use kubectl describe pod to review recent events and then kubectl logs to inspect container output.

C.

Use kubectl get nodes to verify node capacity and then kubectl apply -f to restart the Pod.

D.

Use kubectl top pod to check CPU usage and then scale the Deployment to more replicas.

Which of these components is part of the Kubernetes Control Plane?

A.

CoreDNS

B.

cloud-controller-manager

C.

kube-proxy

D.

kubelet