1) Phone technical interview 2) Zoom technical interview with 3 managers 3) Quiz for 3 hours I didn't do the Quiz, don't know the questions. The first interview passed good. I don't know what to write in additional.
Interview questions [1]
Question 1
bool Method (int n) if(n & (n-1) ==0) return true; else retutn false; How should this method be called?