Sr Software Engineer Interview Questions

67,412 sr software engineer interview questions shared by candidates

Whiteboard coding exercise (trivia from the Jeopardy "Graph category"): - write code for a 3-letter "word ladder" to find the length of the shortest sequence to get from "hit" to "cog" (if there is a valid sequence) where only one letter in the word can be changed with each step through the words in the "set". start = "hit" end = "cog" set = ["hot","dot","dog","lot","log"] expected path: hit -> hot -> dot -> dog -> log -> cog
avatar

Senior Software Engineer

Interviewed at Axon

3.6
Feb 15, 2016

Whiteboard coding exercise (trivia from the Jeopardy "Graph category"): - write code for a 3-letter "word ladder" to find the length of the shortest sequence to get from "hit" to "cog" (if there is a valid sequence) where only one letter in the word can be changed with each step through the words in the "set". start = "hit" end = "cog" set = ["hot","dot","dog","lot","log"] expected path: hit -> hot -> dot -> dog -> log -> cog

Viewing 2391 - 2400 interview questions

Glassdoor has 67,412 interview questions and reports from Sr software engineer interviews. Prepare for your interview. Get hired. Love your job.