Software Manager Interview Questions

4,192 software manager 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))
avatar

Software Engineering Manager

Interviewed at Cruise

3.4
Oct 9, 2018

# 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))

No question was difficult. But everyone seemed apathetic. If they already found their best fit, they should have cancelled the interview with me and not waste my time. Plus, a letter, email or phone call would have been nice to let me know that I was not selected. I expected them to be more professional.
avatar

Software QA Manager

Interviewed at Luminex

3.4
Dec 20, 2012

No question was difficult. But everyone seemed apathetic. If they already found their best fit, they should have cancelled the interview with me and not waste my time. Plus, a letter, email or phone call would have been nice to let me know that I was not selected. I expected them to be more professional.

Viewing 221 - 230 interview questions

Glassdoor has 4,192 interview questions and reports from Software manager interviews. Prepare for your interview. Get hired. Love your job.