CKAD-CTJGP Batch13

CKAD-CTJGP Batch13

Professional Development

10 Qs

quiz-placeholder

Similar activities

EKS Day 2

EKS Day 2

Professional Development

8 Qs

Kubernetes Quiz1

Kubernetes Quiz1

Professional Development

14 Qs

EKS2

EKS2

Professional Development

7 Qs

Modulo 6a - Clase 5

Modulo 6a - Clase 5

Professional Development

10 Qs

R2H Day One Internship Expectation Review Guidelines

R2H Day One Internship Expectation Review Guidelines

Professional Development

10 Qs

Quiz -  Kubernetes for Developers (LFD259) + CKAD exam bundle

Quiz - Kubernetes for Developers (LFD259) + CKAD exam bundle

Professional Development

10 Qs

Azure Fundamentals AZ-900 2.1

Azure Fundamentals AZ-900 2.1

Professional Development

7 Qs

K 4 Kubernetes

K 4 Kubernetes

Professional Development

10 Qs

CKAD-CTJGP Batch13

CKAD-CTJGP Batch13

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

CloudThat Technologies

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Kubernetes resource can be used to automatically scale the number of replicas of a Deployment based on CPU or memory usage?

HPA (Horizontal Pod Autoscaler)

VPA (Vertical Pod Autoscaler)

PodDisruptionBudget

PodSecurityPolicy

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a Kubernetes Job and a Kubernetes Deployment?

Jobs run a specific task to completion, while Deployments ensure a set of replicas is running.

Jobs create new Pods each time they run, while Deployments manage a fixed set of Pods.

Jobs and Deployments are interchangeable, and can be used for the same purposes.

Jobs are used for long-running tasks, while Deployments are used for short-lived tasks.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a Kubernetes CronJob?

To run a specific task to completion once.

To create new Pods each time it runs.

To ensure a set of replicas is running.

To schedule tasks to run at specified times or intervals.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Kubernetes probe is used to determine whether a container is ready to receive traffic?

Startup Probe

Liveness Probe

Readiness Probe

Healthcheck Probe

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Kubernetes SecurityContext property allows you to run a container with a specific user ID?

runAsUser

privileged

readOnlyRootFilesystem

allowPrivilegeEscalation

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following network policy types is used to allow traffic from specific pods?

Egress

Allow

Ingress

Deny

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a Kubernetes NetworkPolicy, what does the spec.podSelector field define?

Allowed incoming traffic

Namespaces for the pods

Pods to which the policy applies

Ports for the pods

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?