Interviewed for many times, they were just asking 2 leetcode medium questions, you can find all tasks at leetcode premium account. Interviewers are friendly, but its varies, there are cases when come without a camera on :)
Very stiff. Mostly did not answer questions only asked for the solution. Pretty easy algorithms on a level of easy/medium. Hard sql where the first task was pretty easy however second one took me 30 minutes to figure out.
Interview questions [1]
Question 1
Write the minmum distance between to vectors:
v1 = [23, 0, 10]
v2 = [17, -4, 22]
Func(v1, v2) shoul return 1 (v1[0] - v2[2])
Hard one with math not easy but hard and have to do it fast during the interview with hiring manager without time to drink water. Asked how many projects finished during last 12 month