Test your ArgoCD knowledge with a free interactive quiz — 19 questions with answers and explanations. No signup needed to play.
Question 1/12Score 0
How does using ArgoCD change the typical CI/CD pipeline split between "CI" and "CD" responsibilities?
In this round
How does using ArgoCD change the typical CI/CD pipeline split between "CI" and "CD" responsibilities?
What happens when ArgoCD detects "resource pruning" is needed during a sync?
What is a "sync hook" in ArgoCD (e.g. a Job annotated `argocd.argoproj.io/hook: PreSync`)?
What is a practical security benefit of ArgoCD's pull-based deployment model compared to a traditional push-based CI/CD pipeline?
What does ArgoCD's diff view show when an Application is OutOfSync?
How does ArgoCD typically detect that a git repository has new commits to sync, without a webhook configured?
What is the ArgoCD CLI (`argocd`) commonly used for beyond what the web dashboard offers?
What is the difference between manual sync and automated sync in ArgoCD?
What is a "project" in ArgoCD (`AppProject` resource) used for?
What is an ArgoCD "Application" resource?
What is an "App of Apps" pattern in ArgoCD?
Why might a team choose to store staging and production configurations as separate directories/overlays in the same git repo rather than one shared set of manifests?