- Convert sorted array to BST - Print the above tree level by level - I forgot the last question
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,836 software engineer interview questions shared by candidates
Compute square root of a integer, without using the built-in sqrt method.
Given a matrix of numbers in which some may be zero. If a cell contains a zero, set all the cells in the corresponding column and row to zero.
The only difficulty u will facebook to get in facebook is 1st round itself because u r supposed to code 3 question in 90 minutes.
Given a list of words, make a function to setup multiple list inputs and streamline this process. In a separate function, given a user entered word, check the stored lists for this word. If there are any periods "." in the user given word, it acts as a universal character. (ex, b.t = bat, but, bot, ect).
After 3 weeks I got call for another interview. Given a million a million integers find the kth smallest
Determine if a sequence of numbers is monotonic
Given a BST and a range, return the sum of all numbers contained in the BST that are also within that range. What is the runtime of your solution?
Question: Consolidate time for each function. /* Function stage(start/ends) time(start/end) main start 0 <----------- main running foo start 3 foo end 7 <----------- main running zoo start 10 zoo end 13 <-------------- main running moo start 15 foo start 17 foo end 18 <---------------- moo running moo end 20 < --------------main running main end 22 Consolidate time for each function. */
NOTE: Apparently this question is banned but my interviewed went through about 3 questions that I had already seen so I just asked him to give me a question that was really hard and he didn't think I could solve within the interview time. Given a matrix with elements representing the heights of hills, find the longest ski path (numbers strictly descending) in the matrix. The hard part was that you were allowed to start and end anywhere.
Viewing 3271 - 3280 interview questions