Print a tree like reading a book, left to right.
Software Enginner Interview Questions
420,318 software enginner interview questions shared by candidates
- They say they are language agnostic but well... - Java shop! Know your Java and patterns in and out! - Basic basic data structure implementation - Mostly Java questions and Java design questions - No algorithms unlike other mainstream companies. - Little bit of database in the phone screen.
Interview 1: - Abstract classes over interfaces. Why we use interfaces over abstract classes. - Given a sentence with each letter as a node of the linkedlist. Reverse the order of the words (not the word itself). "My name is Batman" -> "Batman is name my" - Zigzag level traversal of a tree.
Finding out the area of the intersection of two rectangles
Questions based on Equations of Motion and Control.
Given a FILE* object and a desired number of bytes to be read from it, implement a reentrant function to read the file, utilizing a buffer.
Convert an int to a string without casting
Given two strings; boston and obtons how can you determine that they, and any other set of strings, are anagrams of each other. Try and make it as efficient as possible.
How would you find if a number if a power of 4?
The code test, they give you 4 test case, which is regular format. But there is a button for additional 20 test case. They are hidden the content of test case. I always failed two of them. and didn't know why. So I cannot improve my code.
Viewing 1601 - 1610 interview questions