Impress me? Really that is an interview question for an engineering manager?
Engineering Development Program Interview Questions
12,204 engineering development program interview questions shared by candidates
# Your previous Python 3 content is preserved below: # # # Given a list of (x, y) coordinates representing the center line of a lane # # and a fraction value from 0 to 1 representing the percentage distance # # traveled along that lane, return the 2D pose (x, y, heading) vehicle # # # lane_points: array of points, each in the form of (x, y) # # fraction: user-specified fraction of distance along the path def interpolate_lane(lane_points, fraction): return x, y, heading test_lane_center_points = [[2, 3], [3, 4], [3, 5]] # TODO: fill in some points print("test #1:", interpolate_lane(test_lane_center_points, 0.35))
What do you know about the company
What is a source code management system and what is it used for?
what an i looking for in an engineering co-op
How would you handle the situation where an employee has been misrepresenting status to a supervisor? (eg, the employee fabricated status details)
basics of secondary school science,details of Strength of material,theory of machine ,Project related questions
The standard 'how do you remove this file with a strange filename'
Some SQL queries and Unix command.
The interviewer looked at my gpa and asked why it was the way it was.
Viewing 371 - 380 interview questions