Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
GitLab logo

GitLabCertified CI/CD Associate

Domain 4Objective 1

Objective: Scaffold Review and Deploy Stages of a Pipeline GITLAB-CERTIFIED-CICD-ASSOCIATE Practice Questions (Page 2)

Part of the Domain 4: Continuous Deployment domain, which makes up ~16% of our current practice bank.

14questions here
3free pages
6concepts

Questions 6–10

  1. 6expert · medium

    A pipeline has `build`, `test`, and `deploy` stages. The `deploy` job is manual and must run after `test`. The team also has a `security_scan` job in the `test` stage that is allowed to fail. They want `deploy` to be available only after `test` succeeds, regardless of the `security_scan` result. Which configuration achieves this?

    Select an answer first
  2. 7foundation · easy

    What is the purpose of using `when: manual` on a deploy job in a production pipeline?

    Select an answer first
  3. 8application · medium

    A team deploys a review app for every MR. When the MR is merged, they want the review environment to be automatically torn down. Which configuration achieves this without manual intervention?

    Select an answer first
  4. 9expert · medium

    A team has a production deploy job that is `when: manual`. They want to require two different people to approve the deployment before it runs. Which GitLab feature supports this requirement?

    Select an answer first
  5. 10foundation · easy

    In a GitLab CI/CD pipeline, what is the default order of stages if you define them as `stages: [build, test, review, deploy]`?

    Select an answer first
Finished these 5 questions?

Review the revealed explanations, or continue through the curriculum.

Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by GitLab. “GITLAB-CERTIFIED-CICD-ASSOCIATE” is a trademark of its owner, used for identification only.