Software Development Engineer Interview Questions

32,870 software development engineer interview questions shared by candidates

Very simple question: There are 9 jars. 8 jars contain marbles which each marble weights 1 gram, and 1 jar contains marbles weight 1.1 gram. With a scale display number, how can define which jar contain 1.1 gram marble with only 1 scale.
avatar

Software Development Engineer I

Interviewed at Microsoft

4
Dec 9, 2013

Very simple question: There are 9 jars. 8 jars contain marbles which each marble weights 1 gram, and 1 jar contains marbles weight 1.1 gram. With a scale display number, how can define which jar contain 1.1 gram marble with only 1 scale.

Given a method that takes in a string of letters and returns if it is a valid word, how do you solve the problem of word segmentation? In other words, given a string of letters (a-z only) and return a valid break down of the string into an array of words. There are be multiple different valid answers, and your solution need only return one of them. Example: segment("hellohowareyou") returns ["hello", "how", "are", "you]
avatar

Software Development Engineer Internship

Interviewed at Microsoft

4
Nov 16, 2014

Given a method that takes in a string of letters and returns if it is a valid word, how do you solve the problem of word segmentation? In other words, given a string of letters (a-z only) and return a valid break down of the string into an array of words. There are be multiple different valid answers, and your solution need only return one of them. Example: segment("hellohowareyou") returns ["hello", "how", "are", "you]

Viewing 3041 - 3050 interview questions

Glassdoor has 32,870 interview questions and reports from Software development engineer interviews. Prepare for your interview. Get hired. Love your job.