Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
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
4.1

based on 390 Reviews

Play video Play video Video summary
  • About
  • Reviews
    390
  • Salaries
    2.3k
  • Interviews
    40
  • Jobs
    9
  • Benefits
    61
  • Photos
    9

Filter interviews by

Entrata Interview Questions and Answers

Updated 20 Apr 2025
Popular Designations

8 Interview questions

A Senior Quality Analyst was asked 1mo ago
Q. Can you explain the complete utility billing cycle?
Ans. 

The utility billing cycle involves meter reading, billing, payment processing, and account management for utility services.

  • 1. Meter Reading: Utilities collect data from meters to determine usage. For example, a water meter records gallons used.

  • 2. Billing: Based on meter readings, utility companies generate bills. For instance, a monthly electricity bill reflects kWh consumed.

  • 3. Payment Processing: Customers pay th...

View all Senior Quality Analyst interview questions
A Senior Software Engineer was asked 14 Feb 2024
Q. What are final classes and methods?
Ans. 

The final class and method are used to prevent inheritance and method overriding respectively.

  • Final class: A final class cannot be subclassed. It is often used for utility classes or classes that should not be extended.

  • Final method: A final method cannot be overridden by subclasses. It is used to prevent modification of a method's behavior in subclasses.

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked 14 Feb 2024
Q. Given an array of integers nums containing n + 1 integers where each integer is in the range [1, n] inclusive, there is only one repeated number in nums, return this repeated number.
Ans. 

Find duplicate numbers in an array of strings.

  • Iterate through the array and keep track of the count of each number using a hash map.

  • If the count of a number is greater than 1, it is a duplicate.

  • Return the list of duplicate numbers.

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked 14 Feb 2024
Q. What are the core concepts of OOPS?
Ans. 

Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.

  • OOP is based on the concept of classes and objects.

  • It focuses on encapsulation, inheritance, and polymorphism.

  • Encapsulation hides the internal details of an object and provides a public interface.

  • Inheritance allows classes to inherit properties and methods from other classes.

  • Polymorphism allows objects of...

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked 14 Feb 2024
Q. What is the purpose of the HAVING clause in MySQL?
Ans. 

The HAVING clause is used in MySQL to filter the results of a GROUP BY query based on a condition.

  • The HAVING clause is similar to the WHERE clause, but it operates on grouped rows rather than individual rows.

  • It is used in conjunction with the GROUP BY clause.

  • The HAVING clause is used to filter the results of a GROUP BY query based on a condition that applies to the grouped rows.

  • It is typically used to specify cond...

View all Senior Software Engineer interview questions
A Technical Lead was asked 20 Nov 2023
Q. Explain the concepts of OOP.
Ans. 

Oops Concept is a programming paradigm that focuses on objects and their interactions to solve complex problems.

  • Oops Concept stands for Object-Oriented Programming

  • It is based on the principles of encapsulation, inheritance, and polymorphism

  • Encapsulation allows bundling of data and methods into a single unit called an object

  • Inheritance enables the creation of new classes by inheriting properties and behaviors from ...

View all Technical Lead interview questions
A Database Admin was asked 02 May 2023
Q. Explain the PostgreSQL architecture in depth.
Ans. 

Postgres Architecture is a client-server model with a multi-process approach.

  • Postgres uses a multi-process approach with a master process and worker processes.

  • The master process manages shared memory and worker processes handle client connections.

  • Postgres also has a background process for maintenance tasks and a WAL writer for data durability.

  • Postgres supports ACID transactions and has a query planner for optimizi...

View all Database Admin interview questions
Are these interview questions helpful?
A Senior Software Engineer was asked 25 Feb 2024
Q. OOP Concepts in deep
Ans. 

OOP Concepts refer to the principles of Object-Oriented Programming, including encapsulation, inheritance, polymorphism, and abstraction.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

  • Inheritance: Allowing a class to inherit properties and behavior from another class.

  • Polymorphism: The ability for objects of different classes to respond to the same message in different...

View all Senior Software Engineer interview questions

Entrata Interview Experiences

40 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
  • Add your answer
Round 2 - TechnicalΒ 

(3 Questions)

  • Q1. Basic DSA question
  • Add your answer
  • Q2. 1 mySql query to fetch records
  • Add your answer
  • Q3. Design patterns
  • Add your answer

Interview Preparation Tips

Topics to prepare for Entrata PHP Developer interview:
  • php
  • mysql
  • oops

PHP Developer Interview Questions asked at other Companies

