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

Filter interviews by

Clear (1)

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 Questionnaire 

1 Question

  • Q1. What friends think of you?
  • Ans. 

    My friends think of me as reliable, supportive, and always up for a good time.

    • Reliable - always there when they need help or support

    • Supportive - willing to listen and offer advice

    • Fun-loving - enjoys socializing and trying new things

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: After Resume Shortlist we had an aptitute round.
Tips: Answer according to your own judgement. Dont try to be too precise.

Round: HR Interview
Experience: I said they think I am a workaholic as I prefer to complete my work before chilling with them.

College Name: NIT Durgapur

Interview Preparation Tips

Round: HR Interview
Experience: Interview at 11 pm. Stressed environment, close to stress interview.
SELECTION PROCEDURE:
1.Online Test
2. GD
3. PI(HR)
GD TOPICS :
Topic 1 : How can education system benefit from interdisciplinary methods.
Topic 2 : Interconnected problems in the field of movie making.
INTERVIEW EXPERIENCE:
So you can speak German? Describe MS Dhoni in german. They opened Google Translate to counter check the words they wanted to be translated in both Deutsch and Spanish. Your profile speaks of an inclination towards software skills, why do you want to join an analytics company? Justify your action in two reasons as to why are you sitting here interviewing for the post of a data scientist rather than apply for a software engineer when this CV speaks highly of computer science? What is Finite Element Method? Explain. How relevant is your work in Computer Vision? Breakdown the tagline of Audi and translate accordingly. What is "Technik für Mobel" ? What are your current projects? Answer : Microsoft Xbox Kinect, Gesture Recognition. Counter question : But at Musimga you'd be doing far simpler stuff.? Counter suggestion : Why don't you go for MS?


Tips: Keep your cool during counter questions. Prepare your profile and CV well. Rest all is your hard work and groomed personal talents and acquired skills you learnt over the internet.

Skills: Ability To Cope Up With Stress, Spanish, German, Finite Element Modeling - FEM, Foreign Language
College Name: NIT Raipur
Funny Moments: Another HR enters in the midst of my interview and asks with bewildered amazement : What language is he speaking?
The other HR, "German".

Data Scientist Interview Questions & Answers

C5i user image Kushal Kulkarni

posted on 18 Jun 2024

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

I was interviewed in May 2024.

Round 1 - Assignment 

Questions based on ML,PYTHON, DATA VISUALIZATION

Round 2 - Technical 

(2 Questions)

  • Q1. What is TF-IDF IN NLP
  • Ans. 

    TF-IDF is a numerical statistic that reflects the importance of a word in a document relative to a collection of documents.

    • TF-IDF stands for Term Frequency-Inverse Document Frequency

    • It is used in Natural Language Processing (NLP) to determine the importance of a word in a document

    • TF-IDF is calculated by multiplying the term frequency (TF) by the inverse document frequency (IDF)

    • It helps in identifying the most important

  • Answered by AI
  • Q2. Python coding questions based on list

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice python
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

ML,DL,Python,NLP,Data VIsualization

Round 2 - Technical 

(1 Question)

  • Q1. Explain TF-IDF in NLP
  • Ans. 

    TF-IDF is a numerical statistic that reflects the importance of a word in a document relative to a collection of documents.

    • TF-IDF stands for Term Frequency-Inverse Document Frequency.

    • It is used in Natural Language Processing (NLP) to determine the importance of a word in a document.

    • TF-IDF is calculated by multiplying the term frequency (TF) of a word by the inverse document frequency (IDF) of the word.

    • It helps in ident...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Test of Basic data structures in Python include lists, tuples, and dictionaries, as well as loops and conditional statements.

Round 2 - Case Study 

Framework and requirements for chatbot implementation.

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

I applied via Recruitment Consultant and was interviewed in Dec 2018. There were 3 interview rounds.

Interview Questionnaire 

