I applied in-person. The process took 2 weeks. I interviewed at Equal Experts (London, England) in Jan 2021
Interview
They contacted me initially. There was an initial phone conversation, a take home test (a simple problem, not an algorithms & data structures question - they were more focussed on things like testing approach) , technical interview, consultancy skills interview.
Interview questions [1]
Question 1
How did you approached the testing of the take home exercise?
I applied through a recruiter. I interviewed at Equal Experts (Bengaluru) in May 2026
Interview
Given take home assignment. Actually what HR tells and what reviewer expects is totally different. As per HR the assignment should be in industry standard with all test cases covered.
But reviewer thinks it has been over engineered.
Unit test cases, Integration test cases and docker deployment given in solution. Added circuit breaker too that as a industry standard. As reviewer he/she thinks it should not be present in initial version.
I guess they cannot expect a good code, either bad code.
Only I agree may be circuit breaker might be a over engineered.
Other than that everything was perfect and it is required.
Interview questions [1]
Question 1
Shopping cart add-product and show cart state. Without using Spring framework.
I applied through a recruiter. The process took 2 weeks. I interviewed at Equal Experts (Pune) in Sep 2025
Interview
The interview process for this role involved 3 stages.
1. Coding assignment
2. Code Pairing and Technical Interview
3. Consultancy Round
Overall experience: The coding assignment was take home assignment which was relatively very easy where the focus was more on TDD and how one adds tests, what all scenarios are covered, They expect postive as well as negative scenarios to be covered in the testing. If anyexternal service is involved its expected that you test it using mock.
2nd round was split into 45-45 mins. First 45 mins was paring session with extension to the coding assignment where they will ask you to add features cover scenarios using TDD which are not covered or will ask you to add new features. Next 45 mins were more on the existing projects you have done. Questions on architecture, user flows, scalability, error handling, fault tolerance mechanism and your contributions in the project
Interview questions [1]
Question 1
1. How testing of external services or say cloud services are done in the our project?
2, My project involved uploading files to S3. So questions were how large files were handled. Any custom logic in app as well as the cloud features say from S3 was asked
3. How concurrent users were supported say 10000 in my application or how will be handled ?
4. Give a scenario vertical scaling or horizontal scaling will be used ?