J'ai postulé via un recruteur. J'ai passé un entretien chez Innova Solutions (Bengaluru) en avr. 2025
Entretien
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
Autres retours d’entretien d’embauche pour un poste comme Senior PHP Developer chez Innova Solutions
J'ai postulé via un recruteur. Le processus a pris 1 jour. J'ai passé un entretien chez Innova Solutions (Hyderâbâd) en avr. 2025
Entretien
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
Questions d'entretien [6]
Question 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?