InterviewPitch
58 topics ready · 2900+ practice questions

Walk into your next mock interview already knowing the answers.

Pick any language, framework, or database from the list below and work through 50 real interview questions — instant feedback, no sign-up, no timer pressure.

58
topics covered
8
skill categories
50
questions per quiz
Question 7/50Score: 6

Which command shows differences staged for the next commit?

git diff --staged
git diff --new
git status --diff
git log --staged