Software Engineer applicants have rated the interview process at Voleon with 3.4 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 26% positive. To compare, the company-average is 32.8% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Engineer roles take an average of 25 days to get hired, when considering 31 user submitted interviews for this role. To compare, the hiring process at Voleon overall takes an average of 33 days.
Common stages of the interview process at Voleon as a Software Engineer according to 31 Glassdoor interviews include:
Phone interview: 36%
Presentation: 23%
One on one interview: 18%
Skills test: 8%
Drug test: 5%
Group panel interview: 5%
Other: 3%
Background check: 3%
Here are the most commonly searched roles for interview reports -
Met a recruiter at a career fair. Had a brief conversation with them at the career fair, and then another recruiter reached out via email to schedule a technical interview. Technical Interview was an hour long, first 30 minutes was just getting to know more about the company/talking about myself and then we had a 30 minute coding question.
Interview questions [1]
Question 1
Given a template and a query string, check to see if the query string matches the template. Characters must match exactly except for two special characters.
Special characters are '?' and '*'.
'?' must match exactly one character - can be any character
'*' can match zero or more characters - can be any characters
Examples:
template: b*b*b*b*a
query: bbbbbbbbbbbbbbbbba (essentially the idea here is that it has to at least be 'bbbba' but any number of b's will also be valid
output: True
template: hv*po**4h??32?
query:hvbpopoz4hu832s
output: True
The interviewer was pretty helpful when it came to nudging me to the right direction. They gave me 45 minutes for the coding part and 15 minutes for behavioral. Sometimes I felt like the interviewer was not really paying attention to the tab i was coding on.
Interview questions [1]
Question 1
Leetcode Medium question was asked during my first technical round. It was a greedy problem.
Get all questions done almost perfectly but still get rejected. Do not understand why. Most of the interviews are helpful and nice but only one shows totally no respects towards candidate.
Interview questions [1]
Question 1
Leetcode style questions and one more OOD programming
After a 30-minute phone screen, there is a technical round, followed by a 30-minute interview with the hiring manager, and two additional virtual onsite technical rounds, including sections on data algorithm and system design.