Questions from all 5 five categories mentioned in job offer
Student Engineer Interview Questions
1,502 student engineer interview questions shared by candidates
What is pwd command in linux
What is the difference between K-menas and Knn ?
Why did you choose Mechanical Engineering
Mostly 3 programming questions: 1. populate an array with 1-n numbers, with no repeating instances. 2. given an array of n-1 numbers, populated by 1-n numbers, find the number that is missing. 3. given two linked lists that are connected, find the common link between the lists.
Find the second greatest number in an array.
Input: string in the format of XX:XX, where X could be either X or a digit (guaranteed). output: fill the X's so the string will contain the "latest" date on the year in the format of DD:MM, or null if the date is invalid. for example: 1. the input is "24:XX", the XX will be 12 because the latest date in the year that could fit here is December 24th. 2. the output for "X1:11" the date would be "21:11" beacuse November doesn't have only 30 days and not 31 so "31:11" is invalid 3. the output for "4X:XX" would be null because there is no month with more then 31 days in it. note: rembember that each month have a different amound of days
Two easy Codility questions. The first question was on parsing a table (given in a string format) and extracting relevant information. The second question was on finding free spaces in a movie theater.
find all paths from top left corner to the bottom right corner when only right&down moves enabled. find max subarray in array of ints. implement some design patterns
kinematics, geometry, general passions/strengths, graph sketching, integration, circuits
Viewing 631 - 640 interview questions