find a number in a sorted array and then find the number in an unsorted array ?They will unsort the array on their own .
Software Engineers Interview Questions
419,495 software engineers interview questions shared by candidates
Implement Integer.parseInt from scratch
Print a tree like reading a book, left to right.
- 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.
Viewing 1611 - 1620 interview questions