What would you say are the minimal requirements needed to successfully manage a software development project?
Software Development Interview Questions
37,298 software development interview questions shared by candidates
find word in grid
Flood-fill game. Given a 2D screen, location of a pixel in the screen and a color, replace color of the given pixel and all adjacent same colored pixels with the given color. Input is a 2D matrix, xth and yth of the pixel and the target color. The output should be the 2D matrix after this flood fill game.
There are several patients with some boolean type attributes. how to present them in a data structure or in a table? follow up: there are nearly 1000 attributes, most of every patient's attributes value are false, only 4 to 5 are true, how to reduce the table space?
Something along the lines of, if each finger on your hand is numbered 0-9, and each finger has certain keys on a keyboard associated with it, write code that when given a string of digits, such as "3251", prints out all strings that can be typed with each of those fingers typing a letter in that order. For example, in the string above, print all possible strings that can be typed from the 3rd finger typing a letter, then the second, then the 5th, and lastly the first.
Leetcode questions, data structures (trees, graphs, arrays, strings), algorithms. Personality questions based on principles.
There were many questions like"tell us about a hard problem you had to solve" and "did you ever do anything risky" and "did your boss ever ask you to do something that you didn't agree with"
1 algorithm problems about string, and 1 follow up.
How to come out of forEach loop in javaScript.
Write a program to reverse the words in a sentence. "Sky is blue" would be "blue is sky". Write test cases for this program
Viewing 751 - 760 interview questions