check sample questions on hackerrank, it would be very useful
Software Developer Intern Interview Questions
2,880 software developer intern interview questions shared by candidates
He just said design a data pipeline and when I started going into detail after thinking and designing for minutes he just said tell me which components you need and what they are. Extremely easy python question which I explained very well.
find the number of 6-digit numbers of which the sum of the first 3 digits equals the sum of the last 3 digits
how to make data structures abstract
Definitely not unexpected. These questions are traditional Bloomberg style questions.
Why do you want to work at Bloomberg?
Describe how you would rearrange a word and then a sentence in C!
About auto in C
The assignment was to write a function that gets two characters arrays - the first is the string and the second is the substring - and removes all appearances of the given substring. Two restrictions: 1. Memory complexity is O(1) (Cannot change to String, cannot allocate memory for another array). 2. Cannot write a character in the same position more than once (naive solution doesn't fit against this limit).
Given two unsorted arrays, return if you can form a pair that equals the target sum
Viewing 1231 - 1240 interview questions