Backend Software Engineer Interview Questions

2,346 backend software engineer interview questions shared by candidates

Given a grid of numbers, return the longest path through the grid (moving only up, down, left, and right) that contains only increasing numbers. Example input: [[1 1 3, 0], [2 3 6, 0], [10 9 5, 0]] Example output: [1, 2, 3, 9, 10]
avatar

Backend Software Engineer

Interviewed at Uber

3.7
May 29, 2017

Given a grid of numbers, return the longest path through the grid (moving only up, down, left, and right) that contains only increasing numbers. Example input: [[1 1 3, 0], [2 3 6, 0], [10 9 5, 0]] Example output: [1, 2, 3, 9, 10]

Viewing 621 - 630 interview questions

Glassdoor has 2,346 interview questions and reports from Backend software engineer interviews. Prepare for your interview. Get hired. Love your job.