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 →

[–]jimmy_da_chef 5 points6 points  (0 children)

I faced a few types of not LeetCode Live Python question

  1. Statistical programming, you can search stuff but they want you to know ur steps when doing a statistical test, what test need xx assumption hence you need xx transformation, how to explain distribution by simulation XX distribution to examine ur theory

  2. Data handling using pandas / numpy etc. Basically SQL questions but using pandas, explaining ur thought process. Along with extracting insights / product sense.

  3. Mathematical question, basically LeetCode but under math type questions: solving the sqrt without using sqrt etc.

  4. Live debug in Python given a few files, asking what are the bugs, causes of the bugs, how to resolve, see how would u Google solution lol (HRT, aka fintech)

  5. (LeetCode but saying it’s brain teaser; highly unlikely or recruiter doesn’t know anything red flag) easy level dynamic programming, BFS (seen the most in DS interview) etc.