CKAD-Batch15-Part 2

CKAD-Batch15-Part 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

Infrastructure as Code to Cloud Native Deployement | QUIZ

Infrastructure as Code to Cloud Native Deployement | QUIZ

Professional Development

10 Qs

Kubernetes Quiz

Kubernetes Quiz

Professional Development

10 Qs

Introduction to Cloud Native Fundamentals Quiz

Introduction to Cloud Native Fundamentals Quiz

University - Professional Development

15 Qs

DevOps Quiz

DevOps Quiz

Professional Development

10 Qs

DevOps

DevOps

Professional Development

14 Qs

daily-akakor-03-04-2024

daily-akakor-03-04-2024

Professional Development

7 Qs

Level2

Level2

Professional Development

15 Qs

Kubernetes Clase 2

Kubernetes Clase 2

Professional Development

10 Qs

CKAD-Batch15-Part 2

CKAD-Batch15-Part 2

Assessment

Quiz

Computers

Professional Development

Hard

Created by

CloudThat Technologies

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following deployment strategies allows for continuous delivery with minimal risk by releasing updates to a small subset of users initially?

Blue-green deployment

Canary deployment

Rolling deployment

Feature toggle deployment

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a blue-green deployment strategy, what happens when a new version of the application is deployed to the "green" environment?

Traffic automatically shifts from blue to green

Both blue and green environments serve traffic simultaneously

Traffic is shifted gradually from blue to green

Only the green environment serves traffic

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which deployment strategy involves updating a small portion of servers at a time until all servers are updated?

Canary deployment

Blue-green deployment

Rolling deployment

Recreate deployment

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of a readiness probe in Kubernetes?

To determine if a container is ready to accept traffic

To check the overall health of the cluster

To monitor the resource usage of a container

To perform automated rollbacks in case of failure

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a startup probe in Kubernetes?

To monitor the startup time of containers

To ensure that containers are started in a specific order

To check if a container has started successfully

To perform pre-start initialization tasks

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of probe in Kubernetes is used to detect when a container becomes unresponsive or deadlocked?

Readiness probe

Liveness probe

Startup probe

Health check probe

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a blue-green deployment, how does traffic routing typically occur between the blue and green environments?

Through a load balancer

Through DNS changes

Through direct IP routing

Through a reverse proxy

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?