Sr Engineer Interview Questions

113,895 sr engineer interview questions shared by candidates

Nothing difficult. The unexpected is that they give you a fake business scenario and then you had to write up you recommendation for the business. Later in the day at one of your interview sessions they ask you for a printout of your recommendations. The instructions in the morning weren't very clear and there were printer issues so many of us messed up on that part.
avatar

Senior Engineer

Interviewed at Ford Motor Company

3.9
Sep 23, 2012

Nothing difficult. The unexpected is that they give you a fake business scenario and then you had to write up you recommendation for the business. Later in the day at one of your interview sessions they ask you for a printout of your recommendations. The instructions in the morning weren't very clear and there were printer issues so many of us messed up on that part.

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?

Given an integer array containing positive and negative numbers, how do you get the maximum sum of its sub-arrays? Continuous numbers form a sub-array of an array. For example, if the input array is {1, -2, 3, 10, -4, 7, 2, -5}, the sub-array with the maximum sum is {3, 10, -4, 7, 2} whose sum 18.
avatar

Senior Software Engineer

Interviewed at Intel Corporation

3.9
Jan 1, 2014

Given an integer array containing positive and negative numbers, how do you get the maximum sum of its sub-arrays? Continuous numbers form a sub-array of an array. For example, if the input array is {1, -2, 3, 10, -4, 7, 2, -5}, the sub-array with the maximum sum is {3, 10, -4, 7, 2} whose sum 18.

Viewing 271 - 280 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 113,895 interview questions and reports from Sr engineer interviews. Prepare for your interview. Get hired. Love your job.