Upload Button Icon Add office photos

Filter interviews by

Lagaan Digital PHP Developer Interview Questions and Answers

Updated 18 Jun 2023

Lagaan Digital PHP Developer Interview Experiences

1 interview found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 18 Jun 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

2 Hrs Duration which includes testing of skills of designing , database and logics.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Logical Questions related to coding and programming
  • Q2. Difference between DBMS, RDBMS , ODBMS and which is best and why ?
  • Ans. 

    DBMS is a software system that manages databases, RDBMS is a type of DBMS that stores data in a structured format, ODBMS is a type of DBMS that stores data in an object-oriented manner.

    • DBMS (Database Management System) is a software system that allows users to interact with a database. Examples include MySQL, Oracle, SQL Server.

    • RDBMS (Relational Database Management System) is a type of DBMS that stores data in tables w...

  • Answered by AI
  • Q3. Advantage of PHP over Dot net and JAVA
  • Ans. 

    PHP is advantageous over Dot net and JAVA due to its simplicity, flexibility, and cost-effectiveness.

    • PHP is open-source and free to use, while Dot net and JAVA require licenses.

    • PHP is easy to learn and has a low barrier to entry compared to Dot net and JAVA.

    • PHP is platform-independent, allowing for greater flexibility in deployment.

    • PHP has a large community and extensive documentation for support and resources.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Lagaan Digital PHP Developer interview:
  • Coding
  • yii2
  • RDBMS

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Oops concepts in PHP
  • Ans. 

    Object-oriented programming concepts in PHP

    • Encapsulation: bundling data and methods that operate on the data into a single unit

    • Inheritance: allowing a class to inherit properties and methods from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details and showing only the necessary features

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Little difficult for the freshers

Round 2 - Coding Test 

A little programming oriented questions were there

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more for good opportunities

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic knowledge of php
  • Q2. Laravel framework & structure knowledge of laravel

Interview Preparation Tips

Interview preparation tips for other job seekers - Please clear the basic structure...
Good knowledge of oops concept

I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What level of this company

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was a technical one but was majorly a easy test.The interview wanted to test bothmy knowledge and communication skills. The interview was computer science related . Please go throughly word by word and recheck my resume to ensure that you are a best yit for the position
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

General aptitude, computer science fundamentals multiple-choice questions, and data structures and algorithms multiple-choice questions were asked.

Round 2 - Technical 

(2 Questions)

  • Q1. Given a string, write a function to reverse the string.
  • Ans. 

    Function to reverse a given string

    • Create an empty string to store the reversed string

    • Iterate through the input string in reverse order and append each character to the new string

    • Return the reversed string

  • Answered by AI
  • Q2. Given a sorted array of integers, write a function to perform a binary search to find the index of a target value. If the target value is not found, return -1.
  • Ans. 

    Binary search function to find target value in sorted array

    • Define function that takes sorted array and target value as input

    • Initialize variables for start, end, and middle indices

    • Use while loop to iterate until start is less than or equal to end

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About the company
  • Q2. What are three significant achievements in your life?
  • Ans. 

    Graduating with honors, winning a hackathon, volunteering in a developing country

    • Graduated with honors from university with a degree in Computer Science

    • Won first place in a hackathon competition by developing a unique and innovative software solution

    • Volunteered in a developing country to help build schools and provide education to underprivileged children

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Too much focus on theory questions. Like how would you link multiple middleware - write code for that
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly js questions, not so many of angular or react.
  • Q2. Like fizbuzz or things like that.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply here, the culture here is horrible.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Ui development and component related
  • Q2. Performance of technology and challenges
Round 2 - HR 

(2 Questions)

  • Q1. Personal introduction and location details
  • Q2. Negatition of salries excepectations

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very good organization. Freindly nature in team operation is good from leads hikes also ok
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. Basic html css questions
Round 2 - Aptitude Test 

Logical reasoning, quantitative analysis and computer test

Round 3 - Technical 

(1 Question)

  • Q1. Basic html, css, javascript questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Lagaan Digital Interview FAQs

How many rounds are there in Lagaan Digital PHP Developer interview?
Lagaan Digital interview process usually has 3 rounds. The most common rounds in the Lagaan Digital interview process are Coding Test, One-on-one Round and Resume Shortlist.
What are the top questions asked in Lagaan Digital PHP Developer interview?

Some of the top questions asked at the Lagaan Digital PHP Developer interview -

  1. Difference between DBMS, RDBMS , ODBMS and which is best and wh...read more
  2. Advantage of PHP over Dot net and J...read more
  3. Logical Questions related to coding and programm...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Lagaan Digital interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Lagaan Digital PHP Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-Life balance

5.0

Salary & Benefits

3.0

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Compare Lagaan Digital with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview