RR-Role Mock Test 3

RR-Role Mock Test 3

Professional Development

7 Qs

quiz-placeholder

Similar activities

Git & GitHub Workshop Quiz

Git & GitHub Workshop Quiz

Professional Development

11 Qs

Nuevo modelo de contribución: Sesión 1

Nuevo modelo de contribución: Sesión 1

Professional Development

12 Qs

Azure practice quiz 4

Azure practice quiz 4

Professional Development

10 Qs

Git Nedir ve Kurulum

Git Nedir ve Kurulum

Professional Development

5 Qs

everisCodeFest 4

everisCodeFest 4

Professional Development

10 Qs

CODE-P1

CODE-P1

Professional Development

10 Qs

Git Komutlar ve Detaylar

Git Komutlar ve Detaylar

Professional Development

10 Qs

GIT - Quiz 1

GIT - Quiz 1

KG - Professional Development

6 Qs

RR-Role Mock Test 3

RR-Role Mock Test 3

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Lazaro Alsina

Used 60+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is false about Git.

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Git relies on the basis of distributed development of a software where more than one developer may have access to the source code of a specific application and can modify changes to it which may be seen by other developers.

Git is a repository with complete history and full version-tracking capabilities, dependent on network access or a central server.

Git allows a team of people to work together, all using the same files. And it helps the team cope up with the confusion that tends to happen when multiple people are editing the same files.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Git, a checkout is.

When you want to see a different branch on your Repository

Another name for a version control system.

When the content in a repository is in the staging area where Git will take the next commit.

An ID number for each commit.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The git commit command is used to

Take files from the Staging Index and save them in the repository.

Tell us what Git is thinking and the state of our repository as Git sees it.

Create a new repository with Git

Allow you to view information about previous commits that have occurred in a project.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Git diff is a command used to.

See changes that have been made but haven't been committed.

Add changes in the working directory to the staging area.

Keep a file in your project's directory structure but make sure it isn't accidentally committed to the project.

Remove files and directories

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Agile principles do NOT include ___.

Individuals and interactions over process and tools.

Working product (software) over comprehensive documentation.

Customer collaboration over contract negotiation.

Following a plan over adapting to change

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The Scrum key concepts include the following. Choose all options that apply.

Product Owner

Scrum Master

Sprint Retrospective

Sprint Planning

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The purpose of the Daily Scrum meeting or stand up is__

Make sure everyone gets on time to work.

Have more control over the team

Keep each team member up to date without spending a lot of time

Communicate more effectively and improve productivity