Upload Button Icon Add office photos
Engaged Employer

i

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

Discover Dollar Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Discover Dollar Data Scientist Intern Interview Questions, Process, and Tips

Updated 11 Oct 2024

Discover Dollar Data Scientist Intern Interview Experiences

1 interview found

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

I applied via Cuvette and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Multiple Choice Questions related with General Aptitude (Clock, Data Interpretation, Time and Distance, Non-verbal Reasoning), Statistics (probability), Programming (loops, syntax), Fundamentals of Machine Learning, Basics of DBMS and SQL

Round 2 - Coding Test 

3 programming questions.
Easy to Medium of LeetCode.
Related with string manipulation, sliding window and one medium question on graph.
Time duration: 2hrs

Round 3 - Technical 

(5 Questions)

  • Q1. Can you introduce yourself?
  • Ans. 

    I am a data science enthusiast with a strong background in statistics and machine learning.

    • Completed a Bachelor's degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience with data visualization tools such as Tableau

    • Completed projects involving predictive modeling and data analysis

  • Answered by AI
  • Q2. What is convolution operation?
  • Ans. 

    Convolution operation is a mathematical operation that combines two functions to produce a third function.

    • Convolution involves sliding one function over another and multiplying the overlapping values at each position.

    • It is commonly used in image processing and signal processing to extract features.

    • In deep learning, convolutional neural networks use convolution operations to learn spatial hierarchies of features.

  • Answered by AI
  • Q3. Explain project which you have mentioned in resume?
  • Ans. 

    Developed a machine learning model to predict customer churn for a telecom company.

    • Used Python and scikit-learn library for data preprocessing and model building

    • Performed feature engineering to create new variables for better prediction

    • Evaluated model performance using metrics like accuracy, precision, recall

    • Implemented the model in a production environment for real-time predictions

  • Answered by AI
  • Q4. Questions from project such as what is data size? How many classes are there for classification project? Why you have used this specific machine learning algorithm to solve this problem? Why this performan...
  • Q5. Easy level Leetcode problem to be implemented in an online editor along with explanation
  • Ans. 

    Implement a function to find the maximum product of two integers in an array.

    • Iterate through the array and keep track of the two largest and two smallest integers.

    • Calculate the products of the largest and smallest integers and return the maximum product.

  • Answered by AI
Round 4 - Technical 

(6 Questions)

  • Q1. Please, introduce yourself?
  • Ans. 

    I am a data science enthusiast with a strong background in statistics and machine learning.

    • Background in statistics and machine learning

    • Passionate about data science

    • Experience with data analysis tools like Python and R

  • Answered by AI
  • Q2. What do you know about our company?
  • Ans. 

    Company is a leading data analytics firm specializing in providing insights for businesses.

    • Specializes in data analytics for businesses

    • Provides insights to help businesses make informed decisions

    • Known for innovative solutions in the field of data science

  • Answered by AI
  • Q3. Why you want to join our company?
  • Ans. 

    I am impressed by your innovative projects and collaborative work culture.

    • I admire your company's commitment to using data science for social good.

    • I am excited about the opportunity to work with cutting-edge technology and talented professionals.

    • Your company's reputation for fostering growth and learning aligns with my career goals.

  • Answered by AI
  • Q4. Question related with conditional probability?
  • Q5. In case deadline is approaching, whether you will compromise with project quality?
  • Ans. 

    No, compromising project quality is not an option even if the deadline is approaching.

    • Quality should never be compromised as it reflects the professionalism and credibility of the work.

    • Instead of compromising quality, it is better to communicate with the team and stakeholders to find alternative solutions.

    • Prioritize tasks, optimize processes, and work efficiently to meet the deadline without sacrificing quality.

    • Seek he...

  • Answered by AI
  • Q6. How you learn new technologies?
  • Ans. 

    I learn new technologies through online courses, tutorials, hands-on projects, and collaborating with peers.

    • Enroll in online courses on platforms like Coursera, Udemy, or edX

    • Follow tutorials on websites like Medium, YouTube, or official documentation

    • Work on hands-on projects to apply new technologies in real-world scenarios

    • Collaborate with peers through hackathons, coding meetups, or online forums

    • Stay updated with indu...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Discover Dollar Data Scientist Intern interview:
  • Mean
  • Median
  • Mode
  • Probability
  • Linear Regression
  • Logistic Regression
  • Convolution
  • Andrew Ng
