Glassdoor users rated their interview experience at ABC as 100% positive with a difficulty rating score of 3 out of 5 (where 5 is the highest level of difficulty). Candidates interviewing for Analista De Sistemas and Limpieza rated their interviews as the hardest, whereas interviews for Analista De Sistemas and Account Manager roles were rated as the easiest.
The hiring process at ABC takes an average of 21 days when considering 4 user submitted interviews across all job titles. Candidates applying for Account Manager had the quickest hiring process (on average 21 days), whereas Account Manager roles had the slowest hiring process (on average 21 days).
Interview was very good, they asked very challenging questions i have answered it very well and the interviewer was very well professional , the attitude was very good , they offered a good package when compared to other orgs its was good experience in the interview
It was not hard not easy but average. Question were direct and answerable. Basic questions asked. And it tested core concept of the candidates. Nothing in depth overall it was a good experience.
I applied online. The process took 1 week. I interviewed at ABC (Bangalore Rural)
Interview
Good interview. Go through the basic concept
int[] a= {1,2,3,4,5,6,7,8} write a code to sum of all even numbers using Java8 only. (Hint{not provided by interviewer}: Stream API)
Sort an employee list based on name and department when id, name, salary, department are given.
How to remove tomcat server dependency from Java application, as it is present in starter-web dependency.
Interview questions [1]
Question 1
int[] a= {1,2,3,4,5,6,7,8} write a code to sum of all even numbers using Java8 only.