Do you think this will work?
Engineering Manager Interview Questions
8,485 engineering manager interview questions shared by candidates
1. Design Twitter : 1. Login 2. Time line 3. Post Next round, they show me production code running in eclipse ( who uses eclipse ? ) about some service, and I was asked to find issues in it. Last round, the very stupid question answer round.
How to build java file? How to run a trigger? What is Quality Gate?
draw a resistor, draw electricity flow
1) Coding test (1 st round) 2) Onsite: are combination of things, a) whiteboard coding b) web architecture, increasing complexity when data is added.
Impress me? Really that is an interview question for an engineering manager?
# 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))
Asked math and software development questions.
- what is tshirt sizing in Agile - Why not go for ECS instead of Lambdas in AWS - When was the last time you had one-o-one with your team
Team building questions, Velocity questions, Team management, Behavioral questions
Viewing 371 - 380 interview questions