Problem database last updated: June 20, 2025

NNuro logo

Nuro Coding Interview Questions

7 problems · 0 Easy, 4 Medium, 3 Hard · Ranked #199 of 458

Difficulty breakdown

0 Easy

0% · avg 23%

4 Medium

57% · avg 59%

3 Hard

43% · avg 18%

Top topics

array
85.7%1.5x
matrix
28.6%3.2x
sliding-window
28.6%6.1x
string
28.6%
breadth-first-search
28.6%3.4x
design
14.3%2.5x

Interview profile

Based on 7 reported problems, Nuro interviews are significantly harder than average - 43% Hard vs 18% across all companies. The majority (57%) of questions are Medium difficulty, which is typical for companies that want to see solid fundamentals without excessive trick questions.

Compared to the industry average, Nuro puts unusual emphasis on sliding-window (28.6% of problems, 6.1x the industry average), breadth-first-search (28.6% of problems, 3.4x the industry average), matrix (28.6% of problems, 3.2x the industry average). If you're short on time, these are the categories to double down on.

The most common topics are array (85.7%), matrix (28.6%), sliding-window (28.6%), string (28.6%). Problems below are sorted by frequency, the ones at the top are asked most often.

All 7 problems

Subrectangle Queries

Solve

Implement the class SubrectangleQueries which receives a rows x cols rectangle as a matrix of integers in the constructor and supports two methods:

MediumVery Likely
arraydesignmatrix

Maximum Number of Visible Points

Solve

You are given an array points, an integer angle, and your location, where location = [posx, posy] and points[i] = [xi, yi] both denote integral coordinates on t...

HardVery Likely
arraymathgeometry

Evaluate Division

Solve

You are given an array of variable pairs equations and an array of real numbers values, where equations[i] = [Ai, Bi] and values[i] represent the equation Ai /...

MediumLikely
arraystringdepth-first-search

Shortest Path in a Grid with Obstacles Elimination

Solve

You are given an m x n integer matrix grid where each cell is either 0 (empty) or 1 (obstacle). You can move up, down, left, or right from and to an empty cell...

HardLikely
arraybreadth-first-searchmatrix

Sliding Window Maximum

Solve

You are given an array of integers nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see...

HardLikely
arrayqueuesliding-window

Interleaving String

Solve

Given strings s1, s2, and s3, find whether s3 is formed by an interleaving of s1 and s2.

MediumLikely
stringdynamic-programming

Interval List Intersections

Solve

You are given two lists of closed intervals, firstList and secondList, where firstList[i] = [starti, endi] and secondList[j] = [startj, endj]. Each list of inte...

MediumLikely
arraytwo-pointersline-sweep

How often are these problems asked?

Frequency scores are based on crowdsourced interview reports. A higher score means the problem has been reported more often in recent Nuro interviews.

Very Likely

75-100%

Likely

50-74%

Sometimes

25-49%

Rare

0-24%

Preparing for your Nuro coding interview

Nuro interviews focus heavily on array, matrix, sliding-window problems. If you're short on time, these are the categories to prioritize. The problems on this page are sorted by frequency, so start from the top and work your way down.

Beyond solving problems, practice explaining your approach. Nuro interviewers care about your thought process - how you break down a problem, consider edge cases, and evaluate tradeoffs between solutions. A clean O(n) solution you can explain clearly beats an O(log n) solution you can't articulate.

Looking for more companies? Browse all 458 companies in our directory, or sharpen your fundamentals with our free data structure visualizers and AI-powered DSA tutor.

Frequently Asked Questions

What coding problems does Nuro ask in interviews?add

Nuro has been reported to ask 7 distinct coding problems. The most common topics are array, matrix, sliding-window. 0 are Easy difficulty, 4 are Medium, and 3 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.

How hard are Nuro coding interviews?add

Based on 7 reported problems, Nuro interviews are significantly harder than average - 43% Hard vs 18% across all companies. 57% of questions are Medium difficulty. Focus on the high-frequency Medium problems first, then work through the Hard ones.

How should I prepare for a Nuro coding interview?add

Start with the highest-frequency problems listed on this page. Focus on the core topics: array, matrix, sliding-window. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.

Other companies to explore

Ready to ace your Nuro interview?

Simulate a real Nuro coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.

Simulate a Nuro interview with AIarrow_forward