Solicité el puesto a través de un captador. Acudí a una entrevista en Innova Solutions (Bengaluru) en abr 2025
Entrevista
Interview Organiser : Jeevan
experience : Worst
in the begin he said this position for Laravel and 2 round will be there
i have cleared 2 rounds of technical rounds
after i asked feedback forcefully then he said manager round will be there so you need to prepare for wordpress
after i asked u have told this is for Laravel then he said recently changed the JD
then i attended the 3rd round as manager round one guy (vasudevan) taken that round
he asked very basic 8 questions every questions had 2 mins gap
I have given valid answers for all the questions
he didn't ask anything from wordpress
(this round only to rejection for some other reason)
after the interview i asked feedback to jeevan then he said "its negative".
Jobseeker kindly check with them there are really want to hire a person or playing with jobseekers
@innova solutions management kindly consider the jobseeker time
Otras opiniones sobre las entrevistas para el puesto de Senior PHP Developer en Innova Solutions
Solicité el puesto a través de un captador. El proceso duró 1 día. Acudí a una entrevista en Innova Solutions (Hyderabad) en abr 2025
Entrevista
Everything went well and interview was smooth and interview tried to up to what extended I can answer logical questions 1 project level question
2 database level question 3 logical programming questions
Preguntas de entrevista [6]
Pregunta 1
What would be the output of the below question
$a = 10;
$b = 20;
$c = $$a;
echo $c;
I have two interfaces, and both interfaces contain methods with the same name. I have implemented these two interfaces in a child class. How can I create an object that is specific to each interface?