I applied online. The process took 4 weeks. I interviewed at Leidos (New York, NY) in Nov 2016
Interview
Scheduled a call shortly after to discuss the opportunity and an online coding challenge. I was informed that the questions would involve Java, however when I took the challenge it had an SQL question. The job description nor the lady on the phone had told me that SQL or database knowledge was needed for the challenge, however I tried to do the best that I could on it. Java question was easy and they pretty much wanted to see if you knew how class inheritance. worked. Didn't get any contact after the coding challenge.
Interview questions [1]
Question 1
Write Shapes class/interface with Triangle, Rectangle, and Square subclasses where you can call the same method to get the area from any of those objects. Put them in a sorted collection.