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

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is Overfitting in decision tree
  • Ans. 

    Overfitting in decision trees occurs when the model learns noise in the training data rather than the underlying pattern.

    • Overfitting happens when the decision tree is too complex and captures noise in the training data.

    • It leads to poor generalization on unseen data, as the model is too specific to the training set.

    • To prevent overfitting, techniques like pruning, setting a minimum number of samples per leaf, or using en

  • Answered by AI
  • Q2. What is bagging
  • Ans. 

    Bagging is a machine learning ensemble technique where multiple models are trained on different subsets of the training data and their predictions are combined.

    • Bagging stands for Bootstrap Aggregating.

    • It helps reduce overfitting by combining the predictions of multiple models.

    • Random Forest is a popular algorithm that uses bagging by training multiple decision trees on random subsets of the data.

  • Answered by AI
  • Q3. What is neuron How its used in DL
  • Ans. 

    A neuron is a basic unit of a neural network that receives input, processes it, and produces an output.

    • Neurons are inspired by biological neurons in the human brain.

    • They receive input signals, apply weights to them, sum them up, and pass the result through an activation function.

    • Neurons are organized in layers in a neural network, with each layer performing specific tasks.

    • In deep learning, multiple layers of neurons ar...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. SQL, excel, python and power Bi
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Asked about scenario-based Small case study questions
  • Q2. Explain statistical concepts like Hypothesis testing, and type 1 and type 2 errors.
  • Ans. 

    Hypothesis testing is a statistical method to test a claim about a population parameter. Type 1 error is rejecting a true null hypothesis, and type 2 error is failing to reject a false null hypothesis.

    • Hypothesis testing involves formulating a null hypothesis and an alternative hypothesis.

    • Type 1 error occurs when we reject a null hypothesis that is actually true.

    • Type 2 error occurs when we fail to reject a null hypothes...

  • Answered by AI
  • Q3. Coding questions about Python and SQL
  • Q4. Questions about Machine learning algorithms, AUC ROC, Classification metrics
Round 2 - Technical 

(3 Questions)

  • Q1. Explain about projects working on.
  • Q2. About a small scenario-based case study, how will you perform
  • Q3. How will you handle angry clients
Round 3 - HR 

(2 Questions)

  • Q1. Situation-based questions, small management scenario, what you will do
  • Q2. More questions about you? what you like and how the organization is good for you

Interview Preparation Tips

Topics to prepare for MathCo Associate Data Scientist interview:
  • Statistics
  • Python
  • Pandas
  • SQL
  • Machine Learning
Interview preparation tips for other job seekers - Be confident, and clear your basics. Go through some real-world end-to-end projects. To get referral, search company on LinkedIn there will be many people who can refer you.
Interview experience
4
Good
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 

Basic quants,lrdi and coding round

Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on sql and python, past projects
Round 4 - HR 

(1 Question)

  • Q1. Basic questions

I applied via Campus Placement and was interviewed in Oct 2022. There were 4 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 - Aptitude Test 

SQL and quant, logical questions were asked.

Round 3 - Technical 

(1 Question)

  • Q1. 1. Tell me about your self 2. Resume based questions 3. Need to write basic SQL queries and also print same output using pandas
Round 4 - Technical 

(1 Question)

  • Q1. 1. Tell me about your self 2. Statistics questions 3. Guestimates 4. Why do you want to join company

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a knowledge on your resume completely and prepare SQL and python libraries very well. Practice guestimates questions as well.

Data Analyst Interview Questions & Answers

Demandbase user image Syed Afraz Hussain

posted on 24 May 2023

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

I applied via campus placement at Muffakhamjah College of Engineering and Technology, Hyderabad and was interviewed before May 2022. There were 5 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 - Aptitude Test 

It was a hybrid type of test it consisted of 3 sections
1. Aptitude
2. 2 DSA questions only the algorithm was to be written on the paper
3. 5 SQL queries (Intermediate level)

Round 3 - One-on-one 

(2 Questions)

  • Q1. This was a one-to-one coding round medium-level dsa questions were asked.
  • Q2. Find the minimum element in a stack in O(1) complexity
  • Ans. 

    To find the minimum element in a stack in O(1) complexity, we can use an auxiliary stack.

    • Create an auxiliary stack to keep track of the minimum element.

    • Push the first element of the main stack onto the auxiliary stack.

    • For each subsequent element, compare it with the top element of the auxiliary stack.

    • If it is smaller, push it onto the auxiliary stack.

    • To get the minimum element, simply return the top element of the auxi...

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. In this round knowledge regarding SQL queries was tested.
  • Q2. Fetch data without using subqueries instead use joins type of questions
Round 5 - One-on-one 

(1 Question)

  • Q1. In this round real world problem was described and I was asked to develop a data analytics solution for the same.

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on DSA and SQL and you will get through it.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Resume Screening.....
Round 3 - Technical 

(1 Question)

  • Q1. Project explanation from the resume, NLP, Python, Supervised/Unsupervised/Boosting Algorithms
Round 4 - Behavioral 

(1 Question)

  • Q1. Logical thinking.....

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep a deep understanding of your projects. Do Research about the company. Be clear with python basics concepts, libraries and most asked coding questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Coding Test 

Basic test with Data Structures, algorithms, SQL questions

Round 3 - Technical 

(1 Question)

  • Q1. Questions about basic ML Algorithms
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at University Business School (UBS), Chandigarh and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 

It consist of questions related to aptitude, basic computer science, statistics.

Round 3 - Communication 

(1 Question)

  • Q1. Listen to audio and speak what is said.
Round 4 - One-on-one 

(2 Questions)

  • Q1. What is your strength and weakness.
  • Q2. What is join and it's types
  • Ans. 

    Join is a SQL operation 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 ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MathCo Data Analyst interview:
  • SQL
  • Web Development
Interview preparation tips for other job seekers - It was quite easy. If you have good communication skills and confidence. You can clear easily.

Skills evaluated in this interview

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.

Subex Senior Data Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Subex Senior Data Analyst Salary
based on 36 salaries
₹5 L/yr - ₹12 L/yr
23% 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
336 salaries
unlock blur

₹3.5 L/yr - ₹11.7 L/yr

Software Engineer
174 salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Technical Anchor
171 salaries
unlock blur

₹6.5 L/yr - ₹24.5 L/yr

Test Anchor
88 salaries
unlock blur

₹6 L/yr - ₹13.2 L/yr

Technical Operations Lead
86 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Explore more salaries
Compare Subex with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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