Upload Button Icon Add office photos

Subex

Compare button icon Compare button icon Compare

Filter interviews by

Subex Data Scientist Interview Questions and Answers

Updated 16 Oct 2024

Subex Data Scientist Interview Experiences

1 interview found

Data Scientist Interview Questions & Answers

user image Rahul singh

posted on 16 Oct 2024

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

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

Round 1 - Coding Test 

Python coding and sql coding

Round 2 - Technical 

(2 Questions)

  • Q1. List all the string which start with 'a'
  • Ans. 

    List of strings starting with 'a'

    • Use a loop to iterate through each string

    • Check if each string starts with 'a'

    • Add the string to the list if it starts with 'a'

  • Answered by AI
  • Q2. Find out max value from the given table
  • Ans. 

    Use SQL query to find max value from a table

    • Use SQL query SELECT MAX(column_name) FROM table_name;

    • For example, SELECT MAX(salary) FROM employees;

    • Ensure proper column name and table name are used in the query

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - great experience

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Subex?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Sep 2021. There were 4 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 

(1 Question)

  • Q1. Technical questions about machine learning and data science
Round 3 - Technical 

(1 Question)

  • Q1. Machine learning and data science and about past industry projects
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and about joining. Roles explained by HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical knowledge is important and about your past roles and responsibilities

Data Scientist Interview Questions Asked at Other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
Q2. Special Sum of Array Problem Statement Given an array 'arr' conta ... read more
asked in Affine
Q3. You have a pandas dataframe with three columns filled with state ... read more
asked in Walmart
Q4. Describe the data you would analyze to solve cost and revenue opt ... read more
Q5. Clone a Linked List with Random Pointers Given a linked list wher ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. Difference between Precision and Recall? How to select features? What’s p-value?
  • Ans. 

    Precision and Recall are evaluation metrics for classification models. Feature selection is important for model performance. P-value is a statistical measure.

    • Precision is the ratio of true positives to the total predicted positives. Recall is the ratio of true positives to the total actual positives.

    • Precision is important when false positives are costly, while recall is important when false negatives are costly.

    • Feature...

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

(1 Question)

  • Q1. Questions on project life cycle: Challenges faced during Data Cleaning and Feature Engineering?

Interview Preparation Tips

Interview preparation tips for other job seekers - Read JD Carefully and prepare accordingly. Technical part must be strong.

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Machine Learning, Difference among AI, ML and DL
  • Ans. 

    Machine Learning is a subset of Artificial Intelligence that uses algorithms to learn from data and make predictions.

    • AI (Artificial Intelligence) is the broader concept of machines being able to carry out tasks in a way that we would consider 'smart'.

    • ML (Machine Learning) is a subset of AI that focuses on the development of computer programs that can access data and use it to learn for themselves.

    • DL (Deep Learning) is ...

  • Answered by AI
  • Q2. Evaluation Metrics for Classification
  • Ans. 

    Evaluation metrics are used to assess the performance of classification models.

    • Common evaluation metrics include accuracy, precision, recall, F1 score, and ROC-AUC.

    • Accuracy measures the overall correctness of the model's predictions.

    • Precision measures the proportion of true positive predictions out of all positive predictions.

    • Recall measures the proportion of true positive predictions out of all actual positives.

    • F1 sco...

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

(2 Questions)

  • Q1. Window Function of SQL
  • Ans. 

    Window functions in SQL allow you to perform calculations across a set of table rows related to the current row.

    • Window functions are used to perform calculations on a set of rows related to the current row.

    • They do not reduce the number of rows returned by the query.

    • Common window functions include ROW_NUMBER(), RANK(), DENSE_RANK(), and NTILE().

  • Answered by AI
  • Q2. Index and Procedure in SQL
  • Ans. 

    Indexes are used to improve the performance of SQL queries by allowing faster data retrieval. Procedures are reusable SQL code blocks.

    • Indexes are used to quickly locate data without having to scan the entire table.

    • Procedures are stored SQL code blocks that can be executed multiple times.

    • Indexes can be created on columns to speed up search queries.

    • Procedures can accept input parameters and return results.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary Expectation
  • Q2. Location Preferemce

Interview Preparation Tips

Topics to prepare for BUSINESSNEXT Data Scientist interview:
  • Python
  • Machine Learning
  • SQL

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

Vyapar user image Shekhar Bisht

posted on 24 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on self join
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

HackerEarth based assessment.
1. 8 qs were stats & prob based multiples choices
2. 2 were medium level sql questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Started with basic sql question like diff btw nosql & sql, join etc
  • Q2. Table were given in google sheet & had to write basic level queries on them eg. cte's, agg function, lead & lag func
  • Ans. 

    Basic SQL queries using CTEs, aggregate functions, and window functions like LEAD and LAG in Google Sheets.

    • CTE (Common Table Expression) allows you to define a temporary result set. Example: WITH SalesCTE AS (SELECT * FROM Sales) SELECT * FROM SalesCTE;

    • Aggregate functions like COUNT, SUM, AVG help summarize data. Example: SELECT COUNT(*) FROM Orders WHERE Status = 'Completed';

    • LEAD function retrieves the next row's valu...

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. The interviewer was not serious at all, asked silly quizzes instead of business case study, KPI & metrics
  • Q2. Prepare for logical reasoning

Interview Preparation Tips

Interview preparation tips for other job seekers - Study A/B testing, Hypothesis testing & logical reasoning (quizzes)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Consisted of 10 questions, 2 SQL medium level questions and remaining easy aptitude, profit loss, work time etc

Round 2 - Technical 

(2 Questions)

  • Q1. SQL visualisation
  • Q2. SQL Questions theory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be well prepared with SQL as the role required it.
Are these interview questions helpful?
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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Sep 2023. 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 

Knowledge. Creative. Innovative

Round 3 - Group Discussion 

Knowledge new idea reach target reach gaol
Idea screening

Round 4 - Computer knowledge 

(1 Question)

  • Q1. New innovative.... Profit earn.. Reach goal
Round 5 - Coding Test 

Mats knowledge ...creative... Idea

Interview Preparation Tips

Topics to prepare for Financial Software & Systems Data Analyst interview:
  • Television
Interview preparation tips for other job seekers - i always give my effort

Subex Interview FAQs

How many rounds are there in Subex Data Scientist interview?
Subex interview process usually has 2 rounds. The most common rounds in the Subex interview process are Coding Test and Technical.
What are the top questions asked in Subex Data Scientist interview?

Some of the top questions asked at the Subex Data Scientist interview -

  1. list all the string which start with ...read more
  2. find out max value from the given ta...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

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 Data Scientist Salary
based on 38 salaries
₹6 L/yr - ₹18 L/yr
31% less than the average Data Scientist Salary in India
View more details

Subex Data Scientist Reviews and Ratings

based on 7 reviews

2.9/5

Rating in categories

3.7

Skill development

2.8

Work-life balance

3.4

Salary

3.0

Job security

2.4

Company culture

2.2

Promotions

3.7

Work satisfaction

Explore 7 Reviews and Ratings
Senior Software Engineer
381 salaries
unlock blur

₹4.7 L/yr - ₹9.7 L/yr

Software Engineer
196 salaries
unlock blur

₹4 L/yr - ₹8.4 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