I applied through university. The process took 2 weeks. I interviewed at Axios (Chantilly, VA) in Sept 2013
Interview
* Phone Screen - standard phone screen: technical questions and project-questions
* On-site Interview - several interviews over the course of a couple hours, taken out to lunch, and a VP interview
Interview questions [1]
Question 1
An example of a question I was asked is:
Difference between a compiled and interpreted language.
The interview was with very technical, but personable managers which was great and unusual for me. They made the company seem like a good place to be and the work seem interesting.
Interview questions [1]
Question 1
Describe a technical solution you had to describe to a non-technical person.
I applied online. The process took 2 weeks. I interviewed at Axios (California City, CA) in Feb 2021
Interview
3Round 1: Coding Assessment
1. **Array Manipulation:**
- Task: Implement a function to rotate an array by K steps to the right.
- Constraints: Use constant space.
2. **String Manipulation:**
- Task: Given two strings, determine if they are anagrams.
- Constraints: Optimize for time complexity.
3. **Linked List Operations:**
- Task: Write a function to reverse a linked list.
- Constraints: Implement it iteratively.
Candidates will be evaluated based on correctness, efficiency, and coding style. Successful completion moves to the next round.
Interview questions [1]
Question 1
Round 1: Coding Assessment
1. **Array Manipulation:**
- Task: Implement a function to rotate an array by K steps to the right.
- Constraints: Use constant space.
2. **String Manipulation:**
- Task: Given two strings, determine if they are anagrams.
- Constraints: Optimize for time complexity.
3. **Linked List Operations:**
- Task: Write a function to reverse a linked list.
- Constraints: Implement it iteratively.
Candidates will be evaluated based on correctness, efficiency, and coding style. Successful completion moves to the next round.