Upload Button Icon Add office photos

Filter interviews by

Saras Analytics Interview Questions, Process, and Tips

Updated 14 Oct 2024

Top Saras Analytics Interview Questions and Answers

View all 9 questions

Saras Analytics Interview Experiences

Popular Designations

12 interviews found

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

(4 Questions)

  • Q1. SQL: What is the difference between UNION and UNION ALL?
  • Ans. 

    UNION combines and removes duplicates, UNION ALL combines without removing duplicates

    • UNION merges the result sets of two or more SELECT statements and removes duplicates

    • UNION ALL merges the result sets of two or more SELECT statements without removing duplicates

    • UNION is slower than UNION ALL as it involves removing duplicates

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

    • Example: SELECT column1 FR

  • Answered by AI
  • Q2. SQL: What is the difference between HAVING and WHERE? Can WHERE be replaced with HAVING?
  • Ans. 

    HAVING is used with GROUP BY to filter grouped rows, WHERE is used to filter individual rows. WHERE cannot be replaced with HAVING.

    • WHERE is used to filter individual rows before grouping, HAVING is used to filter grouped rows after grouping

    • HAVING is used in conjunction with GROUP BY clause, WHERE is used independently

    • WHERE filters rows based on conditions, HAVING filters groups based on conditions

    • Example: SELECT depart...

  • Answered by AI
  • Q3. Aptitude: There are 2 jugs: one measures 7L and another measures 11L. How do you measure 15L?
  • Q4. Guesstimate: How many ballons can fill in an aeroplane?
  • Ans. 

    The number of balloons that can fill an airplane depends on the size of the airplane and the size of the balloons.

    • The size of the airplane (e.g. small private plane vs. commercial airliner) will greatly impact the number of balloons that can fit.

    • The size of the balloons (e.g. standard party balloons vs. large weather balloons) will also affect the total number that can be accommodated.

    • Consider the available space insid...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for SQL, Power BI, Tableau, Guesstimate, Aptitude, eCommerce domain knowledge.

Skills evaluated in this interview

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 30 Jan 2024

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

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Puzzle 2. Self join question
Round 2 - Technical 

(1 Question)

  • Q1. Where and having clause difference
  • Ans. 

    The difference between WHERE and HAVING clauses in SQL.

    • WHERE clause is used to filter rows based on a condition before the data is grouped or aggregated.

    • HAVING clause is used to filter groups based on a condition after the data is grouped or aggregated.

    • WHERE clause is used with SELECT, UPDATE, DELETE statements, while HAVING clause is used with SELECT statements that include GROUP BY clause.

    • WHERE clause filters individ...

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

The position is for SBA but they expect you to be as good as developer in coding. They want someone as good as developer but they don't call him/her as developer and give the designation as BA which I did not like. No questions regarding BA or PM or any Agile or waterfall methodologies 3 rounds every thing about coding (SQL, Python, ) and tools like Alteryx, AWS glue

Interview Preparation Tips

Interview preparation tips for other job seekers - If your applying please make sure your coding skills are as good as a developer irrespective of the role your applying for.

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Happen to meet changes

Round 2 - HR 

(2 Questions)

  • Q1. Hike percentage?
  • Q2. Like and dislike

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)

Saras Analytics interview questions for popular designations

 Data Analyst

 (3)

 Business Analyst

 (2)

 Senior Business Analyst

 (2)

 Analyst

 (1)

 Data Scientist

 (1)

 Front end Developer

 (1)

 Software Engineer

 (1)

 Software Engineer Intern

 (1)

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

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

Round 1 - Coding Test 

Decision tree criteria

Round 2 - One-on-one 

(2 Questions)

  • Q1. Decision Tree Criteria
  • Q2. Assumptions of linear regression
  • Ans. 

    Assumptions of linear regression include linearity, independence, homoscedasticity, and normality.

    • Linearity: The relationship between the independent and dependent variables is linear.

    • Independence: The residuals are independent of each other.

    • Homoscedasticity: The variance of the residuals is constant across all levels of the independent variables.

    • Normality: The residuals are normally distributed.

  • Answered by AI

Skills evaluated in this interview

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jul 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 - Coding Test 

Test is simple. Make sure You make atleast 70% correct answers

Round 3 - Technical 

(1 Question)

  • Q1. Based on Data structures
Round 4 - Technical 

(1 Question)

  • Q1. Somewhat DSA and system design
Round 5 - One-on-one 

(1 Question)

  • Q1. About how you deal with work and pressure as a person.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

Jobs at Saras Analytics

View all

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Aug 2022

I applied via AngelList and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

There were two parts ,One is theoretical and another one is practical.
In theoretical round questions on SQL and ETL tools (MCQs).
In practical round, mystery puzzle was given, in which we have to solve the puzzle using SQL ( Different tables were given and few conditions were given)

Round 2 - Technical 

