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 Database Admin Interview Questions and Answers

Updated 2 May 2023

Entrata Database Admin Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2022.

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. What is the Postgres Architecture, explain it 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 optimizing qu...

  • Answered by AI
  • Q2. How will you troubleshoot if database performance is very slow and other performance related questions.

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technology oriented and basic concepts for the technology
Round 2 - HR 

(1 Question)

  • Q1. Employment specific and Previous CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Company Innowera was taken over by Magnitude so we are directly got employment of company

- still you can check company Products, and for which you are approaching and prepare well with basic concepts.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic to intermediate.net, EF, SQL, C#, OOP
  • Q2. Basics of .Net Core
Round 2 - Technical 

(1 Question)

  • Q1. Deep into.net and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers were good and friendly, but HR's does not have any management.

I completed 2 tech rounds, shortlisted in both of them and then HR is saying that my experience is low for the position so they will not move forward. Seriously W.T.F..

And after that HR is not picking up calls
Even while scheduling interviews there were 3-4 rescheduled.

Interview Questionnaire 

1 Question

  • Q1. SQL Basics, CTE, MERGE Statement
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal 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 - One-on-one 

(2 Questions)

  • Q1. Word formation Algorithm question
  • Q2. Architecture of project.
  • Ans. 

    The architecture of the project is based on microservices with a containerized approach using Docker and Kubernetes.

    • Utilizes microservices architecture for scalability and flexibility

    • Containerized approach using Docker for easy deployment and management

    • Orchestrated with Kubernetes for automated scaling and monitoring

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your introduction short because you might loose coding time for problem. They will end interview at sharp time. Unprofessional, and does not share the feedback.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

There will be 3 coding questions given to us for solving,we need solve two questions compulsory.

Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

  • Answered by AI
  • Q2. Questions related to frontend
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
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:
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 

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

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

1 hour 3 questions easy to medium leetcode.

Entrata Interview FAQs

How many rounds are there in Entrata Database Admin interview?
Entrata interview process usually has 2 rounds. The most common rounds in the Entrata interview process are Resume Shortlist and Technical.
How to prepare for Entrata Database Admin 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 Database Administration, Performance Tuning, SQL and SQL Server.
What are the top questions asked in Entrata Database Admin interview?

Some of the top questions asked at the Entrata Database Admin interview -

  1. What is the Postgres Architecture, explain it in dep...read more
  2. How will you troubleshoot if database performance is very slow and other perfor...read more

Tell us how to improve this page.

Entrata Database Admin Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Mobileum Interview Questions
3.3
 • 37 Interviews
CommVault Interview Questions
3.9
 • 26 Interviews
SOTI Interview Questions
3.3
 • 23 Interviews
Twilio Interview Questions
3.9
 • 23 Interviews
Bentley Systems Interview Questions
4.3
 • 20 Interviews
View all
Entrata Database Admin Salary
based on 5 salaries
₹5.1 L/yr - ₹8.2 L/yr
At par with the average Database Admin Salary in India
View more details

Entrata Database Admin Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

2.9

Skill development

2.3

Work-life balance

3.8

Salary

1.4

Job security

4.0

Company culture

2.9

Promotions

1.9

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
326 salaries
unlock blur

₹4.4 L/yr - ₹18.9 L/yr

QA Engineer
162 salaries
unlock blur

₹4 L/yr - ₹7.7 L/yr

Softwaretest Engineer
129 salaries
unlock blur

₹3.4 L/yr - ₹6.7 L/yr

Senior Software Engineer
122 salaries
unlock blur

₹11.8 L/yr - ₹27 L/yr

Senior Engineer
68 salaries
unlock blur

₹7.6 L/yr - ₹25 L/yr

Explore more salaries
Compare Entrata with

AgreeYa Solutions

3.3
Compare

Mobileum

3.3
Compare

Gen

3.9
Compare

Evolent Health International

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview