I applied online. The process took 4 weeks. I interviewed at IKEA (Amsterdam) in Oct 2020
Interview
I was given the wrong technical assignment, when i pointed this out i was told there are no right or wrongs in a technical interview and the interview is made to be broad and loosely.
Interview questions [1]
Question 1
The assignment is to implement a warehouse software. This software should hold articles, and the articles should contain an identification number, a name and available stock. It should be possible to load articles into the software from a file, see the attached inventory.json.
The warehouse should have at least the following functionality;
* Get all products and quantity of each that is an available with the current inventory
* Remove(Sell) a product and update the inventory accordingly