I applied through a recruiter. The process took 2 weeks. I interviewed at Levrx (Troy, NY) in Aug 2019
Interview
3 stage interview -
First stage: Learn about the company, and the company also asks questions regarding your experience in the field.
Second stage: Technical CoderPad interview similar to how Google/Amazon does it. You have one hour to answer as many programming questions that are given to you starting from easy to medium to difficult questions.
Third stage: Meet the team, one on ones with VP's and owners.
Interview questions [2]
Question 1
Compare similarities between two Arrays - Output common elements (intersection) of two arrays.
Input => [1, 2, 3, 4, 5], [0, 3, 5, 7, 9]
Output => [3, 5]
A website URL consists of various subdomains. Break up the URL and return the subdomain, domain and high level TLD.
Input => Array ["organization.levrx.com", "portal.levrx.com"]
Output =>
Subdomain: organization
Subdomain: portal
Domain: levrx
TLD: .com
I applied through a recruiter. I interviewed at Levrx
Interview
Interview Process was well done and efficient. Friendly and practical. There were 2 phone screenings and one in person on-site interview. The phone screenings were technical while the on-site was more on the HR side with questions based on the resume.
Interview questions [1]
Question 1
Given an IP address like 192.168.1.1, how would you put '(' and ')' around the dots?
I applied online. I interviewed at Levrx (Troy, NY) in Sep 2019
Interview
3 Round, Initial round with the lead developer discussing the role, 2nd 1-hour technical phone call with the lead developer and if you clear that round you get invited to the onsite which is a general meet and greet with the VPs and the team.