Engineer Software Interview Questions

512,454 engineer software interview questions shared by candidates

Write a function that: given a 1 row 2^n column matrix containing integers 1 to 2^n, divide the matrix in two, and place the right half of the matrix below the left half. Repeat this process until the matrix is 2^n rows and 1 column and return the result.
avatar

Associate Software Engineer

Interviewed at MathWorks

4.3
Sep 3, 2016

Write a function that: given a 1 row 2^n column matrix containing integers 1 to 2^n, divide the matrix in two, and place the right half of the matrix below the left half. Repeat this process until the matrix is 2^n rows and 1 column and return the result.

Please write a function that accepts a floating number and returns its square-root. You may not use built-in square root function from your language. However, basic operators like addition, subtraction, multiplication are allowed. Please take into consideration the floating precision.
avatar

Software Developer

Interviewed at Epic

3.3
Aug 29, 2009

Please write a function that accepts a floating number and returns its square-root. You may not use built-in square root function from your language. However, basic operators like addition, subtraction, multiplication are allowed. Please take into consideration the floating precision.

Providing an algorithm for combinations(n, k), not because of it's complexity, just because it took my the majority of the interview to understand that this was the problem I was solving - it was not made very clear at all.
avatar

Software Engineer

Interviewed at Meta

3.5
Apr 3, 2013

Providing an algorithm for combinations(n, k), not because of it's complexity, just because it took my the majority of the interview to understand that this was the problem I was solving - it was not made very clear at all.

Viewing 1951 - 1960 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 512,454 interview questions and reports from Engineer software interviews. Prepare for your interview. Get hired. Love your job.