Upload Button Icon Add office photos
Engaged Employer

i

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

Angel One Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 1.5k Reviews

Filter interviews by

Angel One Data Scientist 2 Interview Questions, Process, and Tips

Updated 9 Mar 2024

Angel One Data Scientist 2 Interview Experiences

1 interview found

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

I applied via Instahyre and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 1. How to handle model overfitting and model underfitting situations ? 2. In which situations should we standardize the data and where it is not required ? 3. How does Decision Trees work ? 4. How to selec...
  • Ans. 

    Answering common questions related to data science concepts and techniques.

    • To handle model overfitting, one can use techniques like cross-validation, regularization, and early stopping. For model underfitting, consider using more complex models or adding more features.

    • Standardizing data is important for algorithms like K-Nearest Neighbors and Support Vector Machines. It is not required for tree-based models like Decisi...

  • Answered by AI
  • Q2. 1. If you already have a lot of features and you also have categorical column what strategy will you use to encode the categorical column so that the overall feature count should not increase or should not...
  • Ans. 

    Use target encoding or frequency encoding to encode categorical columns without increasing feature count.

    • Use target encoding: Encode categorical column with the mean of the target variable for each category.

    • Use frequency encoding: Encode categorical column with the frequency of each category in the dataset.

    • Both methods preserve the information of the categorical column without increasing feature count.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. 1. What are the assumptions of Linear Regression ? 2. What is the formula for Euclidean distance in K-Means ? 3. How does SVM work ? 4. How does SVM work on non linearly separable data ?
  • Ans. 

    Answers to questions related to Linear Regression, K-Means, and SVM in data science.

    • Assumptions of Linear Regression include linearity, independence, homoscedasticity, and normality of errors.

    • Euclidean distance formula in K-Means is the square root of the sum of squared differences between two points.

    • SVM works by finding the hyperplane that best separates the classes in the feature space.

    • SVM on non-linearly separable d...

  • Answered by AI
  • Q2. What is the difference between Decision Trees and Random Forest. Why do we grow a lot of Decision Trees in a Random Forest ?
  • Ans. 

    Decision Trees are single trees while Random Forest is a collection of trees. Random Forest grows multiple trees to improve accuracy and reduce overfitting.

    • Decision Trees are individual trees that make decisions based on features of the data.

    • Random Forest is an ensemble method that combines multiple Decision Trees to improve accuracy and reduce overfitting.

    • Random Forest grows a lot of Decision Trees to increase diversi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First Technical Round was relatively easy but Second Technical round was definitively hard. The interviewer emphasized more on the know-how of the techniques to solve the problem, focusing on when and why to apply an algorithm and where not to apply the algorithm. He also emphasized whether the candidates understand the data before applying the algorithms. So prepare extremely well with solid hands on experience before going for Angel One interview.

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Assignment 

Credit risk default prediction

Round 2 - Case Study 

Assignment discussion and ML depth

Interview Preparation Tips

Topics to prepare for Navi Technologies Data Scientist 2 interview:
  • Machine Learning
  • Python
  • Credit Risk
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Coding Test 

Pyspark, Python and Machine learning questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Moderate level questions
  • Q2. Moderate level questions from past work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - I didn't receive any update from the HR team after the second technical round, Be it pass or fail kindly update the candidate rather than giving no answers.

I even tried reaching them but there was no reply
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Discussion on linear regression and regularisation techniques
  • Q2. Discussion on tree based models and measures to score the models

Interview Preparation Tips

Topics to prepare for Paytm Data Scientist interview:
  • Regression
  • Machine Learning
Interview preparation tips for other job seekers - Prepare core definitions and theory for data science properly including maths and equations in details.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. DBSCAN Clustering
  • Q2. How does current work helps solving use cases for PayU
  • Ans. 

    My current work involves analyzing transaction data to identify patterns and trends, which can help PayU optimize their payment processing services.

    • Analyzing transaction data to identify fraudulent activities and improve security measures for PayU

    • Developing predictive models to forecast transaction volumes and optimize payment processing times

    • Utilizing machine learning algorithms to personalize user experiences and inc...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Details about past projects
  • Q2. Details about latest project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in comm skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Kalinga Institute of Industrial Technology, Khurda and was interviewed before Apr 2022. There were 2 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 

