How confident you are in learning new things and adaptive yourself to changing needs
Computer Technical Support Interview Questions
4,300 computer technical support interview questions shared by candidates
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???
Do you have all the skills listed in the job posting?
how many years that i have experience in this filet
What experience do you have in schools?
Viewing 21 - 30 interview questions