Software Developer applicants have rated the interview process at Ebaotech with 3.5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 87.5% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Developer roles take an average of 7 days to get hired, when considering 2 user submitted interviews for this role. To compare, the hiring process at Ebaotech overall takes an average of 7 days.
Common stages of the interview process at Ebaotech as a Software Developer according to 2 Glassdoor interviews include:
Group panel interview: 100%
Here are the most commonly searched roles for interview reports -
I applied through other source. I interviewed at Ebaotech (Pune) in Oct 2021
Interview
The interview process consists of three rounds: two technical rounds followed by one HR round. The technical rounds typically assess knowledge of Java, REST APIs, and other relevant technical skills, while the HR round evaluates communication, problem-solving, and cultural fit.
I applied through a recruiter. The process took 1 week. I interviewed at Ebaotech (Pune) in Feb 2018
Interview
I applied through a recruiter. The process took a week. I interviewed at Ebaotech (Pune)
Interview
2 Rounds of interview
1st round technical interview plus machine test
where they ask me lots of questions on
Core java,advance java,Spring ,spring scope and life cycle
Then one machine test is there which is somewhat interesting
In that i have to sort male and female employee and print salutation as a prefix for that.
Then Second round is again technical round ,
The guy who take my interview is very experienced and ask me challenging questions
He asked me questions on design pattern
then questions on spring Auto wiring
also ask questions on String
Interview questions [3]
Question 1
can we declare bean with different id and same class and how to achieve single tone in this case
<bean id="bd1" class<"com.ra.Student">
<bean id="bd2" class="com.ra.Student">