I applied online. The process took 2 weeks. I interviewed at Tenable (New York, NY) in Mar 2017
Interview
I was VERY HAPPY with the service that I was given by the company, especially with Bethany Perlman, who was very helpful and accomodating through each stage of the interview process. The interview process moved quickly as well. After I applied, I got an email within two days to schedule a phone interview with her. After that, I had a online coding test through hackerrank to complete. Within two days of that I received an invite to a google hangout interview with two members of the team. That happened the following Tuesday and it seemed to go well and was a really awesome experience. I received a rejection email two days after the google hangout interview but was extremely happy with the recruitment process at tenable and really learned a lot!
Interview questions [2]
Question 1
Given two strings, merge them -> so that "abc" and "def" becomes "adbecf" for example"
Given an array of n integers, sort the array in ascending order based on the occurence count of the integers. If two or more numbers have the same occurrence count, sort in ascending order by the number.