Interview preparation tips for other job seekers - -Focus more on fundamentals of machine learning. Mathematics behind ML algorithms.
-Why and Why not for each algorithm and performance metric
-Problem Solving Skills upto Medium Level Leetcode will help.
-No need to focus more on graphs
-Be prepared for whatever you have mentioned in your resume

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 

(2 Questions)

  • Q1. No question was asked
  • Q2. Same as above, zero questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Just for the compulsary internship scenerio, you can take it. Although, you will learn, but it is a sort of class, you aren't very encouraged to apply your knowledge much.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Give a brief about yourself.
  • Q2. Salary Expectation and earliest joining date
Round 2 - Technical 

(6 Questions)

  • Q1. Brief about a project worked in the company.
  • Q2. What is Data Leakage?
  • Ans. 

    Data leakage occurs when information from outside the training dataset is used to create a model, leading to unrealistic performance.

    • Occurs when information that would not be available in a real-world scenario is used in the model training process

    • Can result in overly optimistic performance metrics for the model

    • Examples include using future data, target leakage, and data preprocessing errors

  • Answered by AI
  • Q3. What is Encoder Decoder? What is a Transformer model and explain its architecture?
  • Ans. 

    Encoder Decoder is a neural network architecture used for sequence-to-sequence tasks. Transformer model is a type of neural network architecture that relies entirely on self-attention mechanisms.

    • Encoder Decoder is commonly used in machine translation tasks where the input sequence is encoded into a fixed-length vector representation by the encoder and then decoded into the target sequence by the decoder.

    • Transformer mod...

  • Answered by AI
  • Q4. Name some Deep learning models?
  • Ans. 

    Deep learning models include CNN, RNN, LSTM, GAN, and Transformer.

    • Convolutional Neural Networks (CNN) - used for image recognition tasks

    • Recurrent Neural Networks (RNN) - used for sequential data like time series

    • Long Short-Term Memory (LSTM) - a type of RNN with memory cells

    • Generative Adversarial Networks (GAN) - used for generating new data samples

    • Transformer - used for natural language processing tasks

  • Answered by AI
  • Q5. What is Regularization in machine learning?
  • Ans. 

    Regularization is a technique used in machine learning to prevent overfitting by adding a penalty term to the model's loss function.

    • Regularization helps to reduce the complexity of the model by penalizing large coefficients.

    • It adds a penalty term to the loss function, which discourages the model from fitting the training data too closely.

    • Common types of regularization include L1 (Lasso) and L2 (Ridge) regularization.

    • Re...

  • Answered by AI
  • Q6. What is Model Quantization?
  • Ans. 

    Model quantization is the process of reducing the precision of the weights and activations of a neural network model to improve efficiency.

    • Reduces memory usage and speeds up inference by using fewer bits to represent numbers

    • Can be applied to both weights and activations in a neural network model

    • Examples include converting 32-bit floating point numbers to 8-bit integers

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Feb 2024.

Round 1 - Coding Test 

1. No one has joined the interview in the first time
2. One week later HR called and scheduled another interview, I communicated HR saying no panelist joined and no communication also. She simply said this time they well join.
Second time also no one joined.
3. Again after 10days HR called me and scheduled another interview. This time he joined.
4. Tell me about my self - I have introduced my self for 10 min
No introduction from his end and he didn’t turn on video
5. Directly he asked me to share screen entire window and asked me to fit a classification model by loading insurance day (mailed by them)

What I don’t understand is do we need to by-hart the entire code or what ? In this GPT age do we need to remember the complete syntax. I told him the steps what to do but he want me to code only.

Interview Preparation Tips

Interview preparation tips for other job seekers - Time waste here
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

2hours, Data Structures and Algorithms, Graphs and Machine LEarning Questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Implement MinStack?
  • Ans. 

    MinStack is a data structure that supports push, pop, top, and retrieving the minimum element in constant time.

    • Create a stack to store the elements and another stack to store the minimum values encountered so far.

    • When pushing an element, check if it is smaller than the current minimum. If so, push it onto the minimum stack.

    • When popping an element, check if it is the current minimum. If so, pop from the minimum stack as...

  • Answered by AI
  • Q2. Puzzles and SQL Query

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy Interview Process

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Machine Learning
Round 2 - Technical 

