
GitLabCertified Fundamentals Associate
Domain 4Objective 1
Configure a Basic .gitlab-Ci.yml Pipeline GITLAB-CERTIFIED-GIT-ASSOCIATE Practice Questions (Page 1)
Part of the Basic CI/CD Pipelines domain, which makes up ~16% of our current practice bank.
14questions here
3free pages
6concepts
Questions 1–5
- 1
A team has a pipeline with three stages: build, test, deploy. They have two jobs in the test stage: unit-test and integration-test. What will happen when the pipeline runs?
Select an answer first - 2
In a GitLab pipeline, what is the default order of execution for jobs that are assigned to different stages?
Select an answer first - 3
Given the following .gitlab-ci.yml snippet, what is the execution order of the jobs? stages: - build - test - deploy build_job: stage: build script: echo building test_job: stage: test script: echo testing deploy_job: stage: deploy script: echo deploying
Select an answer first - 4
Which predefined variable contains the name of the branch or tag that triggered the pipeline?
Select an answer first - 5
A developer wants to configure a job that prints the current user's email. Which predefined variable should they use?
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-GIT-ASSOCIATE” is a trademark of its owner, used for identification only.