QXO | Staff Software Engineer (Staff) | Coding | Phone Screen
Interview date
May 1, 2026
Company
QXO
Role
Staff Software Engineer
Level
Staff
Region
NA (North America)
Round type
Coding
Team/Org
General Hire
Stage
Phone Screen
// Given an m x n 2D grid of '1's (land) and '0's (water), return the number of islands. // An island is surrounded by water and is formed by connecting adjacent lands horizontally or vertically. // You may assume all four edges of the grid are surrounded by water. // Example usage: // char[][] grid = { // {'1','1','0','0','0'}, // {'1','1','0','0','0'}, // {'0','0','1','0','0'}, // {'0','0','0','1','1'} // }; // num...
Sign in to view the full interview experience
Create or use your InterviewDB account to read the full Warren post and all shared details.
Sign in to continue