Innova Solutions Sr Software Engineer PHP Developer interview questions
based on 2 ratings - Updated 11 Apr 2025
Averageinterview difficulty
Mixedinterview experience
How others got an interview
100%
Recruiter
Recruiter
Interview search
2 interviews
Innova Solutions interviews FAQs
Sr Software Engineer PHP Developer applicants have rated the interview process at Innova Solutions with 2.5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 50% positive. To compare, the company-average is 63.5% positive. This is according to Glassdoor user ratings.
Candidates applying for Sr Software Engineer PHP Developer roles take an average of 1 day to get hired, when considering 2 user submitted interviews for this role. To compare, the hiring process at Innova Solutions overall takes an average of 15 days.
Common stages of the interview process at Innova Solutions as a Sr Software Engineer PHP Developer according to 2 Glassdoor interviews include:
One on one interview: 100%
Here are the most commonly searched roles for interview reports -
I applied through a recruiter. I interviewed at Innova Solutions (Bengaluru) in Apr 2025
Interview
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
I applied through a recruiter. The process took 1 day. I interviewed at Innova Solutions (Hyderābād) in Apr 2025
Interview
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
Interview questions [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?