21.) Which file contains deployment configuration for Argo CD?
A) application.yaml
B) Chart.yaml
C) Dockerfile
D) .argo-cd
22.) Which CI/CD system is most Kubernetes-native?
A) Tekton
B) GitHub Actions
C) Jenkins
D) Bamboo
23.) Which command creates a new namespace in Kubernetes for staging CI/CD environments?
A) kubectl namespace create staging
B) kubectl create namespace staging
C) kubectl new ns staging
D) kubectl start namespace staging
24.) Which Argo CD CLI command syncs a Git repo with the cluster?
A) argocd pull
B) argocd fetch
C) argocd sync
D) argocd deploy
25.) What is a “job” in the context of Kubernetes and CI/CD?
A) A deployment
B) A one-time task
C) A monitoring rule
D) A daemonset
Related