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 Senior Engineering Lead Interview Questions and Answers

Updated 20 Nov 2023

Entrata Senior Engineering Lead Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed before Nov 2022. There were 5 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 

Simple program which will test your programming skills in 1hr

Round 3 - Technical 

(1 Question)

  • Q1. OOP SQL joins previous projects
  • Ans. 

    The question covers topics related to object-oriented programming, SQL joins, and previous projects.

    • Demonstrate understanding of object-oriented programming principles such as encapsulation, inheritance, and polymorphism

    • Explain how SQL joins work and demonstrate ability to write complex join queries

    • Discuss previous projects worked on, highlighting key achievements and challenges faced

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Apache Joins js performance
  • Ans. 

    Apache Joins js performance

    • Apache joins are used to combine data from two or more tables based on a related column between them

    • Joins in Apache Spark can be performed using functions like join(), crossJoin(), etc.

    • Optimizing performance in Apache Spark involves tuning parameters like partitioning, caching, and parallelism

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Position and Salary discussion

Skills evaluated in this interview

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

I appeared for an interview before Jan 2016.

Interview Questionnaire 

1 Question

  • Q1. Technical interview

Interview Preparation Tips

Round: Test
Experience: techincal questions from C,C++ . mostly pointers. few ques from DB, and OS.

Duration: 1 hour 30 minutes
Total Questions: 45

Round: Test
Experience: This is a rigourous 6-8 hours coding round where you are given a problem statement to solve .
The company people are there to guide you through the process .
Duration: 6 hours
Total Questions: 1

Round: Technical Interview
Experience: A panel of 2-3 members takes your inteview on basic fundamental c++, data structures questions.
duration is mostly 45 mins to 1hr.

Skills: C++, Coding Skills And Knowledge On Data Structures, Pointers In C, Logical Puzzles, Thinking Approach
College Name: Netaji Subhas Institute Of Technology, Delhi

Senior Engineering Lead Interview Questions Asked at Other Companies

Q1. How would you display 25 nodes on a single page, divided into sec ... read more
asked in SaaS Labs
Q2. How can latency issues be offloaded in an API when there is a seg ... read more
Q3. How do you export a service from one module to another?
asked in FIS
Q4. What are the design patterns in C#?
asked in SaaS Labs
Q5. What occurs when you attempt to set a key in Redis when the memor ... read more

Interview Questionnaire 

1 Question

  • Q1. SQL Basics, CTE, MERGE Statement

I applied via LinkedIn and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Data structure and C++
  • Q2. Reverse Linked list
  • Ans. 

    Reversing a linked list involves changing the direction of its nodes to point to the previous node instead of the next.

    • Iterative approach: Use three pointers (prev, current, next) to reverse the links.

    • Example: For list 1 -> 2 -> 3, after reversal it becomes 3 -> 2 -> 1.

    • Recursive approach: Reverse the rest of the list and adjust the pointers accordingly.

    • Example: For list 4 -> 5 -> 6, recursively revers...

  • Answered by AI
  • Q3. Multi threaded queue
  • Q4. Design pattern
  • Q5. Basic C++ concepts
  • Q6. Puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve data structure problems

I applied via Company Website and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Networks based questions
  • Q2. Os based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and tough for fresher to crack, Nice package and good people who will guid u in interview process in case you are stuck at answer

Interview Questionnaire 

1 Question

  • Q1. Simple and General Linux related questions, Oracle installations, Linux commands etc

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview for the deployment team to be responsible for deploying the security products to global customers

I appeared for an interview before Mar 2021.

Round 1 - Technical 

(3 Questions)

  • Q1. How to check a number is power of 2
  • Ans. 

    To check if a number is a power of 2, we can use bitwise operations.

    • A power of 2 has only one bit set to 1, so we can use the bitwise AND operator to check if the number is a power of 2.

    • If n is a power of 2, then n & (n-1) will be 0.

    • For example, 8 (1000 in binary) is a power of 2, and 8 & 7 (0111 in binary) is 0.

  • Answered by AI
  • Q2. Sort a stack without using another data structure
  • Ans. 

    Sort a stack without using another data structure

    • Use recursion to pop the top element and insert it at the bottom of the remaining stack

    • Repeat until the stack is sorted in ascending order

    • Time complexity: O(n^2), space complexity: O(n) due to recursion

  • Answered by AI
  • Q3. Check weather array have continuous increasing than decreasing value
  • Ans. 

    Check if array has continuous increasing and decreasing values

    • Loop through the array and check if each element is greater than the previous one

    • Once you find the maximum element, check if the remaining elements are in decreasing order

    • If yes, return true else false

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design a cricinfo (LLD)
  • Ans. 

    Design a cricinfo (LLD)

    • Identify the entities: players, teams, matches, scorecards, tournaments, etc.

    • Define the relationships between entities

    • Create a database schema to store the data

    • Implement APIs to fetch and update data

    • Design a UI to display the information

    • Consider scalability and performance

    • Ensure data security and privacy

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study basic Data Structure questions and also prepare for Low level design.
Do work on behavioral questions too.

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Core java concepts
  • Q2. Multithreading questions
  • Q3. Previous project details
  • Ans. 

    Developed a web application for managing customer orders and inventory

    • Used Java and Spring framework for backend development

    • Implemented a responsive user interface using HTML, CSS, and JavaScript

    • Integrated with a relational database for data storage and retrieval

    • Implemented authentication and authorization features for secure access

    • Performed unit testing and bug fixing throughout the development process

  • Answered by AI
  • Q4. Java Programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics and practice coding questions to increase performance and quality of code
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Aug 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 - HR 

(2 Questions)

  • Q1. Describe a time when y ou had to learn a new kill to complete a project
  • Ans. 

    I learned a new programming language to implement a critical feature in a project, enhancing my skills and the project's success.

    • Project Requirement: I was tasked with integrating a new feature that required knowledge of Python, which I had not used before.

    • Self-Study: I dedicated evenings to online courses and tutorials, focusing on Python's syntax and libraries relevant to the project.

    • Hands-On Practice: I built small ...

  • Answered by AI
  • Q2. Tell me about your resume
Round 3 - Coding Test 

Reverse a given string using for loop

Interview Preparation Tips

Topics to prepare for Bentley Systems Software Engineer interview:
  • Data Structures
  • Algorithms
  • Coding
Interview preparation tips for other job seekers - Master Data Structures and Algorithms and be prepared to talk your experience written in your resume
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Questions were high level

Interview Preparation Tips

Topics to prepare for SOTI Software Engineer interview:
  • array
  • Data Dictionary
  • tree
Interview preparation tips for other job seekers - before applying to soti you should have a good coding skill

Entrata Interview FAQs

How many rounds are there in Entrata Senior Engineering Lead interview?
Entrata interview process usually has 5 rounds. The most common rounds in the Entrata interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Entrata Senior Engineering Lead interview?

Some of the top questions asked at the Entrata Senior Engineering Lead interview -

  1. OOP SQL joins previous proje...read more
  2. Apache Joins js performa...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
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
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