Bloomberg SDE interview experience
Summary
I interviewed for an SDE position at Bloomberg, which included two technical rounds with specific coding challenges and a behavioral round. I provided my approaches for the technical problems and disc...
Interview Experience
Round 1: Implement a simplified version of grep that finds lines in a file containing a specific substring, with consideration for flag extensibility. I first clarified requirements, then wrote the parsing + string-matching logic. The key of this question isn’t the algorithm, but whether you can wri...


