git Interview Questions
2 interview questions in our bank cover git, most of them Coding & Leetcode-style Questions. They average 3.0/5 difficulty — medium — and each one was reported by a candidate after a real interview. Companies known to ask about git: Stripe, Clipboard Health.
Practice these on the problems board →Companies that ask about git
Question mix
- Coding & Leetcode-style Questions2
Difficulty
- 3/5 — medium2
Questions tagged git
Reviewer Assignment via Git Diff and CSV Owners
3/5Simulate a real-world integration task involving code repository analysis and team ownership mapping, frequently reported from interviews at Stripe. This problem requires you to parse version control diffs programmatically, match modified file paths against hierarchical configuration rules, and accurately determine the correct set of reviewers while eliminating redundancies. It highlights practical software engineering skills using standard library parsers and robust string matching algorithms. To access the full problem details and a production-grade solution, a subscription is required.
Coding & Leetcode-style QuestionsStripeGitHub Repository Task — Fetch Data from a Web API
3/5This Clipboard Health repository task involves fetching external data through a web API within a timed GitHub pull request workflow using TypeScript and Node.js. It assesses practical backend integration skills, clean coding standards, and familiarity with modern version control practices. The full task instructions, repository setup details, and a working model solution require a subscription.
Coding & Leetcode-style QuestionsClipboard Health
git interview FAQ
- How many git interview questions are there?
- 2 reported questions, mostly Coding & Leetcode-style Questions.
- Which companies ask git questions?
- Stripe (1), Clipboard Health (1).
- How hard are git questions?
- They average 3.0 out of 5: 2 at 3/5.