write a Java program to print the 1st 25 Fibonacci numbers
Software Senior Interview Questions
75,799 software senior 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 2701 - 2710 interview questions