Module4GSGday2

Module4GSGday2

University

9 Qs

quiz-placeholder

Similar activities

HackHarbor : Day 2(Tech)

HackHarbor : Day 2(Tech)

University

10 Qs

Module4GSGday2

Module4GSGday2

Assessment

Quiz

Engineering

University

Hard

Created by

Surabhi Mane

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of the "Actions" tab in a GitHub repository?

Add collaborators

Monitor CI/CD workflows and automation

Create new issues

Host GitHub Pages

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the "Projects" tab in a GitHub repository help you manage?

CI/CD workflows

File permissions

Task planning using boards

Code formatting

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tab would you use to view and assign bug reports or enhancement tasks in a GitHub repo?

Projects

Issues

Actions

Insights

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

After making changes in the debug activity, what is the next step?

Delete the repo

Push changes and create a pull request

Merge changes without review

Fork the repo again

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the recommended naming format for branches created to solve an issue?

fix_main

debug_code

solve_issue#

bugfix_branch

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the debugging activity, what is the first step to begin contributing to a buggy project?

Push the final code

Fork or clone the repository

Merge directly

Create an issue

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where do you add collaborators in a GitHub repository?

In the README file

Under the Pull Requests tab

Repo Settings > Collaborators

GitHub Profile Settings

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In collaboration, what is the purpose of git fetch?

Pushes code to remote

Deletes the local repository

Retrieves remote updates without merging

Creates a branch

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What permissions do collaborators receive when added via "Repo Settings > Collaborators"?

Read-only access

Can fork but not push

Can push directly without sending pull requests

Cannot clone the repository