I applied online. The process took 1 week. I interviewed at WooliesX in Oct 2023
Interview
First interview was with an engineering manager. General interview with a mix of introduction, behavioural, and technical. Second interview was a technical interview with 2 engineering managers. Consisted of a whiteboard interview, code review on a project they provided beforehand, and other technical questions. There may have been a third behavioural interview, but didn't progress to it.
Interview questions [4]
Question 1
How do you work? e.g. by yourself, with others, etc
Phone interview, then Coding interview. They will ask you what is the code doing, is there any issue in the code? and how to improve the code. After that there will be another round interview with product manager.
I applied online. The process took 3 days. I interviewed at WooliesX
Interview
I had an initial call with an internal HR which was great. She was very friendly and engaging.
I then had an interview with a senior engineer and another person who was just in the background. A couple of questions were very 'leetcode' / codewars style and then there were some others that were designed to trip you up. I.e if you had interviewed a lot you might know the answers.
There was then an architecture section where I didn't understand what was being asked and asking for clarification was like talking to a brick wall.
Interview questions [3]
Question 1
Simple Front end questions such as what is a callback/what is a promise. What is the virtual Dom...etc.
Two Sum: Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
Assume there are multiple answers per array.