I applied online. The process took 4 weeks. I interviewed at Webalo (Egtved) in Jan 2024
Interview
The technical part was easy. 2 problem-solving leetcode medium style but one was more ACM style. The pre interview assessment was a bit challenging. Another problem was a design one and it was medium.
Other Software Engineer Interview Reviews for Webalo
I interviewed at Webalo (Alexandria, Alexandria Governorate)
Interview
The interview is divided in 3 different parts: Problem solving( one or 2 medium or hard problems), system design (using Design patterns) and general java and programming concepts such as OOP concepts, java garbage collection, mutable and immutable objects.
I applied online. The process took 4 weeks. I interviewed at Webalo (Alexandria, Alexandria Governorate) in Feb 2020
Interview
before the interview, there was a problem-solving contest and the top x are called for an interview.
The interview started by asking: given an array of duplicates, can you output the unique one.
then the interviewer asked for a better solution then he made it harder: given an array of duplicates except two unique can you output them.
after that, there was a system design interview and a behavioral interview.
Interview questions [2]
Question 1
given an array of duplicates, can you output the unique one?