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 Data Science Intern Interview Questions and Answers

Updated 27 Sep 2024

Sigmoid Data Science Intern Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Not Selected

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

Round 1 - Coding Test 

Topics like sql, python, aptitude were covered.

Round 2 - Technical 

(1 Question)

  • Q1. Questions from stats, machine learning were asked. Behavioral questions were also covered.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience but they didnt give any response for my mails. I was worried about the results for 3 weeks and later they told me it was a rejection. When I asked them for reason , they dont have any it seems . Post interview it was horrible experience for me .
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Aptitudes of everything

Round 2 - Coding Test 

Coding test in round 1 only

Interview Preparation Tips

Topics to prepare for Sigmoid Data Science Intern interview:
  • All ML topics and Sql
Interview preparation tips for other job seekers - Don't listen to the HR prepare for everything and certain coding questions

Data Science Intern Interview Questions Asked at Other Companies

asked in Uber
Q1. Puzzle QuestionIn a bank, suppose there are 5 counters. Which app ... read more
Q2. Rotate matrix by 90 degreesYou are given a square matrix of non-n ... read more
asked in Uber
Q3. SQL QuestionA table containing the details of all the drivers, an ... read more
asked in Uber
Q4. SQL QuestionA table containing the details of all the drivers, an ... read more
asked in Uber
Q5. Puzzle QuestionHow would you predict which user is likely to chur ... read more

Interview questions from similar companies

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

Logical reasoning, deduction reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Basic DSA leetcode easy and medium , arrays and hashmaps and LRU cache
  • Q2. SQL queries and DBMS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise DBMS and SQL and it is required
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 …

I applied via Campus Placement and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Random forest, time series analysis.

Interview Preparation Tips

Interview preparation tips for other job seekers - Concepts must be thorough.

Sigmoid Interview FAQs

How many rounds are there in Sigmoid Data Science Intern interview?
Sigmoid interview process usually has 2 rounds. The most common rounds in the Sigmoid interview process are Coding Test, Aptitude Test and Technical.

Tell us how to improve this page.

People are getting interviews through

based on 2 Sigmoid interviews
Referral
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 221 Interviews
Tiger Analytics Interview Questions
3.6
 • 210 Interviews
Fractal Analytics Interview Questions
4.0
 • 195 Interviews
Crisil Interview Questions
3.7
 • 181 Interviews
Indegene Interview Questions
3.4
 • 148 Interviews
Tredence Interview Questions
3.6
 • 122 Interviews
Nielsen Interview Questions
3.7
 • 113 Interviews
Axtria Interview Questions
3.0
 • 112 Interviews
Kantar Interview Questions
3.6
 • 103 Interviews
View all
Software Development Engineer II
81 salaries
unlock blur

₹14 L/yr - ₹24 L/yr

Data Engineer
45 salaries
unlock blur

₹8.5 L/yr - ₹25 L/yr

Data Scientist
44 salaries
unlock blur

₹10.5 L/yr - ₹22.5 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