Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Entrata Team. If you also belong to the team, you can get access from here

Entrata Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Entrata PHP Developer Interview Questions and Answers

Updated 27 Nov 2024

Entrata PHP Developer Interview Experiences

3 interviews found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2024

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic OOPs concept and coding
Round 2 - Technical 

(3 Questions)

  • Q1. Basic DSA question
  • Q2. 1 mySql query to fetch records
  • Ans. 

    MySQL queries are used to retrieve data from a database using SELECT statements with various conditions.

    • Use SELECT to specify the columns you want to retrieve. Example: SELECT name, age FROM users;

    • Use WHERE to filter records based on conditions. Example: SELECT * FROM users WHERE age > 18;

    • Use ORDER BY to sort the results. Example: SELECT * FROM users ORDER BY name ASC;

    • Use LIMIT to restrict the number of records retu...

  • Answered by AI
  • Q3. Design patterns

Interview Preparation Tips

Topics to prepare for Entrata PHP Developer interview:
  • php
  • mysql
  • oops
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Logical aptitude test

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for all maths and logical questions

PHP Developer Interview Questions Asked at Other Companies

asked in Infotech
Q1. What is PHP? PHP (Hypertext Preprocessor) is a server-side script ... read more
Q2. How can we report errors in the log file while working on a core ... read more
asked in Impelsys
Q3. What are the different types of errors in PHP?
Q4. Given an array [1,2,3,4,5], without using array functions, print ... read more
Q5. Write a query to get the 4th highest salary from the employees ta ... read more

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 13 Apr 2023

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2022. There were 4 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 

Hacker rank round of problem solving

Round 3 - Technical 

(1 Question)

  • Q1. Php basic questions not much
Round 4 - Behavioral 

(1 Question)

  • Q1. About work experience in previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Entrata?
Ask anonymously on communities.

Interview questions from similar companies

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

(1 Question)

  • Q1. Copy constructor implementation it was based on
Round 2 - Technical 

(1 Question)

  • Q1. Binary search question on array
  • Ans. 

    Binary search is an efficient algorithm for finding an item from a sorted array by repeatedly dividing the search interval in half.

    • 1. Binary search requires a sorted array to function correctly.

    • 2. It works by comparing the target value to the middle element of the array.

    • 3. If the target value is less than the middle element, search the left half; if greater, search the right half.

    • 4. Repeat the process until the target ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Experience and expectations on salary
  • Ans. 

    I am looking for a competitive salary that reflects my skills and experience in software development.

    • Based on my research, the average salary for a software developer in this region is between $80,000 and $100,000.

    • I have over 5 years of experience in full-stack development, which I believe justifies a salary towards the higher end of that range.

    • I am open to discussing the entire compensation package, including benefits...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Reactive forms in angular
  • Ans. 

    Reactive forms in Angular are a way to build forms in a reactive and scalable way.

    • Reactive forms use an underlying data model to manage form data.

    • They allow for dynamic form creation and validation.

    • They can be used with complex form structures and nested forms.

    • They provide a more scalable and maintainable approach to form development.

    • Example: Creating a reactive form with FormBuilder in Angular.

  • Answered by AI
  • Q2. Dependency injection

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep doing practical things

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Platform - Mettl
3 Questions of medium level difficulty to do in 2 hours, typically contain concepts like DSA, DP etc.

Round 3 - Technical 

(3 Questions)

  • Q1. What is structure padding?
  • Ans. 

    Structure padding is the insertion of unused bytes between structure members to align them on memory boundaries.

    • Padding is added to ensure that each member of a structure starts at a memory address that is a multiple of its size.

    • Padding is compiler-dependent and can vary between different platforms and architectures.

    • Padding can affect the size of a structure and the performance of the program.

    • Example: struct example { ...

  • Answered by AI
  • Q2. College Project discussion
  • Q3. Form a dictionary from name.
  • Ans. 

    Forming a dictionary from name

    • Create an empty dictionary

    • Iterate through each character in the name

    • Add the character as a key and its frequency as value in the dictionary

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself, availability, visa-related questions
Round 2 - Coding Test 

Dynamic programming questions, longg time to complete the 2 questions

Round 3 - Group Discussion 

Problem solving : a clock with 3 hands, no numbers written, guess what it is

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 hour 3 questions easy to medium leetcode.

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding questions - medium

Round 2 - Technical 

(2 Questions)

  • Q1. Puzzles like matchstick problem
  • Q2. Easy coding questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 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 

There will be 3 coding questions, Easy, moderate and hard level.

Round 3 - Technical 

(1 Question)

  • Q1. 2nd round will be technical round, they will ask mostly theoretical coding questions(Mostly array, Linked List), puzzles (Geeks Puzzles are enough).

Interview Preparation Tips

Topics to prepare for SOTI Software Developer interview:
  • Array
  • Linked List
  • Data Structures
  • Microsoft Sql

Entrata Interview FAQs

How many rounds are there in Entrata PHP Developer interview?
Entrata interview process usually has 2-3 rounds. The most common rounds in the Entrata interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Entrata PHP Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Entrata. The most common topics and skills that interviewers at Entrata expect are MySQL, PHP, Javascript, Postgresql and OOPS.
What are the top questions asked in Entrata PHP Developer interview?

Some of the top questions asked at the Entrata PHP Developer interview -

  1. 1 mySql query to fetch reco...read more
  2. basic OOPs concept and cod...read more
  3. basic DSA quest...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 3 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more

Interview Questions from Similar Companies

Mobileum Interview Questions
3.3
 • 38 Interviews
CommVault Interview Questions
3.8
 • 28 Interviews
SOTI Interview Questions
3.2
 • 24 Interviews
Twilio Interview Questions
3.9
 • 24 Interviews
Bentley Systems Interview Questions
4.3
 • 21 Interviews
Gen Interview Questions
3.9
 • 21 Interviews
FinThrive Interview Questions
3.7
 • 21 Interviews
View all
Entrata PHP Developer Salary
based on 7 salaries
₹4.3 L/yr - ₹10 L/yr
83% more than the average PHP Developer Salary in India
View more details

Entrata PHP Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
335 salaries
unlock blur

₹4.5 L/yr - ₹16.2 L/yr

Softwaretest Engineer
175 salaries
unlock blur

₹3 L/yr - ₹6.7 L/yr

QA Engineer
160 salaries
unlock blur

₹3 L/yr - ₹7.9 L/yr

Senior Software Engineer
123 salaries
unlock blur

₹7.1 L/yr - ₹28 L/yr

Sdet Engineer
67 salaries
unlock blur

₹7 L/yr - ₹12.4 L/yr

Explore more salaries
Compare Entrata with

Duck Creek Technologies

4.4
Compare

FinThrive

3.7
Compare

Mobileum

3.3
Compare

Evolent Health International

4.0
Compare
write
Share an Interview