Bloomberg logo

Bloomberg Medium Interview Questions

4 medium-level practice questions for Bloomberg technical interviews

coding Medium Verified Question #1

1. Equivalence Groups


Category: Array coding problem
# Question You are given an array of integers and an equivalence function equiv(x, y) that returns true if two values belong to the same group....
Input: Array of integers
Output: Computed result
coding Medium Verified Question #2

2. Densest Tree Level


Category: Tree coding problem
# Question You are given an N-ary tree where each node has a value and a list of children. Return the 1-indexed level that contains the most nodes....
Input: List
Output: Computed result
coding Medium Verified Question #3

3. Stream Palindrome


Category: Palindrome coding problem
# Question Design a StreamPalindrome class that processes a stream of characters one at a time. At any point, it should be able to report whether...
Input: Given input
Output: Computed result
coding Medium Verified Question #4

4. Multi File Word Search


Category: Algorithm coding problem
# Question You are given a list of documents where each document has a name and a body of text. Given a search query word, find and return all...
Input: List
Output: Array

No AI generated questions yet for Bloomberg.

Start practicing Bloomberg questions

Sign up for free to access walkthroughs, AI-generated questions, and more.

Get Started Free