I applied through other source. The process took 5 days. I interviewed at QuizPlus (Palestine, AR) in Jan 2023
Interview
It's a behavioural and focuses on problems-solving skills and algorithms. I was asked questions about Tree in Data structures in addition to questions about Matrices. They want to know if you are solid in problem-solving or not, they asked general questions about the position's technology.
Interview questions [1]
Question 1
You have a binary tree on the shape of mathematical equation, the root is a sign and the childs are numbers. In the end of day your code should print the result of this equation. the second question is, you have a matrix contains numbers sorted horizontally from left to right and vertically from top to bottom but in general it's not sorted. You should write a code to sort the whole matrix in n complexity time.