Senior Development Engineer Interview Questions

1,587 senior development engineer interview questions shared by candidates

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
18 Feb 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 1 - 10 interview questions

Glassdoor has 1,587 interview questions and reports from Senior development engineer interviews. Prepare for your interview. Get hired. Love your job.