About the details, and interviewer will communicate with you when you are typing.
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,718 software engineer interview questions shared by candidates
Find top k largest numbers in array in O(n) time
To find least common ancestor in a binary search tree
Q: Implement one part of a three-part problem - have a general idea of important algorithms and know how to use data structures! Work efficiently and start off getting something brute force and simple working, and then optimize later.
Implement an iterator for a binary search tree that will iterate the nodes by value in ascending order.
How would you test [your favorite app]?
Given a BST print the nodes at each level on a seperate Line. I could do this easily with a queue ..but he wanted some thing with O(n) time complexity and O(1) space .ie no additional data structure like queues and linkedlists and array lists
find the most frequent element in an integer array
62-63=1; Changing only one element (either digit or operand), make this statement true.
Puzzles:- There are 12 bricks 11 are of same size and one is of different, we have to find the brick with different size in optimal way. (Hint:- Divide And Conquer)
Viewing 2521 - 2530 interview questions