write a Java program to print the 1st 25 Fibonacci numbers
Senior Software Engineer Interviews
Senior Software Engineer Interview Questions
"Senior software engineers are the most experienced member of a software team and usually carry the most responsibility and authority of that team. Because of this, interviews will be designed to find candidates who have expert knowledge of the field and years of experience as a software engineer. Expect to be asked tough technical questions and to give examples of previous projects that you have worked on."
67,445 senior 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
Questions on various Design Patterns and code few like Singleton Pattern .
why looking for change
General LC questions. Medium and easy. There were a technical round which didn't fit into neither system design or coding. It was about QA style questions even my position was software engineer.
We were talking about several things, one question that caught my attention was: What am I looking for in a job?
Longest palindrome in the string Some stuff about scrum (yuck)
Leetcode medium questions related to standard bfs, strings etc.
He ask me about my last challenge I remembered.
collection framework, oops concepts
Viewing 2381 - 2390 interview questions