The question was basically inorder traversal- how would I write out the nodes of a binary tree from left to right
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,688 software engineer interview questions shared by candidates
1.Add two numbers without using addition operator? 2.Print your name without using semicolon? 3.find maximum number in three numbers with conditional operator?
Name of lander isro launched
You are given a predefined function which generates random number from 1 to 5. You need to use this function and create another function which will generate random number from 1 to 7. Now most important thing is to remember that new random function should be even (i.e. the number generated should be unpredictable, and evenly spaced out).
how would you attach an event to an object
Find the k largest elements of a constant input stream of values.
Given a sum, find two numbers in an array with that sum.
given an integer input stream, and more and more integers are still going in. build an algorithm to return 3 minimum integers at any point of time.
A file system search question, but using a set of predefined apis and data structures which included pre-populated files.
Given an array of character you must delete all the characters that got repeated 3 or more times consecutively and add " " in the end of the array for every deleted character Example "aaabbbcddddd"->"c "11 spaces "xxaaavbbbc" ->"xxvc " "xavvvarrrt"->"xaat " The problem must be solved in: O(1) memory O(n) time And you can't overwrite a cell in the array more than once
Viewing 2411 - 2420 interview questions