Bloomberg SSE Reject
Anonymous User
4548

Had SSE interview at Bloomberg.

Phone:
Remove All Adjacent Duplicates in String II (
Stream of Inputs, the input may not be coming in a sequence. But we have to store in a datastructure and provide the output in a sequence (Heap Based Problem).

Input: (1, "abcd"), (2, "efgh"), (4, "mnop"), (5, "qrst"), (3, "ijkl")

Write a program to output the data from the stream in realtime in order, so 1,2,3,4,5..
You cannot queue up the incoming data from the stream.
So for example if the first incoming bit of data is (1, "abcd"), and the second is (4, "mnop"), you cannot output (4, "mnop") until you get 2, 3

Some subjective type questions in database and linux.

Coded the problems in Optimal and move to Onsite.
Onsite1: Meeting Rooms-II Variant. Asked during what time the max meetings happen
Invalid Transactions- Bit Variant and asked to do Class Design
Onsite2: Subjective type questions in database.
Class Desgin for a problem

Onsite3: Class Design for a problem, I couldnt understand the problem very well. Interviewer explanining the problem orally with no inputs . Tried my best to do but end in reject.

I think bloomberg questions ask Object Oriented Design a lot. Practice well and clarify the problem , in my case there were interruptions on the way they want which i have lost a focus a bit. Overall it was great experience!

Comments (9)