RR-Role Mock Test 3

RR-Role Mock Test 3

Professional Development

7 Qs

quiz-placeholder

Similar activities

Kuis PowerShell v7.4.0

Kuis PowerShell v7.4.0

Professional Development

11 Qs

Fullstack Intro, Terminal dan Git

Fullstack Intro, Terminal dan Git

Professional Development

10 Qs

git and github

git and github

University - Professional Development

10 Qs

PM JFE 2.0 - conditionals, operators, arrays and loops

PM JFE 2.0 - conditionals, operators, arrays and loops

Professional Development

10 Qs

Repositorios de código

Repositorios de código

Professional Development

10 Qs

Version Control and Git

Version Control and Git

Professional Development

7 Qs

DevOps Essentials

DevOps Essentials

Professional Development

10 Qs

Formação Programação

Formação Programação

Professional Development

11 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