How long have you worked with python? or computer vision? They mainly asked technical questions about my research.
Machine Operation Interview Questions
2,160 machine operation interview questions shared by candidates
When can you start?
Is there anything you would change about this interview process
Have you worked in the manufacturing before?
what is CNN
Tell me about your projects and reason to leave your current organization.
(onsite interview roun 5): Edit distance There is a big file, it contain lots of words. given the first word and second word, check wether the words are in the path of edit distance e.g. File input: 'aaaa' 'aaab' 'abab' 'acdb' 'almn' 'abbb' Word1: 'aaaa' Word2: 'abbb' Output: True Explaination: Yes. There is an edit distance path from 'aaaa' to 'abbb' 'aaaa' -> 'aaab' -> 'abab' -> 'abbb'
Given a SQL database with an Integer field, retrieve the sum of said field for all records.
Do you have any questions for me?
Was asked to implement a K-means clustering algorithm, with the major skeleton of the code provided.
Viewing 51 - 60 interview questions