Orchestration_MCQ_Flashcards

(20 cards)

1
Q

What is the key difference between orchestration and automation?

A

Orchestration coordinates multiple automated tasks into workflows, while automation handles single tasks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which migration strategy moves apps to the cloud without redesign?

A

Lift-and-shift

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which app type supports autoscaling and replication?

A

Cloud-native applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which tool is used to run and manage containers?

A

Docker CLI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Minikube used for?

A

Running a local Kubernetes test cluster

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does Helm do in Kubernetes?

A

Packages and deploys applications (like a package manager)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which Kubernetes component assigns pods to nodes?

A

Scheduler

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the role of etcd in Kubernetes?

A

Stores the cluster state in a key-value store

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which component runs containers in a Kubernetes node?

A

Container runtime (e.g., Docker)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the role of the Kubelet?

A

Talks to the control plane and manages pods on a node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the purpose of KrakenD?

A

API gateway that filters and aggregates service traffic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What protocol is OpenID Connect based on?

A

OAuth 2.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is JWT used for?

A

Encoding authentication/session data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Keycloak?

A

An identity provider for user authentication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does TLS do?

A

Encrypts traffic for secure communication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is an X.509 certificate used for?

A

Verifying identity in TLS/SSL

17
Q

What does Kubernetes HPA (Horizontal Pod Autoscaler) do?

A

Scales pods based on resource usage like CPU

18
Q

What is the purpose of app segmentation in cloud migration?

A

Break monoliths into microservices

19
Q

What does immutability mean in container deployment?

A

Containers are not modified after deployment

20
Q

What is a persistent volume in Kubernetes?

A

Storage resource for stateful container data