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

Filter interviews by

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

Updated 9 Mar 2024

Angel One Data Scientist 2 Interview Experiences for Experienced

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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. What techonologies do you know?
  • Ans. 

    I am proficient in SQL, Python, R, Tableau, and Excel for data analysis and visualization.

    • SQL

    • Python

    • R

    • Tableau

    • Excel

  • Answered by AI
Round 2 - Coding Test 

SQL Coding Tests. You get 3 tables and they ask you to find customer with certain conditions. Not hard

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

I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Brief me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. What is your experience as a data analyst?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Coding Test 

Sql, python, statistical questions

Round 2 - HR 

(2 Questions)

  • Q1. How daily work looks like?
  • Ans. 

    Daily work involves analyzing data, creating reports, and communicating findings to stakeholders.

    • Reviewing and cleaning data sets

    • Creating visualizations and dashboards

    • Conducting statistical analysis

    • Communicating insights to non-technical stakeholders

  • Answered by AI
  • Q2. Most ise tools?
  • Ans. 

    Some of the most commonly used tools for data analysis include Excel, Python, R, Tableau, and SQL.

    • Excel is widely used for data manipulation and analysis.

    • Python and R are popular programming languages for data analysis and machine learning.

    • Tableau is a powerful data visualization tool.

    • SQL is essential for querying databases and extracting data.

  • Answered by AI
Round 3 - Coding Test 

4 sql tasks on 3 tables. Joins, subqueries

Interview Preparation Tips

Interview preparation tips for other job seekers - Learm main statistics principles
Sql mandatory

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

Visa user image Vishwesh Dayama

posted on 18 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL Joins and remove duplicates
  • Q2. Function to create a transaction bin column
  • Ans. 

    Create a function to generate a transaction bin column based on transaction amounts.

    • Create bins based on transaction amounts (e.g. $0-$100, $101-$200, etc.)

    • Use pandas cut() function in Python to create bins

    • Assign bin labels to the transactions based on the bin ranges

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is the process for calculating the percentage of the first transaction in relation to subsequent transactions?
  • Ans. 

    Calculate the percentage of the first transaction compared to subsequent transactions using a simple formula.

    • Identify the first transaction amount (e.g., $100).

    • Sum the amounts of all subsequent transactions (e.g., $200 + $150 = $350).

    • Use the formula: (First Transaction / Total Subsequent Transactions) * 100.

    • Example: ($100 / $350) * 100 = 28.57%.

    • This percentage indicates the first transaction's contribution to the total

  • Answered by AI
  • Q2. What is the method for determining the due date of a loan amount for each month?
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It was a basic Aptitude test, Needed to learn Probability, Permutation , Cobination and SQL.
Total Duration 1 Hour.

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

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

Round 1 - Coding Test 

Nothing much just . Joins in SQL and advance Excel

Round 2 - One-on-one 

(2 Questions)

  • Q1. About work profile in last org
  • Q2. Last org and what you know about paytm working

Interview Preparation Tips

Interview preparation tips for other job seekers - Just get some info about Paytm org working

I applied via Referral and was interviewed in Oct 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic SQL and excel question.
  • Q2. Questions about google data studio

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interview. Be confident. Interview process is quite easy.

Angel One Interview FAQs

How many rounds are there in Angel One Data Scientist 2 interview for experienced candidates?
Angel One interview process for experienced candidates usually has 2 rounds. The most common rounds in the Angel One interview process for experienced candidates are Technical.
How to prepare for Angel One Data Scientist 2 interview for experienced candidates?
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 for experienced candidates?

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

  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 for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 759 Interviews
HighRadius Interview Questions
2.8
 • 186 Interviews
Razorpay Interview Questions
3.6
 • 154 Interviews
Visa Interview Questions
3.5
 • 141 Interviews
Revolut Interview Questions
2.5
 • 100 Interviews
Rupeek Interview Questions
3.7
 • 62 Interviews
PayU Payments Interview Questions
3.5
 • 54 Interviews
BankBazaar Interview Questions
3.4
 • 53 Interviews
ACKO Interview Questions
3.7
 • 51 Interviews
View all
Angel One Data Scientist 2 Salary
based on 4 salaries
₹34.5 L/yr - ₹40 L/yr
42% more than the average Data Scientist 2 Salary in India
View more details
Senior Executive
342 salaries
unlock blur

₹1.5 L/yr - ₹5.1 L/yr

Relationship Manager
296 salaries
unlock blur

₹1.2 L/yr - ₹4.2 L/yr

Assistant Manager
285 salaries
unlock blur

₹2.1 L/yr - ₹7.6 L/yr

Deputy Manager
178 salaries
unlock blur

₹3 L/yr - ₹9.2 L/yr

Equity Dealer
176 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Angel One with

Paytm

3.3
Compare

HighRadius

2.8
Compare

AGS Transact Technologies

3.0
Compare

Rupeek

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