One interview with a manager to assess your motivation. Read energy stuff.
Also technical test of 2h15 min at home. You have to develop a minimized version of a chess game so check this out before the interview. Also they are looking for a more object oriented approach (e.g. with an abstract Piece class with a canMove() method and concrete implementations for Bishop, Knight etc). We feel this makes for easier to maintain code than having all the logic centralised in the board. Additionally, we tend to look for greater test coverage. (This is my feedback so don’t forget to add tests)