Why forward? See body for more questions ^
Data Science Software Engineer Interview Questions
134 data science software engineer interview questions shared by candidates
Written round questions were 4 Write a puedo code to find the maximum element in an array having x square elements Other three questions were related to your code like number of operations, best worst cases
Phone interview questions were based around cv and cover letter, with general questions about why you want to work for Tessella. Face-Face interviews covered questions to test awareness of software development and data science, work already carried out and explain why it is useful and an informal lunch. You also need to prepare a 10-15 minute presentation on something that interests you and then answer questions on it from a senior member of staff. Tessella will ask for some code you have written that showcases your ability to accompany the programming task that is completed throughout the day. The task isn't hard, but they are looking to see if you are willing to ask for help and work as a team, so even if think you know the answers, asking for help is positive. This is not a lone wolf organisation.
Questions about my past experience and why I was interested in the company
- Provide a summary of your programming experience etc. - Tell us what you know about Tessella. - What is it about Tessella that attracts you to this role? - What are your salary expectations? Etc.
What would you do first if given some data that is just a list of numbers with no other information?
Design a Smart Fridge in the programming language of your choice. Your fridge should be able to handle adding products and removing products Each day, product items in the fridge decrease in quality: Each product item starts with quality of 10 and spoils at quality 0"fruit" or "vegetable" products decrease in quality by 2 points every day"milk" or "meat" products decrease in quality by 3 points every day"non-perishable" products don't decrease in quality at allWhen a product's quantity (not quality) hits 0, your fridge should alert the user to buy more of that productWhen a product item is close to spoiling (quality<=2), your fridge should alert the user every dayTest cases: Adding 1 chicken on one day, removing it the next day, try to remove it the day after. Adding 1 water bottle, 2 chickens, 1 apple on one day, simulate 3 days, display content Hints you can provide as needed: you can assume there is a cron method which is nvoked once a day, and wil cal whichever method is being used to reduce the quality of items.
Basic ML regression and time series forecasting questions
Have you used DC before, what other platforms have you used that are similar?
Here is one of the questions. Split a list into two lists, called a and b. There is no joint element between a and b, and each list should contain different elements. The sum of a's elements should be bigger than the sum of b's elements. The sum of a's elements should be as big as possible while the number of a's elements should be as few as possible.
Viewing 101 - 110 interview questions