I applied online. The process took 2 weeks. I interviewed at Axoni (Jersey City, NJ) in Apr 2018
Interview
I was selected for a phone interview with HR. It was pretty simple and easy and all they asked was about our background. After the round, I got selected for Coding challenge at Hackerank. The coding challenge was tough and very very very lengthy . One cannot complete 2 coding challenge, 2 briefing questions and 4 MCQ's in 60 min. Unfortunately, I got 5/7 right and was not selected for further processing
Interview questions [1]
Question 1
HR Interview: Tell me about your background and previous hirings
The process took 2 weeks. I interviewed at Axoni (New York, NY) in Apr 2018
Interview
Applied through staffing agency, took 2 weeks to get initial call. The Recruiter forwarded me hackerrank test which needs to be complete within a week.
The test was 60mins long. Had two problem-solving questions and few MCQ and theoretical question. They want you to code like the machine. It is nearly impossible to code 2 question in 60mins with attempting all MCQs.
Interview questions [2]
Question 1
1. Get a length of data from a URL.
2. Then you'll be given different URL to get JSON data.
3. Check if you got all required data or not.
4. if it's less than the length of the data you are looking for, repeat 2-4 with different page number
5. you have all data
6. get all movie titles from data
7. sort the titles
8. write it in a file
9. send it to given destination.
1. you are given a text file with logs
2. read it
3. get all the hostnames from the file
4. make a table with hostnames and how many calls it has made
5. sort table by hostnames
6. write table in a new file
7. send it back