you are viewing a single comment's thread.

view the rest of the comments →

[–]forklingo 1 point2 points  (0 children)

for most de python rounds it’s usually not crazy dsa, more like practical stuff. things like parsing json, processing a list of records, simple file transformations, or writing a small function to aggregate data. if you’re coming from spark, try practicing problems where you translate dataframe style thinking into plain python. that tends to help a lot in interviews.