New York Times·Software Engineer·Technical Phone Screen
May 2026
Interviewed for a software engineering role at the New York Times. One coding question, pretty focused, nothing too crazy but it tripped me up more than I expected.
- Given a flat array of objects (each with an id and a parent reference), transform it into a properly nested hierarchical list.
“I jumped straight to a recursive solution and it worked but I fumbled explaining the time complexity.” The rest of the author's notes on Software Engineer interview at New York Times, Technical Phone Screen round, covers how they worked through the question, what the panel pushed back on, and what they would do differently.
View Post