Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en Axoni (Jersey City, NJ) en abr 2018
Entrevista
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
Preguntas de entrevista [1]
Pregunta 1
HR Interview: Tell me about your background and previous hirings
El proceso duró 2 semanas. Acudí a una entrevista en Axoni (New York, NY) en abr 2018
Entrevista
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.
Preguntas de entrevista [2]
Pregunta 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