Upload Button Icon Add office photos
Engaged Employer

i

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

Estuate Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Estuate Software Data Analyst Interview Questions and Answers

Updated 31 Oct 2023

Estuate Software Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 31 Oct 2023

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Regarding basic SQL, Tableau questions
  • Q2. SQL functions , clauses, and basic scenariobased questions
  • Q3. Tableau basic questions like : filters, charts, dashboards etc.
Round 3 - Technical 

(1 Question)

  • Q1. Regarding SQL only basic questions

Interview Preparation Tips

Topics to prepare for Estuate Software Data Analyst interview:
  • SQL
Interview preparation tips for other job seekers - Don't join.

Interview questions from similar companies

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Complex sql scenarios and their results
  • Ans. 

    Complex SQL scenarios and their results

    • Using subqueries to filter data

    • Joining multiple tables with complex conditions

    • Using window functions to calculate running totals

    • Pivoting data to transform rows into columns

    • Using recursive queries to traverse hierarchical data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have strong knowledge in SQL, ETL & DWH concepts

Skills evaluated in this interview

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

Basic aptitude questions, statics, probability etc

Round 2 - HR 

(2 Questions)

  • Q1. Where do you live in the USA
  • Ans. 

    I live in New York City, the bustling metropolis known for its iconic landmarks and diverse culture.

    • I reside in the heart of Manhattan, surrounded by towering skyscrapers.

    • New York City is home to famous attractions like Times Square, Central Park, and the Statue of Liberty.

    • The city offers a vibrant arts and entertainment scene, with Broadway shows and world-class museums.

    • I enjoy exploring the diverse neighborhoods and ...

  • Answered by AI
  • Q2. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior data analyst leading a team, utilizing advanced analytics to drive strategic decision-making.

    • Leading a team of data analysts

    • Utilizing advanced analytics techniques

    • Driving strategic decision-making

    • Continuously learning and staying updated with the latest trends in data analysis

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic aptitude and math skills are the key to success in the field of psychology and psychology in the field and in the field in
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Difference between Primary Key and Unique Key ?
  • Ans. 

    Primary key uniquely identifies each record in a table, while Unique key allows only unique values but can have null values.

    • Primary key enforces uniqueness and not null constraint on a column

    • Primary key can consist of multiple columns

    • Unique key allows only unique values but can have null values

    • Unique key can be applied to multiple columns as well

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round is gaming round with 13 levels
And the aptitude with science, technical and non technical questions

Round 2 - HR 

(4 Questions)

  • Q1. General questions were asked Tell me about yourself And then technical he round with puzzles and aptitude to solve
  • Q2. Long term and short term goals
  • Q3. Strength and weakness
  • Q4. Puzzles and aptitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself with general aptitude and puzzles
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Well designed to test the aptitude competence of the candidate.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explanations for the answers given to the aptitude questions.
  • Q2. Questions from python.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare based on the JD.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Logical and aptitude test, game round

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on projects and logical questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Common logical and reasoning questions and also has a pseudocode

Round 3 - Gamified and Essay writing 

(1 Question)

  • Q1. Gamified round with time limits and essay writing for the given picture
Round 4 - Technical 

(1 Question)

  • Q1. Asked about whatever you put in the resume and mainly focus on aptitude
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL and excel questions intermediate
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 May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Highlight the odd cells in excel
  • Ans. 

    Use conditional formatting to highlight odd cells in Excel

    • Select the range of cells you want to highlight

    • Go to the 'Home' tab and click on 'Conditional Formatting'

    • Choose 'New Rule' and select 'Use a formula to determine which cells to format'

    • Enter the formula '=MOD(A1,2)=1' (assuming A1 is the top-left cell of your selected range)

    • Choose the formatting style you want for the odd cells

  • Answered by AI
  • Q2. What are Joins in SQL, explain different joins and their outputs
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table

    • FU...

  • Answered by AI
  • Q3. Query to give running sum of salary
  • Ans. 

    Use window function to calculate running sum of salary in SQL

    • Use window function like SUM() with OVER() clause

    • Partition the data by employee ID if needed

    • Order the data by date or any other relevant column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your SQL strong and practice joins with problem solving questions

Skills evaluated in this interview

Estuate Software Interview FAQs

How many rounds are there in Estuate Software Data Analyst interview?
Estuate Software interview process usually has 3 rounds. The most common rounds in the Estuate Software interview process are Technical and Resume Shortlist.
What are the top questions asked in Estuate Software Data Analyst interview?

Some of the top questions asked at the Estuate Software Data Analyst interview -

  1. SQL functions , clauses, and basic scenariobased questi...read more
  2. Tableau basic questions like : filters, charts, dashboards e...read more
  3. Regarding basic SQL, Tableau questi...read more

Tell us how to improve this page.

Estuate Software Data Analyst Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Estuate Software Data Analyst Salary
based on 24 salaries
₹2.9 L/yr - ₹5.5 L/yr
35% less than the average Data Analyst Salary in India
View more details

Estuate Software Data Analyst Reviews and Ratings

based on 3 reviews

2.4/5

Rating in categories

1.6

Skill development

1.8

Work-life balance

1.8

Salary

1.2

Job security

1.8

Company culture

1.8

Promotions

1.8

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
141 salaries
unlock blur

₹2.8 L/yr - ₹7.2 L/yr

Senior Software Engineer
59 salaries
unlock blur

₹4.5 L/yr - ₹13.9 L/yr

Technical Lead
32 salaries
unlock blur

₹9.1 L/yr - ₹34 L/yr

Data Analyst
24 salaries
unlock blur

₹2.9 L/yr - ₹5.5 L/yr

Software Trainee
16 salaries
unlock blur

₹2.8 L/yr - ₹3 L/yr

Explore more salaries
Compare Estuate Software with

Maxgen Technologies

4.5
Compare

Value Point Systems

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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