Upload Button Icon Add office photos
Engaged Employer

i

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

Sigmoid Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 104 Reviews

Filter interviews by

Sigmoid Senior Data Scientist Lead Interview Questions and Answers

Updated 11 Jul 2024

Sigmoid Senior Data Scientist Lead Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. How does dropout help in neural networks?
  • Ans. 

    Dropout helps prevent overfitting in neural networks by randomly setting a fraction of input units to zero during training.

    • Dropout helps in preventing overfitting by reducing the interdependence between neurons

    • It acts as a regularization technique by randomly setting a fraction of input units to zero during training

    • Dropout forces the network to learn redundant representations, making it more robust and generalizable

    • It ...

  • Answered by AI
  • Q2. How does xgboost deal with nan values?
  • Ans. 

    XGBoost can handle missing values (NaN) by assigning them to a default direction during tree construction.

    • XGBoost treats NaN values as missing values and learns the best direction to go at each node to handle them

    • During tree construction, XGBoost assigns NaN values to the default direction based on the training data statistics

    • XGBoost can handle missing values in both input features and target variables

  • Answered by AI
  • Q3. What would you do if you see your model not performing well on a time series prediction specifically on peaks and troughs?
  • Q4. How would you deal with datasets having lots of categories
  • Ans. 

    Utilize feature engineering techniques like one-hot encoding or target encoding to handle datasets with many categories.

    • Use feature engineering techniques like one-hot encoding to convert categorical variables into numerical values

    • Consider using target encoding to encode categorical variables based on the target variable

    • Apply dimensionality reduction techniques like PCA or LDA to reduce the number of features

    • Use tree-b...

  • Answered by AI
Round 2 - Case Study 

Case study involved creating a churn model with an imbalanced dataset. It contained a lot of missing values in numerical features which were correlated, Also the scaling was highly skewed. Categorical data contained a lot of low frequency categories. They wanted a final model performance on a test dataset on chosen KPIs (I chose F1-score).

Round 3 - Technical 

(2 Questions)

  • Q1. Questions on the case study - assumptions made, why did you choose a particular KPI? What was the loss function? How did you deal with class imbalance, nan values , high number of categories? Did you perfo...
  • Q2. Questions related to past experience - I told him about my last project which was based on computer vision. Interviewer asked a lot of clarifying questions and inquired about the process
Round 4 - Behavioral interview 

(4 Questions)

  • Q1. Asked about previous projects and the business impact.
  • Q2. What challenges have you faced managing a team?
  • Q3. Asked about a hypothetical scenario, how would you help the customer with that
  • Q4. What would you do if someone in your team is not performing well
Round 5 - HR 

(2 Questions)

  • Q1. Salary Discussion
  • Q2. Previous employment history

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. How will you find loyal customers for a store like DMart , SmartBazar
  • Ans. 

    Utilize customer transaction data and behavior analysis to identify loyal customers for DMart and SmartBazar.

    • Use customer transaction history to identify frequent shoppers

    • Analyze customer behavior patterns such as repeat purchases and average spend

    • Implement loyalty programs to incentivize repeat purchases

    • Utilize customer feedback and reviews to gauge loyalty

    • Segment customers based on their shopping habits and preferenc

  • Answered by AI
  • Q2. Who is more valuable a customer who is making small transactions everyday or the customer who makes big transactions in a month
  • Ans. 

    It depends on the business model and goals of the company.

    • Small transactions everyday can lead to consistent revenue streams and customer engagement.

    • Big transactions in a month can indicate high purchasing power and potential for larger profits.

    • Consider customer lifetime value, retention rates, and overall business strategy when determining value.

  • Answered by AI
  • Q3. What will you do as a data scientist if the sales of a store is declining
  • Ans. 

    I would conduct a thorough analysis of the sales data to identify trends and potential causes of the decline.

    • Review historical sales data to identify patterns or seasonality

    • Conduct customer surveys or interviews to gather feedback

    • Analyze competitor data to understand market dynamics

    • Implement predictive modeling to forecast future sales

    • Collaborate with marketing team to develop targeted strategies

  • Answered by AI
  • Q4. We have to bundle the items together in the units of 2-3 as a single units like chips of 3 packets together. how to identify which items to bundle and number of units. Create a machine learning model for i...
  • Q5. You are working in a project, where your approach towards problem is more innovative while the rest of the team is following conventional approach. how will you convince them to follow your approach.
  • Ans. 

    I would showcase the potential benefits and results of my innovative approach to convince the team.

    • Highlight the advantages of the innovative approach such as improved efficiency, accuracy, or cost-effectiveness.

    • Provide real-world examples or case studies where similar innovative approaches have led to successful outcomes.

    • Encourage open discussion and collaboration within the team to explore the potential of combining ...

  • Answered by AI
Round 2 - Case Study 

1. A store has promotional offers how will you analyse that offers are working in their favour.
2. What data will you require if you want to predict the sales of the chocolate in a store.
3. Why data is distributed normally in linear regression.
4. Difference between linear and logistic regression
5. A person who is senior to you and you are working on the same project. But that person has very bad reputation of misbehaving and being rude to people. And he is doing same with you. What will you do?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare case study a lot. Both round were mainly revolving around case study and situational HR questions. Coding questions were not asked a lot. only few that too were quite easy.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain any ML model.
  • Q2. Create Dataframe from two lists.

Interview Preparation Tips

Topics to prepare for Nielsen Data Scientist interview:
  • Python
  • pandas
  • ML
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic mathematical and resoning questions.

Round 2 - Personal Interview 

