Software Development Engineer Interview Questions

33,160 software development engineer interview questions shared by candidates

Python related: generators, dictionary comprehensions, questions regarding the collections module One of the brainteasers that I got: You have 10 fair coins, flip them each. Prove, that the probability of getting odd number of heads equals the probability of getting even number of heads.
avatar

Business Development Programmer

Interviewed at Hudson River Trading

4.1
Aug 4, 2016

Python related: generators, dictionary comprehensions, questions regarding the collections module One of the brainteasers that I got: You have 10 fair coins, flip them each. Prove, that the probability of getting odd number of heads equals the probability of getting even number of heads.

Write a function/method with this signature: bool MyFunc(string term, string input) {} The method should return true if the search term is found in the input string, even when there are other characters in between. Examples: "aba", "bbbbabbxxxxxxbb" returns false "aba", "bbbbabbxxxxxxab" returns true Basically, do I see an 'a', then 'b', then another 'a' before I run off the end of the input string?
avatar

Senior Software Development Engineer

Interviewed at Amazon

3.5
Feb 18, 2017

Write a function/method with this signature: bool MyFunc(string term, string input) {} The method should return true if the search term is found in the input string, even when there are other characters in between. Examples: "aba", "bbbbabbxxxxxxbb" returns false "aba", "bbbbabbxxxxxxab" returns true Basically, do I see an 'a', then 'b', then another 'a' before I run off the end of the input string?

Viewing 391 - 400 interview questions

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