Taro Logo

Software Developer (C++) Interview Experience - United States

July 1, 2014
Positive ExperienceNo Offer

Process

It was a phone interview coupled with a programming round. You had to use the HackerRank website to program, and the interviewer would see the actual code being written. The interview was pretty good, and they even helped me out with some of the mistakes I made in the code.

Questions

Write a routine that reverses the word order of an input sentence, ignoring capitalization and punctuation. Whitespace is to be reduced to a single character.

The function signature is:

void reverseSentence(std::string& string)

Examples:

  • " the quick brown fox jumps over the lazy dog " becomes "dog lazy the over jumps fox brown quick the".
  • "hello world" becomes "world hello".
  • “ Hi! ” is trimmed to “Hi!”.
  • “” stays as “”.

Was this helpful?

Interview Statistics

The following metrics were computed from 1 interview experience for the Bloomberg LP Software Developer (C++) role in United States.

Success Rate

0%
Pass Rate

Bloomberg LP's interview process for their Software Developer (C++) roles in the United States is extremely selective, failing the vast majority of engineers.

Experience Rating

Positive100%
Neutral0%
Negative0%

Candidates reported having very good feelings for Bloomberg LP's Software Developer (C++) interview process in United States.

Bloomberg LP Work Experiences