(5 Questions)

  • Q1. Difference between Having and where clause?
  • Ans. 

    HAVING clause is used with GROUP BY to filter the results based on aggregate functions, while WHERE clause is used to filter individual rows.

    • HAVING clause is used after GROUP BY clause.

    • HAVING clause is used to filter the results based on aggregate functions like SUM, COUNT, AVG, etc.

    • WHERE clause is used before GROUP BY clause.

    • WHERE clause is used to filter individual rows based on conditions.

    • HAVING clause cannot be use...

  • Answered by AI
  • Q2. Some questions on online e commerce business
  • Q3. What is LOD in Tableau?
  • Ans. 

    LOD stands for Level of Detail. It is a technique used in Tableau to perform complex calculations on aggregated data.

    • LOD expressions allow users to compute values at different levels of detail in a visualization

    • They can be used to create custom aggregations, filters, and calculations

    • There are three types of LOD expressions: FIXED, INCLUDE, and EXCLUDE

    • FIXED LOD expressions define a level of detail that is independent of...

  • Answered by AI
  • Q4. Difference between Rank and Dense rank function?
  • Ans. 

    Rank function assigns unique rank to each distinct row, while Dense rank function assigns same rank to rows with same values.

    • Rank function is used to assign a unique rank to each distinct row based on the order specified in the ORDER BY clause.

    • Dense rank function is used to assign the same rank to rows with the same values, skipping the next rank if there are ties.

    • Rank function returns consecutive ranks, while dense ra...

  • Answered by AI
  • Q5. Some questions on Excel
Round 3 - Aptitude Test 

2 questions on Aptitude test asked by Hiring manager and 1 SQL question

Interview Preparation Tips

Topics to prepare for Saras Analytics Data Analyst interview:
  • SQL
  • Aptitude
  • Basic Maths
  • Power Bi
  • Excel
  • Good problem solving skills
Interview preparation tips for other job seekers - If you can crack Mystery puzzle, you can crack other rounds easily

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. OOPs, Linear vs Non Linear DS, DS definitions, JAVA, Puzzles.
Round 2 - Technical 

(1 Question)

  • Q1. Case study question regarding e-commerce. DSA question: Find pairs of given sum and triplets of given sum in an optimised way.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with DS and Algo, else get failed in the interview.

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if two trees are MirrorYou are given two arbitrary binary trees consisting of N and M number of nodes respectively, your task is to check whether the two trees are mirror of each other or not. Two trees are said to be mirror of each o... read more
View answer (2)

Data Analyst Interview Questions & Answers

user image Vinayak Patil

posted on 7 Feb 2024

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

I applied via AngelList and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

SQL test comprises of Warehouse Theoretical question and one SQL Murder Mystery Practical question.

Round 2 - Technical 

(1 Question)

  • Q1. Difference between Group by Where clause. LOD in Tableau Questions Regarding Projects.

Interview Preparation Tips

Topics to prepare for Saras Analytics Data Analyst interview:
  • SQL
  • Data Warehousing
  • Power Bi
  • Tableau
  • Excel
  • E commerce

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

I applied via Instahyre and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Good problem solving skills. Good knowledge of angular and JavaScript.

Round 2 - Technical 

(1 Question)

  • Q1. Coding question on problem solving .
Round 3 - HR 

(1 Question)

  • Q1. Discussion about the work i do and past self -project i have done .

Interview Preparation Tips

Interview preparation tips for other job seekers - IF you are applying for frontend roles please have good knowledge of angular .

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

Saras Analytics Interview FAQs

How many rounds are there in Saras Analytics interview?
Saras Analytics interview process usually has 2-3 rounds. The most common rounds in the Saras Analytics interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Saras Analytics 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 Saras Analytics. The most common topics and skills that interviewers at Saras Analytics expect are CRM, SQL, SAN, Analytics and Python.
What are the top questions asked in Saras Analytics interview?

Some of the top questions asked at the Saras Analytics interview -

  1. Difference between Having and where clau...read more
  2. Difference between Rank and Dense rank functi...read more
  3. SQL: What is the difference between HAVING and WHERE? Can WHERE be replaced wit...read more
How long is the Saras Analytics interview process?

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

Tell us how to improve this page.

Saras Analytics Interview Process

based on 9 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 226 Interviews
Tiger Analytics Interview Questions
3.7
 • 218 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Tredence Interview Questions
3.6
 • 122 Interviews
Axtria Interview Questions
3.1
 • 114 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

Saras Analytics Reviews and Ratings

based on 33 reviews

2.7/5

Rating in categories

2.9

Skill development

2.7

Work-life balance

3.1

Salary

2.3

Job security

2.5

Company culture

2.5

Promotions

2.6

Work satisfaction

Explore 33 Reviews and Ratings
Business Analyst
47 salaries
unlock blur

₹4.9 L/yr - ₹16.3 L/yr

Senior Business Analyst
15 salaries
unlock blur

₹9.5 L/yr - ₹22.1 L/yr

Data Analyst
11 salaries
unlock blur

₹3.6 L/yr - ₹13 L/yr

Junior Business Analyst
8 salaries
unlock blur

₹5 L/yr - ₹8.3 L/yr

Senior Data Analyst
8 salaries
unlock blur

₹16.8 L/yr - ₹20.9 L/yr

Explore more salaries
Compare Saras Analytics with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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