(4 Questions)

  • Q1. Tell me about your self
  • Q2. Explain the recent project
  • Ans. 

    Developed a predictive model for customer churn in a telecom company

    • Collected and cleaned customer data including usage patterns and demographics

    • Used machine learning algorithms such as logistic regression and random forest

    • Evaluated model performance using metrics like accuracy and AUC-ROC curve

  • Answered by AI
  • Q3. What is the difference between random forest and decision tree
  • Ans. 

    Random forest is an ensemble learning method that uses multiple decision trees to make predictions, while a decision tree is a single tree-like structure that makes decisions based on features.

    • Random forest is a collection of decision trees that work together to make predictions.

    • Decision tree is a single tree-like structure that makes decisions based on features.

    • Random forest reduces overfitting by averaging the predic...

  • Answered by AI
  • Q4. What is cost function
  • Ans. 

    A cost function is a mathematical formula used to measure the cost of a particular decision or set of decisions.

    • Cost function helps in evaluating the performance of a model by measuring how well it is able to predict the outcomes.

    • It is used in optimization problems to find the best solution that minimizes the cost.

    • Examples include mean squared error in linear regression and cross-entropy loss in logistic regression.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the above questions is based upon the project what i have explained

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain the RAG pipeline?
  • Ans. 

    RAG pipeline is a data processing pipeline used in data science to categorize data into Red, Amber, and Green based on certain criteria.

    • RAG stands for Red, Amber, Green which are used to categorize data based on certain criteria

    • Red category typically represents data that needs immediate attention or action

    • Amber category represents data that requires monitoring or further investigation

    • Green category represents data that...

  • Answered by AI
  • Q2. Explain Confusion metrics
  • Ans. 

    Confusion metrics are used to evaluate the performance of a classification model by comparing predicted values with actual values.

    • Confusion matrix is a table that describes the performance of a classification model.

    • It consists of four different metrics: True Positive, True Negative, False Positive, and False Negative.

    • These metrics are used to calculate other evaluation metrics like accuracy, precision, recall, and F1 s...

  • Answered by AI

Skills evaluated in this interview

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

DSA and ML, AI, Coding question

Round 2 - One-on-one 

(1 Question)

  • Q1. Case study which was easy
Round 3 - One-on-one 

(1 Question)

  • Q1. In depth questions on ML
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

SQL, Python coding …

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Sql, Python programming Questions
Round 2 - Technical 

(1 Question)

  • Q1. Retail, CPG based case study questions like offer allocation method for loyal customers
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

I was asked to write SQL queries for 3rd highest salary of the employee, some name filtering, group by tasks.
Python code to find the index of the maximum number without using numpy.

Round 2 - One-on-one 

(1 Question)

  • Q1. Explain the Project undertaken during the research and follow-up questions
Round 3 - Technical 

(1 Question)

  • Q1. Write pandas query to separate the names as first and last name from the full name. Drop the duplicate columns and also the missing values. Write output for the Python code. Write SQL query to retrieve t...
  • Ans. 

    Answering questions related to data science concepts and techniques.

    • Recall is the ratio of correctly predicted positive observations to the total actual positives. Precision is the ratio of correctly predicted positive observations to the total predicted positives.

    • To reduce variance in an ensemble model, techniques like bagging, boosting, and stacking can be used. Bagging involves training multiple models on different ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nielsen Data Scientist interview:
  • Python
  • Pandas
  • SQL
  • Machine Learning
Interview preparation tips for other job seekers - Have your basics strong.

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Technology,(NIT), Agartala and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There was aptitude qusns and video synthesis qusn

Round 2 - Technical 

(5 Questions)

  • Q1. They showed a video and asked to write about my understanding
  • Q2. Case study related qusns
  • Q3. She asked me about javascript
  • Q4. Verified my speaking capabilities
  • Q5. Firstly asked about my intro

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, study your resume and learn about case studies online

Sigmoid Interview FAQs

How many rounds are there in Sigmoid Senior Data Scientist Lead interview?
Sigmoid interview process usually has 5 rounds. The most common rounds in the Sigmoid interview process are Technical, Case Study and HR.
What are the top questions asked in Sigmoid Senior Data Scientist Lead interview?

Some of the top questions asked at the Sigmoid Senior Data Scientist Lead interview -

  1. How would you deal with datasets having lots of categor...read more
  2. How does dropout help in neural networ...read more
  3. How does xgboost deal with nan valu...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Sigmoid interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 224 Interviews
Tiger Analytics Interview Questions
3.7
 • 216 Interviews
Fractal Analytics Interview Questions
4.0
 • 203 Interviews
Crisil Interview Questions
3.7
 • 182 Interviews
Indegene Interview Questions
3.4
 • 149 Interviews
Tredence Interview Questions
3.6
 • 122 Interviews
Axtria Interview Questions
3.0
 • 114 Interviews
Nielsen Interview Questions
3.7
 • 114 Interviews
Kantar Interview Questions
3.5
 • 104 Interviews
View all
Sigmoid Senior Data Scientist Lead Salary
based on 4 salaries
₹46 L/yr - ₹58 L/yr
69% more than the average Senior Data Scientist Lead Salary in India
View more details
Software Development Engineer II
79 salaries
unlock blur

₹14 L/yr - ₹23 L/yr

Data Scientist
45 salaries
unlock blur

₹10.5 L/yr - ₹22.5 L/yr

Data Engineer
44 salaries
unlock blur

₹8.5 L/yr - ₹25 L/yr

Senior Data Scientist
38 salaries
unlock blur

₹15 L/yr - ₹28 L/yr

Software Development Engineer
36 salaries
unlock blur

₹13.2 L/yr - ₹20.4 L/yr

Explore more salaries
Compare Sigmoid with

Fractal Analytics

4.0
Compare

Mu Sigma

2.7
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview