Github Foundations 1

Github Foundations 1

Assessment

Quiz

Information Technology (IT)

Professional Development

Easy

Created by

Camilo Andrés Pérez Quintanilla

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Jack would like to disable GitHub Actions on his repository. What is the result of doing so?

workflows will be able to create pull requests, but not approve them

no workflows run on the repository

you cannot disable GitHub Actions on a repository

actions and reusable workflows are limited

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which permission levels exist for a GitHub personal account repository?

the repository owner, collaborators and team maintainers

the repository owner and collaborators

the repository owner, collaborators and viewers

the repository owner and moderator

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

As a project manager using GitHub, you notice that your team's project board lacks clear categorization for issues and tasks, and you want to to enhance organization and communication. How can utilizing labels in GitHub Projects benefit your team in terms of project management?

labels provide a way to prioritize and categorize issues, making it easier to track and manage tasks on the project board

labels enable real-time collaboration on code editing within the GitHub repository

labels allow you to customize the appearance of the project board, improving its visual appeal

labels are primarily for assigning access permissions to team members based on their roles

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Amir is a developer working on a complex coding project and recently started using GitHub Copilot to assist with code suggestions. How can GitHub Copilot enhance Amir's coding experience and workflow?

GitHub Copilot allows real-time collaboration with Amir's team members, facilitating simultaneous code editing

GitHub Copilot is specifically designed for managing and organizing Amir's project tasks on GitHub

GitHub Copilot can automatically generate and complete entire code files based on input from Amir

GitHub Copilot provides code reviews and suggests improvements in Amir's existing codebase

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following best describes the differences between Git and GitHub?

Git is a command-line based tool to manage and version control files

GitHub is a web-based tool with a powerful UI to store and manage files

Git is used by developers for smaller or individual projects

GitHub is used by organizations to manage and control for larger projects

Git is a centralized version control system

GitHub is a distributed version control system

it is a distributed version control system

GitHub is a cloud platform that uses Git as its core technology

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What can be determined based on the following CODEOWNERS file?

  1. *.tf @acme/infrastructure

  2. /docs/ @dani

changes to files in the docs folder need to be reviewed by the GitHub user dani for a pull-request

review assignments are assigned by placing this CODEOWNERS file in the owners folder within the repository

the GitHub user dani has code ownership for all individual commits made in the docs folder

changes to files with the tf extension need to be reviewed by the infrastructure user

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Steve's organization has recently required the use of two-factor authentication and notified him of this change.  What will happen to Steve's GitHub account should he elect not to enable 2FA?


the account will be removed from the organization.

the account will still have organization access for a specified grace period.

the account will be deleted.

the account will be suspended.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?