I applied through a staffing agency. The process took 2 weeks. I interviewed at SKF (Yoqne`am) in Aug 2021
Interview
Scheduling was promt. Interview was interesting, discussed open question on ML topics, like trade off training/testing etc. Mostly got general questions on training models and also a coding part. Was interview by 2 another data scientists.
Interview questions [1]
Question 1
You have a million data points, would you use the whole data to train the system?
I applied through a recruiter. The process took 3 days. I interviewed at SKF in Jan 2021
Interview
The interview process was great. Not too simple and not corp. bulshit like building an ML model with a pen and then selling it to them :)
Focused mostly on what you really have done and how you make your decisions.
Contained the following:
- Questions that are a good representation of what you'll have to do in your daily job, with some examples of why you asked it ;
- Small sanity check of programming and statistics skills(nothing too hard - if you know how to perform stat. tests properly, wrote a thing or two, and know what SOLID is - you already should be fine);
- Questions on decisions made based on projects listed in CV - which were the most important part I guess - was a pleasure to talk with smart people :)
Interview questions [1]
Question 1
Using python create a function that'll return n-th Fibonacci Number given a number n.
Explain your decision on approach.