Would you be interested in teaching a younger grade?
Data Science Associate Interview Questions
10,851 data science associate 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 types of challenges do you envision when teaching students with poor ESL skills while high and low context culture issues are active? To what extend would this impact content delivery?
What is a compliment that your mother would say to you?
Viewing 11 - 20 interview questions