What is the most challenging thing you faced in a group project?
Computer Technology Interview Questions
4,348 computer technology interview questions shared by candidates
do you have a criminal history
can you work on every season regularly
Desgin a search system for a document search.
What is 99-9+67+87-671+78235-887+999-12+87
about yourself
Typical questions about my experience, how I got along with co-workers and management in the past, how I handled difficult situations.
How confident you are in learning new things and adaptive yourself to changing needs
The second question asks you to refactor a function in O(n^2) and make it O(n), basically by eliminating the nested for-loop. This is the function you're asked to refactor: int solution(int *A, int N) { int result = 0; int i, j; for (i = 0; i < N; i++) for (j = 0; j < N; j++) if (A[i] == A[j]) if (abs(i - j) > result) result = abs(i - j); return result; }
What were you previous job duties?
Viewing 11 - 20 interview questions