I have around 4 years of experience as a Software Engineer(Workforce Management).
Recently interviewed with Specbee. The process had 3 rounds.
The assessment consisted of:
The MCQs covered:
The SQL question was mainly based on joins.
The coding question was this:
ArrayChallenge — Tetris Line Clear
You are given a Tetris piece (I, O, T, L, J, S, Z) and heights of 12 columns representing the current board state. The task is to place the piece optimally (considering all valid rotations and positions) and return the maximum number of lines that can be cleared with a single move.
Personally, I felt this question was quite hard for an OA setting because it involved:
I was able to solve the core problem, but I missed a few edge cases.
The results were announced the very next day.
Verdict: Not Cleared
Still, it was an interesting problem and a good learning experience.