What is 99-9+67+87-671+78235-887+999-12+87
Computer Technical Support Interview Questions
3,289 computer technical support interview questions shared by candidates
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?
Do you think you are the one that we are looking for?
What is your biggest strength.
What is a compliment that your mother would say to you?
u r qualification in professional and discibe???
Viewing 11 - 20 interview questions