Logic, reasoning, coding
Software Development Engineer I Interview Questions
1,214 software development engineer i interview questions shared by candidates
Sort an array with only operation allowed as reversing 0 to i index elements.
Design your own hashmap in Java.
It was easy interview, just be confident
There is a common type of word puzzle where you are given two English words of the same length, say, "HEAD" and "TAIL". The puzzle is to come up with a sequence of valid English words, starting with "HEAD", and ending with "TAIL", such that each word is formed by changing a single letter of the previous word. Create an algorithm to automatically solve such puzzles.
Standard and simple questions, no tricks.
Second Interview: Write a function that takes an integer and returns true if the integer is a palindrome and false otherwise
First interview: Given a node in a binary search tree, find its successor (the next highest number). Assume that each node has a parent pointer.
Data structures. Design large int class, a Trie and a recursion problem.
Design an LRU cache
Viewing 91 - 100 interview questions