▶ MCQ Portal
Home
Medical
Neet-Ug
4
Ssc-Cgl
General_Awareness
5
Devops
Ansible
10
Aws
5
Azure
10
Docker
5
Jenkins
5
Kubernetes
5
Terraform
10
⚑ Feedback
Home
kubernetes
Exam4
Exam4
devops / kubernetes
• 5 questions
Question 1 of 5
What is a ConfigMap used for in Kubernetes?
A.
Storing sensitive data like passwords and API keys
B.
Storing non-sensitive configuration data as key-value pairs
C.
Managing network access policies
D.
Defining CPU and memory resource limits
Question 2 of 5
What is a Kubernetes Secret?
A.
An encrypted network channel between pods
B.
An object for storing sensitive data such as passwords, tokens, and SSH keys
C.
A private cluster configuration
D.
A node-level TLS certificate
Question 3 of 5
How are Kubernetes Secrets encoded by default?
A.
AES-256 encrypted at rest
B.
Base64 encoded
C.
SHA-256 hashed
D.
Stored as plain text
Question 4 of 5
What is a PersistentVolume (PV) in Kubernetes?
A.
Temporary storage tied to the pod lifecycle
B.
A cluster-level storage resource provisioned independently of pods
C.
A read-only volume for ConfigMaps
D.
A cloud-provider disk attached directly to a node
Question 5 of 5
What is a PersistentVolumeClaim (PVC) in Kubernetes?
A.
A request for storage by a pod, specifying size and access mode
B.
A permanent volume deletion request
C.
A cluster-wide storage policy
D.
A backup mechanism for persistent data
← Back
Submit Answers ✓