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

What is the default eviction timeout when the Ready condition of a node is Unknown or False?

A.

Thirty seconds.

B.

Thirty minutes.

C.

One minute.

D.

Five minutes.

Which of the following will view the snapshot of previously terminated ruby container logs from Pod web-1?

A.

kubectl logs -p -c ruby web-1

B.

kubectl logs -c ruby web-1

C.

kubectl logs -p ruby web-1

D.

kubectl logs -p -c web-1 ruby

What is the core metric type in Prometheus used to represent a single numerical value that can go up and down?

A.

Summary

B.

Counter

C.

Histogram

D.

Gauge

What are the characteristics for building every cloud-native application?

A.

Resiliency, Operability, Observability, Availability

B.

Resiliency, Containerd, Observability, Agility

C.

Kubernetes, Operability, Observability, Availability

D.

Resiliency, Agility, Operability, Observability

What is the common standard for Service Meshes?

A.

Service Mesh Specification (SMS)

B.

Service Mesh Technology (SMT)

C.

Service Mesh Interface (SMI)

D.

Service Mesh Function (SMF)

Which API object is the recommended way to run a scalable, stateless application on your cluster?

A.

ReplicaSet

B.

Deployment

C.

DaemonSet

D.

Pod

What service account does a Pod use in a given namespace when the service account is not specified?

A.

admin

B.

sysadmin

C.

root

D.

default

Which of the following options include only mandatory fields to create a Kubernetes object using a YAML file?

A.

apiVersion, template, kind, status

B.

apiVersion, metadata, status, spec

C.

apiVersion, template, kind, spec

D.

apiVersion, metadata, kind, spec

Let’s assume that an organization needs to process large amounts of data in bursts, on a cloud-based Kubernetes cluster. For instance: each Monday morning, they need to run a batch of 1000 compute jobs of 1 hour each, and these jobs must be completed by Monday night. What’s going to be the most cost-effective method?

A.

Run a group of nodes with the exact required size to complete the batch on time, and use a combination of taints, tolerations, and nodeSelectors to reserve these nodes to the batch jobs.

B.

Leverage the Kubernetes Cluster Autoscaler to automatically start and stop nodes as they’re needed.

C.

Commit to a specific level of spending to get discounted prices (with e.g. “reserved instances” or similar mechanisms).

D.

Use PriorityClasses so that the weekly batch job gets priority over other workloads running on the cluster, and can be completed on time.

What is the telemetry component that represents a series of related distributed events that encode the end-to-end request flow through a distributed system?

A.

Metrics

B.

Logs

C.

Spans

D.

Traces