11 Questions

  • Q1. 1. Why Machine Learning?
  • Q2. 2. Why did you choose Data Science Field?
  • Ans. 

    I chose Data Science field because of its potential to solve complex problems and make a positive impact on society.

    • Fascination with data and its potential to drive insights

    • Desire to solve complex problems and make a positive impact on society

    • Opportunity to work with cutting-edge technology and tools

    • Ability to work in a variety of industries and domains

    • Examples: Predictive maintenance in manufacturing, fraud detection

  • Answered by AI
  • Q3. 3. What about Linear Regression? (Theory Part)
  • Q4. 4. What is the difference between Linear Regression and Logistic Regression?
  • Ans. 

    Linear Regression is used for predicting continuous numerical values, while Logistic Regression is used for predicting binary categorical values.

    • Linear Regression predicts a continuous output, while Logistic Regression predicts a binary output.

    • Linear Regression uses a linear equation to model the relationship between the independent and dependent variables, while Logistic Regression uses a logistic function.

    • Linear Regr...

  • Answered by AI
  • Q5. 5. Explain Confusion Matrix?
  • Ans. 

    Confusion matrix is a table used to evaluate the performance of a classification model.

    • It is a 2x2 matrix that shows the number of true positives, false positives, true negatives, and false negatives.

    • It helps in calculating various metrics like accuracy, precision, recall, and F1 score.

    • It is useful in identifying the strengths and weaknesses of a model and improving its performance.

    • Example: In a binary classification p...

  • Answered by AI
  • Q6. 6. Can we use confusion matrix in Linear Regression?
  • Ans. 

    No, confusion matrix is not used in Linear Regression.

    • Confusion matrix is used to evaluate classification models.

    • Linear Regression is a regression model, not a classification model.

    • Evaluation metrics for Linear Regression include R-squared, Mean Squared Error, etc.

  • Answered by AI
  • Q7. 7. Explain KNN Algorithm?
  • Ans. 

    KNN is a non-parametric algorithm used for classification and regression tasks.

    • KNN stands for K-Nearest Neighbors.

    • It works by finding the K closest data points to a given test point.

    • The class or value of the test point is then determined by the majority class or average value of the K neighbors.

    • KNN can be used for both classification and regression tasks.

    • It is a simple and easy-to-understand algorithm, but can be compu

  • Answered by AI
  • Q8. 8. Explain Random Forest and Decision Tree?
  • Ans. 

    Random Forest is an ensemble learning method that builds multiple decision trees and combines their outputs to improve accuracy.

    • Random Forest is a type of supervised learning algorithm used for classification and regression tasks.

    • It creates multiple decision trees and combines their outputs to make a final prediction.

    • Each decision tree is built using a random subset of features and data points to reduce overfitting.

    • Ran...

  • Answered by AI
  • Q9. 9. One Tricky Mathematical Question !
  • Q10. 10. What are the Projects you have done?
  • Ans. 

    I have worked on various projects involving data analysis, machine learning, and predictive modeling.

    • Developed a predictive model to forecast customer churn for a telecommunications company.

    • Built a recommendation system using collaborative filtering for an e-commerce platform.

    • Performed sentiment analysis on social media data to understand customer opinions and preferences.

    • Implemented a fraud detection system using anom...

  • Answered by AI
  • Q11. I didn't get shortlisted for 2nd Round.

Interview Preparation Tips

General Tips: anyone who wants to go in data science field should actually be interested in the field not the money. They should be good in Statistics, Probability and Theory part of ML algorithms.
They will ask you about the projects you have mentioned in resume and all the questions will be from that part.
Skills: Communication, Body Language, Problem Solving, Analytical Skills
Duration: 1-4 weeks

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

There are 10 multiple-choice questions (MCQs) on Python, 20 MCQs on machine learning (ML), and 10 questions on deep learning (DL).

Round 2 - Technical 

(1 Question)

  • Q1. The technical round was divided in three phases - phase -1 : intro and professional projects They asked about the projects I have contributed in my full-time tenure. Then, asked me to pick any one of them...

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on conditional probability , python basics, and your resume projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 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 Resume tips
Round 2 - Aptitude Test 

Medium level of question are there in this section

Round 3 - Group Discussion 

Basic level of question are there in this section

Round 4 - Technical 

(2 Questions)

  • Q1. Q. What is joints? Q. What is linear search? Q. What is your hobby?
  • Ans. 

    Joints are connections between bones that allow movement and provide support to the body.

    • Joints are found throughout the body, such as the knee, elbow, and shoulder.

    • They are made up of bones, cartilage, ligaments, and synovial fluid.

    • Joints enable various types of movements, including flexion, extension, rotation, and abduction.

    • Different types of joints include hinge joints, ball-and-socket joints, and pivot joints.

    • Join...

  • Answered by AI
  • Q2. What is joints and what is your hobby?
  • Ans. 

    I'm not sure how joints relate to data science, but my hobby is playing guitar.

    • Joints can refer to the connection between two bones in the body or the way two things are connected or joined together.

    • Playing guitar is a hobby that helps me relax and unwind after a long day of working with data.

    • While seemingly unrelated to data science, playing an instrument can actually improve cognitive function and creativity, which c

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic SQL and Java language are enough for the interview

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

Sigmoid

No Interviews

INTERVIEWS

Amber Enterprises India

No Interviews

INTERVIEWS

Coca-Cola Company

No Interviews

INTERVIEWS

Swelect Energy Systems

No Interviews

INTERVIEWS

East India Udyog

No Interviews

DESIGNATION

INTERVIEWS

Coca-Cola Company

No Interviews

INTERVIEWS

Coca-Cola Company

No Interviews

INTERVIEWS

Acuity Knowledge Partners

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

Tell us how to improve this page.

Sigmoid Senior Data Scientist Lead Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 229 Interviews
Tiger Analytics Interview Questions
3.7
 • 221 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Crisil Interview Questions
3.6
 • 187 Interviews
Indegene Interview Questions
3.4
 • 151 Interviews
Tredence Interview Questions
3.6
 • 123 Interviews
Nielsen Interview Questions
3.7
 • 117 Interviews
Axtria Interview Questions
3.1
 • 115 Interviews
Kantar Interview Questions
3.5
 • 96 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
86 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Data Scientist
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sigmoid 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