Q1.Β What is PHP? PHP (Hypertext Preprocessor) is a server-side scripting language used for web development. It helps create dynamic web pages and web applications. Key Features of PHP 1. *Server-side scripting*: PHP code is executed on the serv... read more
View answer (1)
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 13 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding TestΒ 

Please inquire about the fundamentals of computer science, including object-oriented programming, data structures and algorithms, database management systems, and computer networks.

Interview Preparation Tips

Interview preparation tips for other job seekers - coding test (DSA 3 questions easy-medium , SQL 2 question)
Interview T1 ->T2

Software Developer Interview Questions asked at other Companies

Q1.Β Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Apr 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Very Easy Interview anybody can crack this .
  • Add your answer
  • Q2. Nothing only plain PHP as the Senior Engineers don't know apart form this
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Read PHP concepts and prepare basic Coding question in PHP and OOPS concepts

Software Engineer Interview Questions asked at other Companies

Q1.Β Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (235)
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 25 Aug 2024

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

Easy to moderate apt test here

Round 2 - Coding TestΒ 

Easy to moderate coding questions on array

Round 3 - TechnicalΒ 

(2 Questions)

  • Q1. Indexing, sqls, queries, triggers
  • Add your answer
  • Q2. Php versions, features, explain code
  • Add your answer
Round 4 - HRΒ 

(1 Question)

  • Q1. General discussion based on the experience , salary
  • Add your answer

Software Developer Interview Questions asked at other Companies

Q1.Β Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Anonymous

Senior Quality Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Apr 2025

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Can you explain the complete utility billing cycle?
  • Ans. 

    The utility billing cycle involves meter reading, billing, payment processing, and account management for utility services.

    • 1. Meter Reading: Utilities collect data from meters to determine usage. For example, a water meter records gallons used.

    • 2. Billing: Based on meter readings, utility companies generate bills. For instance, a monthly electricity bill reflects kWh consumed.

    • 3. Payment Processing: Customers pay their b...

  • Answered by AI
    Add your answer
  • Q2. What type of charges are usually included in a utility bill?
  • Ans. 

    Utility bills typically include charges for services like electricity, water, gas, and additional fees or taxes.

    • Electricity Charges: Based on usage measured in kilowatt-hours (kWh).

    • Water Charges: Based on consumption measured in gallons or cubic meters.

    • Gas Charges: Based on usage measured in therms or cubic feet.

    • Service Fees: Monthly service or connection fees that cover administrative costs.

    • Taxes and Surcharges: Local...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear about your goal: industry, role, and company values.

Senior Quality Analyst Interview Questions asked at other Companies

Q1.Β - Difference Between Verification and Vakudation -Difference between Microprocessor and Microcontroller -Test levels - Difference between Smoke and Regression - Who does Verification of software and Validation of Software - If a functionali... read more
View answer (1)
Anonymous

Quality Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2025

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What management skills do you possess?
  • Ans. 

    I possess strong leadership, communication, and analytical skills essential for effective quality management.

    • Leadership: I have led cross-functional teams to improve quality processes, resulting in a 20% reduction in defects.

    • Communication: I effectively communicate quality standards and expectations, ensuring all team members are aligned.

    • Analytical Skills: I utilize data analysis tools to identify trends and areas for ...

  • Answered by AI
    Add your answer
  • Q2. What are the advanced features of Microsoft Excel?
  • Ans. 

    Microsoft Excel offers advanced features like pivot tables, macros, and data analysis tools for enhanced data management and reporting.

    • Pivot Tables: Summarize large datasets quickly. Example: Analyzing sales data by region and product.

    • Macros: Automate repetitive tasks using VBA. Example: Creating a button to format reports.

    • Conditional Formatting: Highlight cells based on criteria. Example: Color-coding sales figures ab...

  • Answered by AI
    Add your answer

Quality Analyst Interview Questions asked at other Companies

Q1.Β How will you maintain the balance between operations and quality to avoid conflicts of interest?
View answer (3)
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude TestΒ 

It was consisted of cloud, docker related questions and some logical questions. There were 5 coding questions 3 were easy level coding questions and 2 were on sql schema realated quetions.

Round 2 - Group DiscussionΒ 

GD was good HR was too supportive everyone got chance to keep and express their points.

Round 3 - TechnicalΒ 

(2 Questions)

  • Q1. Oops related questions
  • Add your answer
  • Q2. Sql and some php related questions
  • Add your answer

Software Engineer Interview Questions asked at other Companies

Q1.Β Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (235)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2024.Β There were 2 interview rounds.

Round 1 - TechnicalΒ 

