Solve common string/tree/grid interview tasks
Company: Bloomberg
Role: Software Engineer
Category: Coding & Algorithms
Difficulty: medium
Interview Round: Technical Screen
Quick Answer: This problem set evaluates practical coding competencies including string parsing and sign handling, positional and frequency-based matching for feedback scoring, grid pathfinding via backtracking traversal, and binary-tree vertical ordering using column indices and level-order traversal, testing data structure knowledge (arrays, hash maps, trees) and algorithmic techniques (search, traversal, and counting). It is commonly asked in the Coding & Algorithms domain to measure correctness on edge cases, handling of duplicates and positional constraints, and implementation efficiency; the tasks are primarily practical implementation problems that also require conceptual understanding of algorithmic trade-offs and traversal strategies.