CKAD (5-12)

CKAD (5-12)

Professional Development

30 Qs

quiz-placeholder

Similar activities

AZ-900 - Azure Fundamentals (Module 2)

AZ-900 - Azure Fundamentals (Module 2)

Professional Development

30 Qs

implementing advanced server infrastructure - Mid term

implementing advanced server infrastructure - Mid term

KG - Professional Development

25 Qs

TN +2 CSC  - LESSON 1 TO 10 & 12

TN +2 CSC - LESSON 1 TO 10 & 12

Professional Development

25 Qs

AZ900-01

AZ900-01

Professional Development

34 Qs

Introduction to Kubernetes

Introduction to Kubernetes

Professional Development

25 Qs

DevOps | Change Management | Incident Management Interview Quiz

DevOps | Change Management | Incident Management Interview Quiz

Professional Development

25 Qs

ШС С++ Модуль 1-3

ШС С++ Модуль 1-3

Professional Development

26 Qs

Planning a Network Infrastructure

Planning a Network Infrastructure

KG - Professional Development

26 Qs

CKAD (5-12)

CKAD (5-12)

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Maiky Azofeifa Alfaro

Used 8+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the two main types of deployment strategies?

Redeploy

Recreate

Rolling update

Rolling upgrade

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

There are a couple of other strategies as well that are not specified as an option in the deployment, but they can be implemented in a different way: ___________ and ___________.

Canary

Recreate

Rolling update

Rolling upgrade

Blue green

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Kubernetes it involves running two environments: the current version and the new version. Traffic is routed to new version after verifying it works, ensuring zero-downtime. If issues arise, traffic can quickly revert to the old version for a safe rollback.

The traffic is switch by using the service selectors.

What type of deployment strategy does the above statement refer to?

Canary

Recreate

Rolling update

Rolling upgrade

Blue green

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In this strategy, we deploy a new version and we route a small percentage of traffic to it. The majority of traffic is routed to the older version. At this point, we run tests, and if everything looks good, we upgrade the original deployment with the newer version of the application.

What type of deployment strategy does the above statement refer to?

Canary

Recreate

Rolling update

Rolling upgrade

Blue green

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In this strategy, both deployments, the older and the new one have a common label.

  • The service is always pointing out to both deployments by using the selector.

What type of deployment strategy does the above statement refer to?

Canary

Recreate

Rolling update

Rolling upgrade

Blue green

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In this strategy, we can create the second deployment just with one or a few of replicas, and when all tests pass, we can increase the number of replicas on the new one, and decrease the number of replicas of the older version.

What type of deployment strategy does the above statement refer to?

Canary

Recreate

Rolling update

Rolling upgrade

Blue green

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Canary deployment solutions, what type of solution we should use to define the exact percentage of traffic we want to distribute between each deployment?

Distributed Tracing and Observability Platforms

Service Discovery solutions

Service mesh platform solutions

API Gateway Solutions

Network Policy solutions

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?