Candidates applying for Software Engineer II roles take an average of 30 days to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at Cruise overall takes an average of 26 days.
Common stages of the interview process at Cruise as a Software Engineer II according to 1 Glassdoor interviews include:
Phone interview: 100%
Here are the most commonly searched roles for interview reports -
I applied online. The process took 4 weeks. I interviewed at Cruise (San Francisco, CA)
Interview
The interviewer did not talk much and directly pasted a leet code question. No discussion about position and no intro nothing. As per HR it was a overall position discussion round.
Interview questions [1]
Question 1
https://leetcode.com/problems/minesweeper/ Let's play the minesweeper game (Wikipedia, online game)! You are given an m x n char matrix board representing the game board where: 'M' represents an unrevealed mine, 'E' represents an unrevealed empty square, 'B' represents a revealed blank square that has no adjacent mines (i.e., above, below, left, right, and all 4 diagonals), digit ('1' to '8') represents how many mines are adjacent to this revealed square, and 'X' represents a revealed mine.