Test duration:
20
min
No. of questions:
10
Level of experience:
Expert

Online Git Test

The Git logo

Online Git Test

Git is a free, open source distributed version control system tool designed to handle everything from small to very large projects with speed and efficiency. Git is also a source code management system with an emphasis on speed. Git software is used by the developers to carry out the tasks of their projects effectively using Git commands and functions.

Online Git test helps hiring managers and recruiters to find the best suitable candidate by assessing his/her ability to work on different Git commands and functions. Git online test questions are designed and validated by subject matter experts (SMEs) to assess and hire software developers as per the industry standards.

Git skills assessment test helps to screen the candidates who possess traits as follows:

1.  Strong experience of working on version control software of Git

2.  Excellent knowledge of Git commands and usage

3.  Ability to handle the Git cheat sheet

4.  Excellent knowledge of Git collaboration model with its repository functions, branch structures and workflows

iMocha’s powerful reporting and intelligent analytics will help you overview candidate’s performance in each section within a glance. Candidate feedback module will ensure candidates are having excellent experience with iMocha.

Git online test is designed with consideration of EEOC guidelines for candidate assessment. It will help recruiters to assess and hire diverse talent without any bias.

Wondering what other skills we have in our World’s Largest Skills Assessment library?
Visit here
How it works

Test Summary

Git skills test will evaluate the candidate's practical knowledge and will identify whether the candidate is ready to be employed. Git skills assessment test can be taken by candidate from anywhere in the comfort of their time zone.

Git pre-employment test may contain MCQ's (Multiple Choice Questions), MAQ's (Multiple Answer Questions), Fill in the Blank, Descriptive, Whiteboard Questions, Audio/Video Questions, True or False.


Useful for hiring
  • Full Stack Developer
  • API Engineer
  • Backend Developer
  • Software Developer
  • Git Developer
  • Linux Kernel Developer
Test Duration
20
min
No. of Questions
10
Level of Expertise
Expert
Topics Covered
Shuffle

Git commands - remote

Log

Shuffle

Init

Shuffle

Config

Shuffle

Commit

Shuffle

Merge

Sample Question
Choose from our 100,000+ questions library or add your own questions to make powerful custom tests.
Question type
Multiple Answer
Topics covered
Branch
Difficulty
Hard

Question:

Your repository is growing in size. One of the main reasons for this is that people have not been deleting branches after merging to the desired branch. Choose the correct commands to use to delete all remote branches that have already been merged.

Note: There can be multiple correct answers to this question.


Options

  • git branch --merged | egrep -v "(^\*|master|dev)" | xargs git branch -d
  • git branch -d branchname
  • git branch -r --merged | grep -v master | sed 's/origin\//:/' | xargs -n 1 git push origin
  • git branch -r --merged | grep -v master | sed 's/origin\///' | xargs -n 1 git push --delete origin
A helicopter view of the employee's progress
Test Report
You can customize this test by

Setting the difficulty level of the test

Choose easy, medium, or tricky questions from our skill libraries to assess candidates of different experience levels.

Combining multiple skills into one test

Add multiple skills in a single test to create an effective assessment and assess multiple skills together.

Adding your own
questions to the test

Add, edit, or bulk upload your coding, MCQ, and whiteboard questions.

Requesting a tailor-made test

Receive a tailored assessment created by our subject matter experts to ensure adequate screening.
FAQ