Upload Button Icon Add office photos

Subex

Compare button icon Compare button icon Compare

Filter interviews by

Subex Senior Data Analyst Interview Questions and Answers

Updated 6 Aug 2024

Subex Senior Data Analyst Interview Experiences

1 interview found

Senior Data Analyst Interview Questions & Answers

user image Narendra Pendurthi

posted on 6 Aug 2024

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

(3 Questions)

  • Q1. Questions about SQL
  • Q2. Questions about python dataframes
  • Q3. Difference between random forest and decision tree
  • Ans. 

    Random forest is an ensemble learning method using multiple decision trees to improve accuracy and reduce overfitting.

    • Random forest uses multiple decision trees to make predictions.

    • Decision tree is a single tree structure used for classification and regression.

    • Random forest reduces overfitting by averaging the predictions of multiple trees.

    • Decision tree can be prone to overfitting if not pruned properly.

    • Random forest i...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Subex?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Feb 2017.

Interview Questionnaire 

1 Question

  • Q1. Asked questions in my previous project experience.

Interview Preparation Tips

Round: Test
Experience: Pretty simple question on general aptitude. Logical reasoning etc
Duration: 3 hours

Round: Technical Interview
Experience: Question we're based on my resume and my previous project experiences.
Tips: Basically they will select you if you match there salary bandwidth and general skill set. If your above their limit then you will be rejected after the first technical interview itself

Senior Data Analyst Interview Questions Asked at Other Companies

Q1. What is the difference between the Least Squares Method and Maxim ... read more
asked in Proftware
Q2. Imagine you are presented with a complex dataset from a multinati ... read more
Q3. How do you improve the performance of Linear Regression?
asked in Chubb
Q4. Given a table 'matches' with columns 'team1', 'team2', and 'winne ... read more
asked in NielsenIQ
Q5. Have you used Power BI ? and various types of visualization in Po ... read more

Interview Questionnaire 

3 Questions

  • Q1. How the job is beneficial to job seekers who has applied for it ?
  • Ans. 

    The job of a Business Analyst is beneficial for job seekers as it offers a challenging and rewarding career with opportunities for growth and development.

    • Provides exposure to various industries and domains

    • Opportunities to work with cross-functional teams

    • Develops analytical and problem-solving skills

    • Enhances communication and presentation skills

    • Offers competitive salaries and benefits

    • Potential for career advancement and...

  • Answered by AI
  • Q2. How the job gives satisfaction for client who has worked for it ?
  • Ans. 

    Business Analysts ensure client satisfaction by delivering insights, improving processes, and aligning solutions with business goals.

    • Understanding Client Needs: By conducting thorough requirements gathering, Business Analysts ensure that the solutions developed meet the specific needs of clients, leading to higher satisfaction.

    • Data-Driven Insights: They analyze data to provide actionable insights, helping clients make ...

  • Answered by AI
  • Q3. How much recruitment I have hire for a job that I have wanted to do ?
  • Ans. 

    The number of recruitment hires for a desired job varies based on factors like company size, industry, and job requirements.

    • Consider the size of the company - larger companies may have more recruitment hires

    • Industry trends - certain industries may have higher turnover rates and require more recruitment

    • Job requirements - specialized roles may require more recruitment efforts

    • Utilize data analytics to determine optimal re...

  • Answered by AI

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Interviewer will give some scenario and ask us to prepare wireframe and use case diagram
  • Q2. About current role and responsibilities
  • Q3. Questions about the domain knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - once i have cleared my online test, 1st technical round lasted around 45mins and 2nd round lasted around 1hr.

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

Interview Questionnaire 

2 Questions

  • Q1. Question related to my previous job.
  • Q2. Asked about the previous company and education.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself and go for it
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 Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

6 mcqs and 2 sql questions

Round 2 - Technical 

(5 Questions)

  • Q1. Difference between having and where in sql
  • Q2. Sql joins and it types
  • Q3. Window functions and subqueries
  • Q4. Sql scenario question based on joins
  • Q5. Kpi's and metrics
Round 3 - Technical 

(1 Question)

  • Q1. Business problem related to case study

Interview Preparation Tips

Interview preparation tips for other job seekers - learn sql, problem solving,puzzles,kpi's and metrics

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Basic Hacker Rank SQL Questions 2 . and 10 MCQ based

Round 2 - Technical 

