code-review Interview Questions
6 interview questions in our bank cover code-review, 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 code-review: JPMorgan, Tesla, Oracle, Tenstorrent, Salesforce, and 1 more.
Practice these on the problems board →Companies that ask about code-review
Question mix
- Coding & Leetcode-style Questions6
Difficulty
- 3/5 — medium6
Questions tagged code-review
Customer Request PR Review
3/5Reported during JPMorgan software engineering interviews, this exercise evaluates code review capabilities by presenting a flawed service class or pull request filled with architectural and concurrency pitfalls. Candidates must identify maintainability violations, global state hazards, and thread-safety concerns before implementing a clean auxiliary algorithm. This task emphasizes professional software engineering best practices beyond basic syntax correctness. Unlock the complete code review checklist, review notes, and model solution by securing a subscription.
Coding & Leetcode-style QuestionsJPMorganDebug Dijkstra Shortest Path for Navigation
3/5Prepare for automotive software engineering evaluations with this practical debugging exercise reported during a Tesla interview. You must review an existing graph traversal module designed for routing applications, locate logic flaws in its priority-queue-based shortest path logic, and evaluate its operational performance boundaries. This scenario tests your code comprehension, algorithmic correctness, and ability to reason about edge cases like negative weight cycles in routing graphs. Access the comprehensive walkthrough and verified code fix with a subscription.
Coding & Leetcode-style QuestionsTeslaCode Review Round (Verbal)
3/5This Oracle screening scenario features a dual-phase assessment combining critical code critique with a conversational system design review based on past professional experience. It evaluates your code-reading acuity, debugging instincts, and ability to communicate architectural decisions effectively without writing traditional algorithmic code. The complete guide and expert evaluation strategies require a subscription.
Coding & Leetcode-style QuestionsOracleDebugging, Optimizing, and Multithreading Safety for MyClass in C++
3/5This C++ debugging and optimization challenge, reported from Tenstorrent, requires you to inspect a flawed class implementation to eliminate bugs, reduce memory overhead, and enforce thread safety. You will identify hidden defects, apply modern C++ optimization techniques, and design synchronization mechanisms to protect shared state in concurrent execution environments. This problem evaluates your systems programming prowess and concurrent design skills. Review the full codebase, optimization strategies, and reference solution by subscribing.
Coding & Leetcode-style QuestionsTenstorrentCode Review OA — Python Files (Salesforce / Slack)
3/5This Salesforce and Slack joint assessment tests your code comprehension and software evaluation abilities in a realistic take-home format. You will inspect a small codebase containing Python scripts and database interactions to uncover hidden defects, architectural flaws, and maintainability concerns. The task measures your attention to detail and ability to communicate professional engineering feedback effectively. Gain full access to the source repository overview and the complete grading rubric by purchasing a subscription.
Coding & Leetcode-style QuestionsSalesforceArray Duplication — O(n) and Memory Trade-offs
3/5This Okta Staff Frontend coding question delves into an array duplication problem, emphasizing both algorithmic efficiency and practical software engineering considerations. Initially, you are tasked with developing an optimized solution that adheres to linear time and space complexity. The follow-up then challenges you to explore an alternative, object-based approach for inline computation, prompting a critical discussion on its potential memory overhead for extensive datasets. This problem not only assesses your coding skills but also your understanding of memory management, performance trade-offs, and the importance of code review. The full problem description and a model solution are available with a subscription.
Coding & Leetcode-style QuestionsOkta
Studied alongside
code-review interview FAQ
- How many code-review interview questions are there?
- 6 reported questions, mostly Coding & Leetcode-style Questions.
- Which companies ask code-review questions?
- JPMorgan (1), Tesla (1), Oracle (1), Tenstorrent (1), Salesforce (1), Okta (1).
- How hard are code-review questions?
- They average 3.0 out of 5: 6 at 3/5.