1 OA that was pretty easy with LC easy/Medium problems and then technical interview/Behavioral. Also depending on role you have a System Design interview where the problem varies depending on your interviewer.
I applied online. I interviewed at Databricks (Berlín) in Oct 2023
Interview
I applied for an internship at Databricks in Berlin. Some time later, I was asked to take a proctored online assessment on CodeSignal. The test contained four questions that have to be completed within 90 minutes. The test was not hard algorithmically, but all four problems were some kind of "corner-case hell" that required very careful manipulation of indexes. So, I took the test and scored 600/600. Roughly a month later, I received a "no" ¯\_(ツ)_/¯
Interview questions [1]
Question 1
E.g., compute the distance between vertical/horizontal lines on a grid
I applied online. I interviewed at Databricks in Aug 2023
Interview
You are being recorded during the OA. OA: 70 mins: 4 problems. 1 Leetcode easy, 2 medium, 1 hard. Bit manipulation and graph problems were part of the OA that took the most amount of time. It is very important to pace yourself.
Interview questions [1]
Question 1
Bit Manipulation. Practice doing Two sum problem using bit manipulation