1. What is Workflow ? Junior A. a set of steps that execute on the same runner, running in parallel with other jobs by default B. a keyless auth method where Actions exchanges a short-lived OIDC token for cloud credentials, eliminating long-lived secrets C. an automated process defined in a YAML file under .github/workflows triggered by GitHub events D. a workflow called by another workflow via workflow_call to avoid duplication Reveal the answer + AI explanation — free account
2. Which term means: "an automated process defined in a YAML file under .github/workflows triggered by GitHub events"? Junior A. Workflow B. OIDC federation C. Matrix strategy D. Step Reveal the answer + AI explanation — free account
3. Which statement is correct? Junior A. Workflow — a workflow setting that cancels or queues in-progress runs sharing the same key to prevent overlapping deploys B. Workflow — an automated process defined in a YAML file under .github/workflows triggered by GitHub events C. Workflow — a set of steps that execute on the same runner, running in parallel with other jobs by default D. Workflow — a reusable unit of code packaged to be referenced from a workflow step via the uses keyword Reveal the answer + AI explanation — free account
4. What is Job ? Junior A. a workflow setting that cancels or queues in-progress runs sharing the same key to prevent overlapping deploys B. a set of steps that execute on the same runner, running in parallel with other jobs by default C. the on: key that specifies which GitHub activity (push, pull_request, schedule) starts a workflow D. a workflow called by another workflow via workflow_call to avoid duplication Reveal the answer + AI explanation — free account
5. Which term means: "a set of steps that execute on the same runner, running in parallel with other jobs by default"? Junior A. Job B. Runner C. OIDC federation D. Event trigger Reveal the answer + AI explanation — free account
6. Which statement is correct? Junior A. Job — a keyless auth method where Actions exchanges a short-lived OIDC token for cloud credentials, eliminating long-lived secrets B. Job — a set of steps that execute on the same runner, running in parallel with other jobs by default C. Job — the on: key that specifies which GitHub activity (push, pull_request, schedule) starts a workflow D. Job — a server (GitHub-hosted or self-hosted) that executes the jobs in a workflow Reveal the answer + AI explanation — free account
7. What is Step ? Junior A. a set of steps that execute on the same runner, running in parallel with other jobs by default B. an automated process defined in a YAML file under .github/workflows triggered by GitHub events C. an individual task within a job that runs a command or an action D. a custom action that bundles multiple workflow steps into a single reusable action Reveal the answer + AI explanation — free account
8. Which term means: "an individual task within a job that runs a command or an action"? Junior A. Composite action B. Workflow C. Matrix strategy D. Step Reveal the answer + AI explanation — free account
9. Which statement is correct? Junior A. Step — a custom action that bundles multiple workflow steps into a single reusable action B. Step — the on: key that specifies which GitHub activity (push, pull_request, schedule) starts a workflow C. Step — a set of steps that execute on the same runner, running in parallel with other jobs by default D. Step — an individual task within a job that runs a command or an action Reveal the answer + AI explanation — free account
10. What is Action ? Junior A. an automated process defined in a YAML file under .github/workflows triggered by GitHub events B. an individual task within a job that runs a command or an action C. a workflow setting that cancels or queues in-progress runs sharing the same key to prevent overlapping deploys D. a reusable unit of code packaged to be referenced from a workflow step via the uses keyword Reveal the answer + AI explanation — free account
11. Which term means: "a reusable unit of code packaged to be referenced from a workflow step via the uses keyword"? Junior A. Matrix strategy B. Job C. Action D. Workflow Reveal the answer + AI explanation — free account
12. Which statement is correct? Junior A. Action — a keyless auth method where Actions exchanges a short-lived OIDC token for cloud credentials, eliminating long-lived secrets B. Action — a reusable unit of code packaged to be referenced from a workflow step via the uses keyword C. Action — a build configuration that runs a job multiple times across combinations of variables like OS and language version D. Action — an individual task within a job that runs a command or an action Reveal the answer + AI explanation — free account
13. What is Runner ? Junior A. a server (GitHub-hosted or self-hosted) that executes the jobs in a workflow B. a workflow called by another workflow via workflow_call to avoid duplication C. a custom action that bundles multiple workflow steps into a single reusable action D. an automated process defined in a YAML file under .github/workflows triggered by GitHub events Reveal the answer + AI explanation — free account
14. Which term means: "a server (GitHub-hosted or self-hosted) that executes the jobs in a workflow"? Junior A. Step B. Event trigger C. Action D. Runner Reveal the answer + AI explanation — free account
15. Which statement is correct? Junior A. Runner — a gate requiring approval or a wait timer before a job deploys to a named environment B. Runner — a custom action that bundles multiple workflow steps into a single reusable action C. Runner — a server (GitHub-hosted or self-hosted) that executes the jobs in a workflow D. Runner — a keyless auth method where Actions exchanges a short-lived OIDC token for cloud credentials, eliminating long-lived secrets Reveal the answer + AI explanation — free account
16. What is Event trigger ? Junior A. an automated process defined in a YAML file under .github/workflows triggered by GitHub events B. a workflow setting that cancels or queues in-progress runs sharing the same key to prevent overlapping deploys C. the on: key that specifies which GitHub activity (push, pull_request, schedule) starts a workflow D. a build configuration that runs a job multiple times across combinations of variables like OS and language version Reveal the answer + AI explanation — free account
17. Which term means: "the on: key that specifies which GitHub activity (push, pull_request, schedule) starts a workflow"? Junior A. Composite action B. Event trigger C. Workflow D. Job Reveal the answer + AI explanation — free account
18. Which statement is correct? Junior A. Event trigger — a workflow called by another workflow via workflow_call to avoid duplication B. Event trigger — an individual task within a job that runs a command or an action C. Event trigger — the on: key that specifies which GitHub activity (push, pull_request, schedule) starts a workflow D. Event trigger — a set of steps that execute on the same runner, running in parallel with other jobs by default Reveal the answer + AI explanation — free account
19. What is Matrix strategy ? Mid A. a set of steps that execute on the same runner, running in parallel with other jobs by default B. a build configuration that runs a job multiple times across combinations of variables like OS and language version C. an individual task within a job that runs a command or an action D. the on: key that specifies which GitHub activity (push, pull_request, schedule) starts a workflow Reveal the answer + AI explanation — free account
20. Which term means: "a build configuration that runs a job multiple times across combinations of variables like OS and language version"? Mid A. Composite action B. Workflow C. Matrix strategy D. OIDC federation Reveal the answer + AI explanation — free account
21. Which statement is correct? Mid A. Matrix strategy — a workflow setting that cancels or queues in-progress runs sharing the same key to prevent overlapping deploys B. Matrix strategy — a build configuration that runs a job multiple times across combinations of variables like OS and language version C. Matrix strategy — a custom action that bundles multiple workflow steps into a single reusable action D. Matrix strategy — a server (GitHub-hosted or self-hosted) that executes the jobs in a workflow Reveal the answer + AI explanation — free account
22. What is Reusable workflow ? Mid A. a workflow setting that cancels or queues in-progress runs sharing the same key to prevent overlapping deploys B. a set of steps that execute on the same runner, running in parallel with other jobs by default C. a workflow called by another workflow via workflow_call to avoid duplication D. a reusable unit of code packaged to be referenced from a workflow step via the uses keyword Reveal the answer + AI explanation — free account
23. Which term means: "a workflow called by another workflow via workflow_call to avoid duplication"? Mid A. Concurrency group B. Composite action C. Reusable workflow D. OIDC federation Reveal the answer + AI explanation — free account
24. Which statement is correct? Mid A. Reusable workflow — a build configuration that runs a job multiple times across combinations of variables like OS and language version B. Reusable workflow — a workflow called by another workflow via workflow_call to avoid duplication C. Reusable workflow — the on: key that specifies which GitHub activity (push, pull_request, schedule) starts a workflow D. Reusable workflow — an individual task within a job that runs a command or an action Reveal the answer + AI explanation — free account
25. What is Composite action ? Mid A. a custom action that bundles multiple workflow steps into a single reusable action B. a set of steps that execute on the same runner, running in parallel with other jobs by default C. a workflow called by another workflow via workflow_call to avoid duplication D. a server (GitHub-hosted or self-hosted) that executes the jobs in a workflow Reveal the answer + AI explanation — free account
26. Which term means: "a custom action that bundles multiple workflow steps into a single reusable action"? Mid A. Event trigger B. Composite action C. Matrix strategy D. OIDC federation Reveal the answer + AI explanation — free account
27. Which statement is correct? Mid A. Composite action — a build configuration that runs a job multiple times across combinations of variables like OS and language version B. Composite action — a custom action that bundles multiple workflow steps into a single reusable action C. Composite action — a workflow setting that cancels or queues in-progress runs sharing the same key to prevent overlapping deploys D. Composite action — a gate requiring approval or a wait timer before a job deploys to a named environment Reveal the answer + AI explanation — free account
28. What is Environment protection rule ? Mid A. a keyless auth method where Actions exchanges a short-lived OIDC token for cloud credentials, eliminating long-lived secrets B. a workflow called by another workflow via workflow_call to avoid duplication C. a build configuration that runs a job multiple times across combinations of variables like OS and language version D. a gate requiring approval or a wait timer before a job deploys to a named environment Reveal the answer + AI explanation — free account
29. Which term means: "a gate requiring approval or a wait timer before a job deploys to a named environment"? Mid A. Environment protection rule B. Step C. Reusable workflow D. Workflow Reveal the answer + AI explanation — free account
30. Which statement is correct? Mid A. Environment protection rule — a set of steps that execute on the same runner, running in parallel with other jobs by default B. Environment protection rule — an individual task within a job that runs a command or an action C. Environment protection rule — a gate requiring approval or a wait timer before a job deploys to a named environment D. Environment protection rule — the on: key that specifies which GitHub activity (push, pull_request, schedule) starts a workflow Reveal the answer + AI explanation — free accountShowing 30 of 60 CI/CD · GitHub Actions questions — the full set, with answers, explanations and an AI tutor on every question, is inside.