Skip to content

Modern Development Questions

Practice questions for Modern Development topic in GitHub Foundations. 28 questions covering this domain.

28 questions4 easy18 medium6 hard
Q1
medium

What is Copilot Agent Mode designed to do compared to standard GitHub Copilot?

Q2
easy

What is a GitHub Codespace?

Q3
medium

What is a GitHub Actions workflow?

Q4
medium

What does multi-model support in GitHub Copilot allow a user to do?

Q5
medium

Which GitHub Copilot plan is designed for organizations and provides centralized policy management for members?

Q6
medium

When would you use the github.dev web-based editor instead of a full GitHub Codespace?

Q7
medium

What is a dev container in the context of GitHub Codespaces?

Q8
medium

What GitHub Actions feature runs the same job with different operating systems or language versions?

Q9
hard

A workflow has three build jobs and one packaging job. The packaging job should wait until all builds finish, while the build jobs should run at the s...

Q10
medium

A developer wants personal shell aliases and preferences to appear automatically in every codespace they create. Which feature should they use?

Q11
medium

A workflow needs to authenticate to the GitHub API for tasks that only affect the same repository that contains the workflow. Which credential does Gi...

Q12
easy

In GitHub Actions, what is the name for the activity that starts a workflow run?

Q13
medium

Within a GitHub Actions job, why can one step use files produced by a previous step?

Q14
hard

A developer creates a GitHub Codespace from a Windows laptop and expects the remote development container to run Windows. What actually runs in the co...

Q15
hard

An organization wants Copilot Chat to include the same guidance automatically across repositories it owns. What should organization owners set up?

Q16
medium

A developer creates a codespace from an organization-owned repository. Who pays for the codespace?

Q17
medium

Your workflow needs hardware or an operating system configuration that GitHub-hosted runners do not provide. What should you use?

Q18
hard

A repository has no dev container configuration. What environment does a newly created codespace start with?

Q19
medium

A team wants new issues to receive labels automatically as soon as they are opened. Which GitHub feature fits that need?

Q20
medium

Your organization repeats the same automation in many workflows. What GitHub Actions feature helps avoid copying the same logic everywhere?

Sign in to see all 28 questions

Create a free account to browse all questions — completely free during our launch phase.