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

What best describes cloud native service discovery?

A.

It's a mechanism for applications and microservices to locate each other on a network.

B.

It's a procedure for discovering a MAC address, associated with a given IP address.

C.

It's used for automatically assigning IP addresses to devices connected to the network.

D.

It's a protocol that turns human-readable domain names into IP addresses on the Internet.

What are the two essential operations that the kube-scheduler normally performs?

A.

Pod eviction or starting

B.

Resource monitoring and reporting

C.

Filtering and scoring nodes

D.

Starting and terminating containers

Which mechanism allows extending the Kubernetes API?

A.

ConfigMap

B.

CustomResourceDefinition

C.

MutatingAdmissionWebhook mechanism

D.

Kustomize

During a team meeting, a developer mentions the significance of open collaboration in the cloud native ecosystem. Which statement accurately reflects principles of collaborative development and community stewardship?

A.

Open source projects succeed when contributors focus on code quality without the overhead of community engagement.

B.

Maintainers of open source projects act independently to make technical decisions without requiring input from contributors.

C.

Community stewardship emphasizes guiding project growth but does not necessarily include sustainability considerations.

D.

Community events and working groups foster collaboration by bringing people together to share knowledge and build connections.

Which of the following scenarios would benefit the most from a service mesh architecture?

A.

A few applications with hundreds of Pod replicas running in multiple clusters, each one providing multiple services.

B.

Thousands of distributed applications running in a single cluster, each one providing multiple services.

C.

Tens of distributed applications running in multiple clusters, each one providing multiple services.

D.

Thousands of distributed applications running in multiple clusters, each one providing multiple services.

What is the Kubernetes object used for running a recurring workload?

A.

Job

B.

Batch

C.

DaemonSet

D.

CronJob

Which cloud native tool keeps Kubernetes clusters in sync with sources of configuration (like Git repositories), and automates updates to configuration when there is new code to deploy?

A.

Flux and ArgoCD

B.

GitOps Toolkit

C.

Linkerd and Istio

D.

Helm and Kustomize

What Linux namespace is shared by default by containers running within a Kubernetes Pod?

A.

Host Network

B.

Network

C.

Process ID

D.

Process Name

What happens with a regular Pod running in Kubernetes when a node fails?

A.

A new Pod with the same UID is scheduled to another node after a while.

B.

A new, near-identical Pod but with different UID is scheduled to another node.

C.

By default, a Pod can only be scheduled to the same node when the node fails.

D.

A new Pod is scheduled on a different node only if it is configured explicitly.

Which tool is used to streamline installing and managing Kubernetes applications?

A.

apt

B.

helm

C.

service

D.

brew