(5 Questions)

  • Q1. 1) OOP Concepts
  • Add your answer
  • Q2. Difference between Abstract class and interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any of these.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract classes are used to provide a common base for multiple classes, while interfaces are used to define a contract for ...

  • Answered by AI
    Add your answer
  • Q3. Mysql Concepts and Mysql queries
  • Add your answer
  • Q4. Logical questions on Array and String Functions in PHP
  • Add your answer
  • Q5. File handling functions such as fread, fopen, fclose etc and logical string function questions on file data.
  • Add your answer
Round 2 - TechnicalΒ 

(5 Questions)

  • Q1. All Scenario based questions
  • Add your answer
  • Q2. OOP Concepts in deep
  • Ans. 

    OOP Concepts refer to the principles of Object-Oriented Programming, including encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in different ways...

  • Answered by AI
    Add your answer
  • Q3. Software design pattern related questions
  • Add your answer
  • Q4. Small Logical programs
  • Add your answer
  • Q5. Database queries in deep
  • Ans. 

    Database queries involve retrieving, updating, and manipulating data stored in a database.

    • Database queries are used to retrieve specific data from a database based on certain criteria.

    • Queries can also be used to update existing data or insert new data into the database.

    • SQL (Structured Query Language) is commonly used to write database queries.

    • Examples of database queries include SELECT, INSERT, UPDATE, and DELETE state...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1.Β Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Anonymous

Full Stack Developer Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - TechnicalΒ 

(1 Question)

  • Q1. Start introducing yourself
  • Add your answer

Full Stack Developer Interview Questions asked at other Companies

Q1.Β Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Jan 2024.Β There was 1 interview round.

Round 1 - TechnicalΒ 

(6 Questions)

  • Q1. What final class and method
  • Ans. 

    The final class and method are used to prevent inheritance and method overriding respectively.

    • Final class: A final class cannot be subclassed. It is often used for utility classes or classes that should not be extended.

    • Final method: A final method cannot be overridden by subclasses. It is used to prevent modification of a method's behavior in subclasses.

  • Answered by AI
    Add your answer
  • Q2. PHP reference variable
  • Add your answer
  • Q3. Find duplicate numbers
  • Ans. 

    Find duplicate numbers in an array of strings.

    • Iterate through the array and keep track of the count of each number using a hash map.

    • If the count of a number is greater than 1, it is a duplicate.

    • Return the list of duplicate numbers.

  • Answered by AI
    Add your answer
  • Q4. Echo variable in single quote what will be output
  • Ans. 

    The output will be the literal string of the variable, without any variable interpolation.

    • When a variable is echoed in single quotes, it is treated as a literal string.

    • No variable interpolation or special characters are interpreted.

    • The output will include the variable name itself, not its value.

  • Answered by AI
    Add your answer
  • Q5. What is oops concept
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.

    • OOP is based on the concept of classes and objects.

    • It focuses on encapsulation, inheritance, and polymorphism.

    • Encapsulation hides the internal details of an object and provides a public interface.

    • Inheritance allows classes to inherit properties and methods from other classes.

    • Polymorphism allows objects of diff...

  • Answered by AI
    Add your answer
  • Q6. Having clause in MySQL
  • Ans. 

    The HAVING clause is used in MySQL to filter the results of a GROUP BY query based on a condition.

    • The HAVING clause is similar to the WHERE clause, but it operates on grouped rows rather than individual rows.

    • It is used in conjunction with the GROUP BY clause.

    • The HAVING clause is used to filter the results of a GROUP BY query based on a condition that applies to the grouped rows.

    • It is typically used to specify condition...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1.Β Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
devshacker007
Β·
ex -
Zizbey Consultancy
Job Chahiye Boss, Experience 3 Saal Ka β€” Lekin Salary Fresher Wali!
πŸ‘” HR: "Aapke paas Vue.js, React, Node.js, DevOps, AI sabka experience hai?" πŸ‘¨β€πŸ’» Main: "Haan, maine toh LinkedIn pe sabki post bhi like ki hai!πŸ˜…" πŸ€– Aaj kal interview mein skills se zyada "you must be available to work under pressure, weekends, and salary delay" pe focus hota hai! πŸ’Έ Salary expectation batate hi HR bolta hai β€” "Oh! We are looking for someone who is passionate... not someone who wants money!πŸƒβ€β™‚οΈ" πŸš€ Lekin fir bhi hum apply karte ja rahe hain, kyunki ghar ke EMI aur Swiggy ke bill ne bhi promise kiya hai β€” "We will never leave you alone!" πŸ“’ Dear companies, ab to job dedo β€” experience toh Zindagi bhi de rahi hai daily!
FeedCard Image
Got a question about Entrata?
Ask anonymously on communities.
More about working at Entrata
  • HQ - Provo,Utah, United States
  • Software Product
  • 501-1k Employees (India)
  • Internet

