I applied online. I interviewed at Lumovy Technology Solutions (Toronto, ON) in Apr 2026
Interview
First, I had an interview with HR, and then my initial interview. If I pass that, there will be another, so I can't say anything about the offer. Everyone was very polite and professional.
I said that the interview is difficult. If you take each question individually, it might not be so difficult, but answering even the least difficult questions for an hour and a half is difficult.
But I am writing this because I see in reviews the same question that was also asked of me!
Interview questions [1]
Question 1
"Write a code that removes the spaces from the start and end of the string in c#" (in my case - in Java). The answer I see: I resolve it by using String.TrimStart() AND String.TrimeEnd().
This is clearly not what they expect. It's not like the code fits into a single line!