I applied in-person. The process took 2 weeks. I interviewed at Stuart (Barcelona) in Sept 2022
Interview
1- RHH
2- Lead SDET (conversation)
3- Technical test. It has to be done in a maximum of 3 days and very poorly explained
4 - Interview about of test
Interview questions [1]
Question 1
1- Create a fork of this repository and modify the current request bin service to accept create bins with a given key.
2- Add tests to receive a "webhook" and assert all relevant information you consider. In order to simulate a webhook being sent when a package is created, in your test you will need to do a request to a bin created by key. If you can't finish Mission 1 just create a bin and proceed.
3- Propose a CI process to execute these tests. It can be either a diagram, a pipeline using the tool you are most familiar with or both.
4- Find a solution for non-technical people that don't have Android Studio installed to be able to manage and run emulators. Assume they are using macOS.
5 -Do a PR with the previous exercises to your own fork explaining the proposed changes.