Taro Logo

Software Developer Interview Experience - New York, New York

September 1, 2022
Neutral ExperienceNo Offer

Process

I had a telephonic interview. The interviewer asked me to write code for a deep copy of a linked list. I did, but I was not selected for the next rounds. Overall, the interviewer was helpful.

Questions

Deep copy of a linked list

This problem requires creating a deep copy of a linked list. A deep copy means that not only the nodes themselves are duplicated, but also any data structures they might point to are duplicated as well. For a linked list, this typically means copying the nodes and their 'next' pointers.

Consider a linked list where each node has two pointers:

  • next: Points to the next node in the list.
  • random: Points to any node in the list, or null.

Interview Statistics

The following metrics were computed from 88 interview experiences for the Bloomberg LP Software Developer role in New York, New York.

Success Rate

14%
Pass Rate

Bloomberg LP's interview process for their Software Developer roles in New York, New York is extremely selective, failing the vast majority of engineers.

Experience Rating

Positive55%
Neutral32%
Negative14%

Candidates reported having very good feelings for Bloomberg LP's Software Developer interview process in New York, New York.