Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
Post image 6
1 / 6
0

Bloomberg Data Engineering Interview Questions: Full DE Prep Guide

DEV Community·Gowtham Potureddi·about 1 month ago
#dxda6cb6
Reading 0:00
15s threshold

Bloomberg data engineering interview questions sit at the intersection of three narrow, production-grade patterns: Python two-pointer and string manipulation that reverses words in a sentence using s.split() plus [::-1] plus ' '.join(...) , production-quality OOP and abstract classes that subclass an ABC base with @abstractmethod load , transform , and write to stream a chunked CSV into line-delimited JSON without loading the whole file into memory, and SQL window functions for time-series and overlap analysis with SUM(volume) OVER (PARTITION BY symbol ORDER BY trade_date) for rolling totals and EXISTS subqueries with interval crosschecks for subscription-overlap detection. The schema you reason over feels like Bloomberg's own product ( ticks , subscriptions , provider_feeds , corporate_actions ), and the bar is fluency with two-pointer index arithmetic , from abc import ABC, abstractmethod , and PARTITION BY ... ORDER BY ... under tie-break and overlap edge cases.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More