(1 Question)

  • Q1. Machine Learning
Round 3 - Case Study 

Approach check for multiple case studies

Interview Preparation Tips

Interview preparation tips for other job seekers - Never received the final response after the 3rd round which was with the CTO. The HR kept saying we are yet to get the feedback.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2022. There were 3 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 - Coding Test 

Python, SQL questions were in the initial round of hiring process.

Round 3 - One-on-one 

(2 Questions)

  • Q1. ML, DL & knowledge about Cloud were main focus of the interview.
  • Q2. Questions around your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up technicals, demonstrate your skills, have clear communication skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - CV shortlist 

(2 Questions)

  • Q1. Why do we hire you?
  • Q2. What contributions should you make?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How do you choose an ML algorithm basis the data given
  • Ans. 

    ML algorithm selection is based on data characteristics, problem type, and desired outcomes.

    • Understand the problem type (classification, regression, clustering, etc.)

    • Consider the size and quality of the data

    • Evaluate the complexity of the model and interpretability requirements

    • Choose algorithms based on their strengths and weaknesses for the specific task

    • Experiment with multiple algorithms and compare their performance

    • F...

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

(1 Question)

  • Q1. How do u optimise a ML model How good are you in coding with Python. Rate yourself
  • Ans. 

    To optimize a ML model, one can tune hyperparameters, feature engineering, cross-validation, ensemble methods, and regularization techniques.

    • Tune hyperparameters using techniques like grid search or random search

    • Perform feature engineering to create new features or select relevant features

    • Utilize cross-validation to evaluate model performance and prevent overfitting

    • Explore ensemble methods like bagging and boosting to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a great place for experience or highly qualified people. They just run with interns. And most people do not feel wanted in the office. This severely damages your confidence. Not an inclusive workplace. Women are there only in interns level. And No women in L or L-1. So again as women, we don't feel values.

Skills evaluated in this interview

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 Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About projects and explain ML or DL algorithms.
  • Q2. More questions about latest technologies and deep questions about algorithms.
Round 2 - Technical 

(2 Questions)

  • Q1. Projects and ML DL.
  • Q2. Few things from deployment.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and joining date confirmation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know about current working projects end to end as they might ask to build end to end pipeline.
Be updated with latest technologies.

Discover Dollar Interview FAQs

How many rounds are there in Discover Dollar Data Scientist Intern interview?
Discover Dollar interview process usually has 4 rounds. The most common rounds in the Discover Dollar interview process are Technical, Aptitude Test and Coding Test.
What are the top questions asked in Discover Dollar Data Scientist Intern interview?

Some of the top questions asked at the Discover Dollar Data Scientist Intern interview -

  1. In case deadline is approaching, whether you will compromise with project quali...read more
  2. Easy level Leetcode problem to be implemented in an online editor along with ex...read more
  3. How you learn new technologi...read more

Tell us how to improve this page.

Discover Dollar Data Scientist Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 228 Interviews
Tiger Analytics Interview Questions
3.7
 • 220 Interviews
Fractal Analytics Interview Questions
4.0
 • 205 Interviews
C5i Interview Questions
4.1
 • 44 Interviews
NexTurn Interview Questions
4.2
 • 26 Interviews
GoComet Interview Questions
4.6
 • 23 Interviews
FloBiz Interview Questions
3.5
 • 22 Interviews
Bonami Software Interview Questions
4.1
 • 21 Interviews
Koantek Interview Questions
3.3
 • 17 Interviews
View all
Financial Analyst
11 salaries
unlock blur

₹2 L/yr - ₹7.7 L/yr

Data Scientist
7 salaries
unlock blur

₹5.4 L/yr - ₹11.1 L/yr

Data Analyst
6 salaries
unlock blur

₹4.5 L/yr - ₹6.1 L/yr

Senior Financial Analyst
4 salaries
unlock blur

₹8.5 L/yr - ₹10.1 L/yr

Information Security Analyst
4 salaries
unlock blur

₹2.4 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Discover Dollar with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

AbsolutData

3.6
Compare

Algonomy

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