Category: Algorithm coding problem# Question The Hailstone sequence starts from a positive integer n and repeatedly applies the following rules until reaching 1: - If n is...Input: Integer(s) Output: Integer
codingEasyVerified Question#2
2. Trade Volume Tracker
Category: Algorithm coding problem# Question Design a TradeVolumeTracker class that records trade volumes by ticker symbol and returns an ordered ranking of tickers by volume. The...Input: List Output: Array
codingEasyVerified Question#3
3. Word Puzzle Filter
Category: Algorithm coding problem# Question You are implementing a word filter for a puzzle game. Given a list of candidate words and a set of allowed letters plus one required...Input: List Output: Array
codingEasyVerified Question#4
4. Uniform String
Category: String coding problem# Question A string is called uniform if all of its characters appear the same number of times. Given a string s, determine whether it can...Input: String Output: Computed result
codingEasyVerified Question#5
5. Tree Min Leaf Sum
Category: Tree coding problem# Question You are given an N-ary tree where each node has an integer value. Find the minimum sum path from the root to any leaf node and return that...Input: Integer(s) Output: Integer
No AI generated questions yet for Bloomberg.
Start practicing Bloomberg questions
Sign up for free to access walkthroughs, AI-generated questions, and more.