Would you be interested in teaching a younger grade?
Data Science Consultant Interview Questions
10,325 data science consultant interview questions shared by candidates
How do you deal with unbalanced classification problem?
Your salary would be in the mid $30,000, would that be ok with you?
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; }
If I am willing to stay for long
Where should a teacher be in the classroom during class time? (ie. should the teacher stay up at the board, back at their desk or walk about the room)
What is the learning strategies you used it in classroom
How many years of experience do you have?
What is a compliment that your mother would say to you?
What is inner, left and outer join?
Viewing 11 - 20 interview questions