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 Engineer Interviews
Software Engineer Interview Questions
Software engineers write programs to design and develop computer software. Interviews are highly technical, so come ready to work through coding problems and math brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific software discipline such as web development, application development, or system development.
Top Software Engineer Interview Questions & How to Answer
Question #1: How would you describe your programming task process?
Question #2: Which programming languages do you know and prefer?
Question 3: What is an example of a successful project that you completed?
419,481 software engineer 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