(2 Questions)

  • Q1. Basic ML questions you can get those on any website by searching ML/Ds question
  • Q2. Some deep question on python like unpacking in python etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics very carefully
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. What is deep learning?
  • Ans. 

    Deep learning is a subset of machine learning that uses neural networks to learn from data.

    • Deep learning involves training neural networks with large amounts of data to make predictions or decisions.

    • It is used in image recognition, natural language processing, and speech recognition.

    • Deep learning models can automatically learn to extract features from raw data.

    • It requires a lot of computational power and data to train ...

  • Answered by AI
  • Q2. Advanced Branch of ai
  • Ans. 

    Reinforcement Learning is an advanced branch of AI that involves training agents to make decisions based on rewards and punishments.

    • Reinforcement Learning involves an agent interacting with an environment and learning from the rewards and punishments it receives.

    • It has been used in various applications such as game playing, robotics, and recommendation systems.

    • Some popular algorithms in Reinforcement Learning include Q...

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

(2 Questions)

  • Q1. Expected salary
  • Q2. Shared the salary as needed

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Jun 2022. There were 2 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 - Technical 

(3 Questions)

  • Q1. What is rnn and lstm
  • Ans. 

    RNN stands for Recurrent Neural Network and LSTM stands for Long Short-Term Memory. They are types of neural networks used for sequential data processing.

    • RNN is a type of neural network that can process sequential data by maintaining a memory of past inputs.

    • LSTM is a type of RNN that can handle the vanishing gradient problem and can remember long-term dependencies.

    • LSTM has gates that control the flow of information int...

  • Answered by AI
  • Q2. What is precision and recall
  • Ans. 

    Precision and recall are two important metrics used to evaluate the performance of a classification model.

    • Precision measures the proportion of true positives among all the predicted positives.

    • Recall measures the proportion of true positives among all the actual positives.

    • Precision and recall are inversely related and a trade-off exists between them.

    • A high precision means that the model is good at predicting positive ca...

  • Answered by AI
  • Q3. What is regularisation
  • Ans. 

    Regularisation is a technique used in machine learning to prevent overfitting by adding a penalty term to the loss function.

    • Regularisation helps to control the complexity of a model and reduce the impact of irrelevant features.

    • It adds a penalty term to the loss function, which encourages the model to have smaller weights.

    • There are different types of regularisation techniques such as L1 (Lasso) and L2 (Ridge) regularisa...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PayU Payments Data Scientist interview:
  • Deep Learning
  • Machine Learning
  • SQL
  • Python
Interview preparation tips for other job seekers - prepare very well. A lot of variety of questions are asked

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why are you interested in this role
  • Q2. Provide an example how you solved a problem
  • Ans. 

    I solved a problem by using machine learning algorithms to predict customer churn for a telecom company.

    • Identified relevant data sources such as customer demographics, usage patterns, and customer service interactions.

    • Preprocessed and cleaned the data to handle missing values and outliers.

    • Built and trained a machine learning model using algorithms like logistic regression and random forest.

    • Evaluated the model's perform...

  • Answered by AI

Angel One Interview FAQs

How many rounds are there in Angel One Data Scientist 2 interview?
Angel One interview process usually has 2 rounds. The most common rounds in the Angel One interview process are Technical.
How to prepare for Angel One Data Scientist 2 interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Angel One. The most common topics and skills that interviewers at Angel One expect are Analytical, Continuous Improvement, Deep Learning, Financial Services and Loans.
What are the top questions asked in Angel One Data Scientist 2 interview?

Some of the top questions asked at the Angel One Data Scientist 2 interview -

  1. 1. If you already have a lot of features and you also have categorical column w...read more
  2. What is the difference between Decision Trees and Random Forest. Why do we grow...read more
  3. 1. How to handle model overfitting and model underfitting situations ? 2. In wh...read more

Tell us how to improve this page.

Angel One Data Scientist 2 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 760 Interviews
HighRadius Interview Questions
2.9
 • 180 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Visa Interview Questions
3.6
 • 137 Interviews
Kotak Securities Interview Questions
3.6
 • 112 Interviews
HDFC Securities Interview Questions
3.6
 • 101 Interviews
Revolut Interview Questions
2.6
 • 91 Interviews
Sharekhan Interview Questions
3.9
 • 77 Interviews
Groww Interview Questions
3.8
 • 64 Interviews
Rupeek Interview Questions
3.7
 • 59 Interviews
View all
Angel One Data Scientist 2 Salary
based on 4 salaries
₹34.5 L/yr - ₹40 L/yr
45% more than the average Data Scientist 2 Salary in India
View more details
Senior Executive
347 salaries
unlock blur

₹1.7 L/yr - ₹4.7 L/yr

Relationship Manager
324 salaries
unlock blur

₹1.5 L/yr - ₹4.1 L/yr

Assistant Manager
284 salaries
unlock blur

₹2.1 L/yr - ₹8.2 L/yr

Equity Dealer
210 salaries
unlock blur

₹0.9 L/yr - ₹4.3 L/yr

Deputy Manager
165 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare Angel One with

Zerodha

4.2
Compare

Upstox

3.7
Compare

Groww

3.8
Compare

5paisa Capital Ltd.

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