Entrata Interview FAQs

How many rounds are there in Entrata interview?
Entrata interview process usually has 2-3 rounds. The most common rounds in the Entrata interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Entrata 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 PHP, Javascript, MySQL, OOPS and Postgresql.
What are the top questions asked in Entrata interview?

Some of the top questions asked at the Entrata interview -

  1. What type of charges are usually included in a utility bi...read more
  2. What is the Postgres Architecture, explain it in dep...read more
  3. Can you explain the complete utility billing cyc...read more
How long is the Entrata interview process?

The duration of Entrata interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Entrata Interviews By Designations

  • Entrata Software Engineer Interview Questions
  • Entrata Software Developer Interview Questions
  • Entrata PHP Developer Interview Questions
  • Entrata Senior Software Engineer Interview Questions
  • Entrata Desktop Support Engineer Interview Questions
  • Entrata Quality Analyst Interview Questions
  • Entrata Technical Lead Interview Questions
  • Entrata Software Tester Interview Questions
  • Show more
  • Entrata Operations Manager Interview Questions
  • Entrata QA Engineer Interview Questions

Interview Questions for Popular Designations

  • Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Associate Interview Questions
  • Senior Executive Interview Questions
  • Analyst Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Senior Software Engineer Interview Questions
  • System Engineer Interview Questions
  • Show more
  • Data Analyst Interview Questions
  • Deputy Manager Interview Questions

Overall Interview Experience Rating

3.9/5

based on 36 interview experiences

Difficulty level

Easy 9%
Moderate 87%
Hard 4%

Duration

Less than 2 weeks 73%
2-4 weeks 27%
View more

Interview Questions from Similar Companies

Mindfire Solutions
Mindfire Solutions Interview Questions
4.1
Β β€’Β 43 Interviews
Mobileum
Mobileum Interview Questions
3.3
Β β€’Β 38 Interviews
CommVault
CommVault Interview Questions
3.9
Β β€’Β 28 Interviews
Evolent Health International
Evolent Health International Interview Questions
4.0
Β β€’Β 28 Interviews
Cornerstone OnDemand
Cornerstone OnDemand Interview Questions
3.5
Β β€’Β 27 Interviews
BlueBinaries Engineering and Solutions
BlueBinaries Engineering and Solutions Interview Questions
3.0
Β β€’Β 24 Interviews
SOTI
SOTI Interview Questions
3.2
Β β€’Β 24 Interviews
Twilio
Twilio Interview Questions
3.9
Β β€’Β 24 Interviews
Gen
Gen Interview Questions
4.0
Β β€’Β 21 Interviews
Bentley Systems
Bentley Systems Interview Questions
4.3
Β β€’Β 21 Interviews
View all

Entrata Reviews and Ratings

based on 390 reviews

4.1/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

3.6

Salary

3.8

Job security

4.2

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 390 Reviews and Ratings
Jobs at Entrata
Entrata
Urgent opening For PHP developer at Entrata India Private Limited

Pune

0-3 Yrs

β‚Ή 5-7.5 LPA

Entrata
Entrata - Software Engineer - PHP Frameworks (3-6 yrs)

3-6 Yrs

β‚Ή 4.3-15.9 LPA

Entrata
Software Engineer

Pune

3-5 Yrs

β‚Ή 5-13 LPA

Explore more jobs
Entrata Salaries in India
Software Engineer
333 salaries
unlock blur

β‚Ή4.3 L/yr - β‚Ή14.5 L/yr

Softwaretest Engineer
175 salaries
unlock blur

β‚Ή3 L/yr - β‚Ή6.7 L/yr

QA Engineer
162 salaries
unlock blur

β‚Ή3 L/yr - β‚Ή7.7 L/yr

Senior Software Engineer
122 salaries
unlock blur

β‚Ή15 L/yr - β‚Ή27 L/yr

Senior Engineer
66 salaries
unlock blur

β‚Ή8 L/yr - β‚Ή25 L/yr

Explore more salaries
Compare Entrata with
Duck Creek Technologies

Duck Creek Technologies

4.4
Compare
FinThrive

FinThrive

3.7
Compare
Mobileum

Mobileum

3.3
Compare
Evolent Health International

Evolent Health International

4.0
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Entrata Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❀️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter