I applied online. The process took 5 weeks. I interviewed at Electronic Arts in Aug 2021
Interview
It was a slow process but organized. They didn't ghost me, The recruiters were most of the time available and always answered my questions. The questions were fair and based on the job description.
I applied through a recruiter. The process took 1 week. I interviewed at Electronic Arts (Madrid) in Nov 2023
Interview
The first step of EA recruitment process is about to pass a technical test to solve Leetcode-style problems. The duration of this test is one hour and seven minutes. This is indicated before starting.
Interview questions [1]
Question 1
How you would count “top peaks” and “bottom peaks” in a list of radioactivity values, based on these rules:
- A value is a top peak if it is at least 5 units higher than both neighbors.
- A value is a bottom peak if it is at least 5 units lower than both neighbors.
- The first and last items in the list can never be peaks.
They had me do a SQL assignment with two senior analyst watching. They also asked a couple questions relating to basic SQL understanding like why you would choose certain functions over another.