(3 Questions)

  • Q1. Select customer, sum(amt ) as total_amt from t1 group by customer how many no. of rows it will return and explain this table t1 column name-> dept customer item amt
  • Q2. Select * , sum(amt) over (partition by customer) as total_amt from t2
  • Ans. 

    The query selects all columns and calculates the total amount for each customer in table t2.

    • The query uses a window function to calculate the sum of 'amt' for each customer in the 't2' table.

    • The 'partition by customer' clause divides the result set into partitions based on the 'customer' column.

    • The 'select *' statement selects all columns from the table along with the calculated total amount.

    • The 'sum(amt) over (partiti...

  • Answered by AI
  • Q3. How many Customers has purchased same item on the Same day more than onnce
  • Ans. 

    To find customers who purchased the same item multiple times on the same day.

    • Identify unique customers who purchased the same item multiple times on the same day

    • Check for duplicate transactions by customer and item on the same day

    • Aggregate the data to count the number of customers who made multiple purchases of the same item on the same day

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic sql and solve questiosn without seeing answers
Are these interview questions helpful?
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 Nov 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

In a group discussion, one or more members engage in conversation about specific topics, sharing their knowledge and gaining insights from each other.

Round 2 - HR 

(5 Questions)

  • Q1. Ask short introduction about employees
  • Q2. Ask questions about our discussed topic in group discussion and questions about relavant job title
  • Q3. Ask some technical questions
  • Q4. And ask some coding syntax
  • Q5. Ask about job title

Interview Preparation Tips

Interview preparation tips for other job seekers - Enhance skills relevant to the job domain and participate in interviews.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Easy question for aptitude test

Round 2 - HR 

(5 Questions)

  • Q1. Ask self introduction?
  • Q2. Ask relevant topic about job title
  • Q3. Ask about ai skills?
  • Q4. Ask about the experience intership group discussion?
  • Q5. What did you learn about ai in college
  • Ans. 

    I learned about AI's applications, algorithms, and ethical considerations during my college studies, enhancing my analytical skills.

    • Studied machine learning algorithms like decision trees and neural networks, which are essential for predictive analytics.

    • Explored natural language processing (NLP) techniques, such as sentiment analysis, to understand customer feedback.

    • Analyzed case studies on AI in healthcare, demonstrat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your skills development and provide materials
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is your salary expectation
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Data Analyst positions.

    • Consider my years of experience in data analysis

    • Research the average salary for Data Analysts in this location

    • Factor in any additional skills or certifications I bring to the table

  • Answered by AI
  • Q2. What skills you have
  • Ans. 

    I have strong analytical skills, proficiency in data analysis tools, and excellent communication skills.

    • Strong analytical skills

    • Proficiency in data analysis tools (e.g. Excel, SQL, Python)

    • Excellent communication skills (both written and verbal)

  • Answered by AI
  • Q3. About previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interviiew

Subex Interview FAQs

How many rounds are there in Subex Senior Data Analyst interview?
Subex interview process usually has 1 rounds. The most common rounds in the Subex interview process are Technical.
What are the top questions asked in Subex Senior Data Analyst interview?

Some of the top questions asked at the Subex Senior Data Analyst interview -

  1. difference between random forest and decision t...read more
  2. Questions about python datafra...read more
  3. Questions about ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

Yardi Systems Interview Questions
3.6
 • 72 Interviews
BUSINESSNEXT Interview Questions
3.3
 • 68 Interviews
Ramco Systems Interview Questions
3.9
 • 67 Interviews
Vyapar Interview Questions
3.5
 • 60 Interviews
View all
Subex Senior Data Analyst Salary
based on 36 salaries
₹5.6 L/yr - ₹12 L/yr
27% less than the average Senior Data Analyst Salary in India
View more details

Subex Senior Data Analyst Reviews and Ratings

based on 2 reviews

3.8/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

2.4

Salary

4.4

Job security

3.2

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
382 salaries
unlock blur

₹4.7 L/yr - ₹9.9 L/yr

Software Engineer
195 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Technical Anchor
179 salaries
unlock blur

₹9.6 L/yr - ₹18 L/yr

Test Anchor
92 salaries
unlock blur

₹6 L/yr - ₹13.2 L/yr

Technical Operations Lead
81 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Explore more salaries
Compare Subex with

Financial Software & Systems

3.8
Compare

Ramco Systems

3.9
Compare

IBS Software Services

3.6
Compare

Nucleus Software Exports

3.5
Compare
write
Share an Interview