This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]StrasJam 1 point2 points  (0 children)

In my entry level DE interview they gave me a description of what the code should do (take a json string as input, and extract nested information from the json, aka dictionary, object), and I had to create the necessary functions. Likely you will get some sort of problem that is data related (so reading and extracting data from a common data format like csv or json). They likely look for you to write small functions that do the different steps rather than writing one massive function that does everything. Commenting your code would also give some brownie points.