Upload Button Icon Add office photos
Engaged Employer

i

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

ICICI Securities Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ICICI Securities Data Scientist Interview Questions, Process, and Tips

Updated 24 Jul 2024

Top ICICI Securities Data Scientist Interview Questions and Answers

View all 6 questions

ICICI Securities Data Scientist Interview Experiences

3 interviews found

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

I applied via Campus Placement and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain any Data Science project
  • Ans. 

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

    • Identified key features such as customer tenure, monthly charges, and service usage

    • Collected and cleaned data from customer databases

    • Built a machine learning model using logistic regression or random forest algorithms

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

    • Provided actionable insights to reduce

  • Answered by AI
  • Q2. Types of Error in Statistics
  • Ans. 

    Types of errors in statistics include sampling error, measurement error, and non-sampling error.

    • Sampling error occurs when the sample does not represent the population accurately.

    • Measurement error is caused by inaccuracies in data collection or measurement instruments.

    • Non-sampling error includes errors in data processing, analysis, and interpretation.

    • Examples: Sampling error - selecting a biased sample, Measurement err...

  • Answered by AI
  • Q3. Types of Machine learning models
  • Ans. 

    Types of machine learning models include supervised learning, unsupervised learning, and reinforcement learning.

    • Supervised learning: Models learn from labeled data, making predictions based on past examples (e.g. linear regression, support vector machines)

    • Unsupervised learning: Models find patterns in unlabeled data, clustering similar data points together (e.g. k-means clustering, PCA)

    • Reinforcement learning: Models le...

  • Answered by AI
  • Q4. Functions of pandas library, such as get_dummies()
  • Ans. 

    get_dummies() function in pandas library is used to convert categorical variables into dummy/indicator variables.

    • get_dummies() function creates dummy variables for categorical columns in a DataFrame.

    • It converts categorical variables into numerical representation for machine learning models.

    • Example: df = pd.get_dummies(df, columns=['column_name'])

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - On campus interview, Be confident, be good at project explaination.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Machine learning algorithms
  • Ans. 

    Machine learning algorithms are used to analyze data and make predictions or decisions without being explicitly programmed.

    • Machine learning algorithms can be categorized into supervised, unsupervised, and reinforcement learning.

    • Examples of machine learning algorithms include linear regression, decision trees, support vector machines, and neural networks.

    • These algorithms learn from data to improve their performance over...

  • Answered by AI
  • Q2. SQL basics and basic knowledge of security products
Round 2 - HR 

(1 Question)

  • Q1. Very lengthy process and delayed a lot

Skills evaluated in this interview

Data Scientist Interview Questions Asked at Other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
Q2. Special Sum of Array Problem Statement Given an array 'arr' conta ... read more
asked in Affine
Q3. you have a pandas dataframe with three columns, filled with state ... read more
Q4. Clone a Linked List with Random Pointers Given a linked list wher ... read more
asked in Coforge
Q5. coding question of finding index of 2 nos. having total equal to ... read more

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions were mainly based on past role and work experience
  • Q2. Have you worked on customer segmentation?
  • Ans. 

    Yes, I have worked on customer segmentation.

    • I have used clustering algorithms like K-means and hierarchical clustering to segment customers based on their behavior and demographics.

    • I have also used decision trees and random forests to identify the most important features for segmentation.

    • I have experience with both supervised and unsupervised learning techniques for customer segmentation.

    • I have worked on projects where...

  • Answered by AI
  • Q3. In depth interview on tools worked upon

Interview Preparation Tips

Interview preparation tips for other job seekers - Give genuine answers of you have not worked on any of the tools feel free to tell the same. That won't affect your interview.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. Types of Chunking in data preparation in RAG
  • Q2. How Embedding works in Vector Databases
  • Q3. Explain ARIMA model
  • Q4. How can we decide to choose Linear Regression for a business problem
Round 2 - Technical 

(4 Questions)

  • Q1. What is token and it's limit for Open Source LLMs
  • Q2. Difference of a Regression and Time Series problem
  • Q3. Advantage of LSTM over RNN
  • Q4. Performance Metrics for Logistic Regression
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Detailed project questions
  • Q2. Explain completed gen ai project
  • Ans. 

    Developed a generative AI model to create realistic images of fictional characters.

    • Used GANs (Generative Adversarial Networks) to generate new images based on existing data.

    • Trained the model on a dataset of character images from various sources.

    • Implemented techniques like style transfer to enhance the diversity and creativity of generated images.

    • Evaluated the model's performance based on image quality metrics and user

  • Answered by AI

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 Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

Assignment on credit risk

Round 2 - Technical 

(1 Question)

  • Q1. Hyperparameter tuning
Round 3 - Technical 

(1 Question)

  • Q1. Case study for problem solving
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do you define model Gini?
  • Ans. 

    Model Gini is a measure of statistical dispersion used to evaluate the performance of classification models.

    • Model Gini is calculated as twice the area between the ROC curve and the diagonal line (random model).

    • It ranges from 0 (worst model) to 1 (best model), with higher values indicating better model performance.

    • A Gini coefficient of 0.5 indicates a model that is no better than random guessing.

    • Commonly used in credit

  • Answered by AI
  • Q2. How to you train XG boost model
  • Ans. 

    XGBoost model is trained by specifying parameters, splitting data into training and validation sets, fitting the model, and tuning hyperparameters.

    • Specify parameters for XGBoost model such as learning rate, max depth, and number of trees

    • Split data into training and validation sets using train_test_split function

    • Fit the XGBoost model on training data using fit method

    • Tune hyperparameters using techniques like grid search

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Job Portal and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is Gradient Descents?
  • Ans. 

    Gradient descent is an optimization algorithm used to minimize a function by iteratively moving in the direction of steepest descent.

    • Gradient descent is used to find the minimum of a function by taking steps proportional to the negative of the gradient at the current point.

    • It is commonly used in machine learning to optimize the parameters of a model by minimizing the loss function.

    • There are different variants of gradie...

  • Answered by AI
  • Q2. What is LSTM?, and what are the gates in it?
  • Ans. 

    LSTM (Long Short-Term Memory) is a type of recurrent neural network designed to handle long-term dependencies.

    • LSTM has three gates: input gate, forget gate, and output gate.

    • Input gate controls the flow of information into the cell state.

    • Forget gate decides what information to discard from the cell state.

    • Output gate determines the output based on the cell state.

  • Answered by AI
  • Q3. They gave me a link to dataset and started saying the operations to apply on that. E.g, value_counts, null_values, fill the values with mean,etc.
  • Q4. What is t-test? What is Mean, Median and Mode and where to use these?
  • Ans. 

    T-test is a statistical test used to determine if there is a significant difference between the means of two groups.

    • Mean is the average of a set of numbers, median is the middle value when the numbers are ordered, and mode is the most frequently occurring value.

    • Mean is sensitive to outliers, median is robust to outliers, and mode is useful for categorical data.

    • T-test is used to compare means of two groups, mean is used...

  • Answered by AI
  • Q5. What is RANDOM FOREST ?
  • Ans. 

    Random Forest is an ensemble learning method used for classification and regression tasks.

    • Random Forest is a collection of decision trees that are trained on random subsets of the data.

    • Each tree in the forest makes a prediction, and the final prediction is the average (regression) or majority vote (classification) of all trees.

    • Random Forest helps reduce overfitting and improve accuracy compared to a single decision tre...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Motilal Oswal Financial Services Data Scientist interview:
  • Machine Learning
  • Statistics
  • Pandas
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your projects
  • Q2. What do you know about mutual funds
  • Ans. 

    Mutual funds are investment vehicles that pool money from multiple investors to invest in a diversified portfolio of securities.

    • Mutual funds are managed by professional fund managers who make investment decisions on behalf of the investors.

    • Investors can buy shares of mutual funds, which represent their ownership in the fund's portfolio.

    • Mutual funds offer diversification, liquidity, and professional management to invest...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Do you have prior experience with ML
  • Q2. What are your long term plans

Interview Preparation Tips

Interview preparation tips for other job seekers - I'll advice not to go for second rate companies like these.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed before Apr 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Basic statistics
Round 2 - Technical 

(1 Question)

  • Q1. Project related

Interview Preparation Tips

Interview preparation tips for other job seekers - Donot join citi....no job security at all...I joined and was thrown in 3months due to their restructuring and budget issues.very bad management

ICICI Securities Interview FAQs

How many rounds are there in ICICI Securities Data Scientist interview?
ICICI Securities interview process usually has 1-2 rounds. The most common rounds in the ICICI Securities interview process are Technical and HR.
What are the top questions asked in ICICI Securities Data Scientist interview?

Some of the top questions asked at the ICICI Securities Data Scientist interview -

  1. Have you worked on customer segmentati...read more
  2. Functions of pandas library, such as get_dummie...read more
  3. Explain any Data Science proj...read more

Tell us how to improve this page.

ICICI Securities Data Scientist Interview Process

based on 2 interviews

1 Interview rounds

  • Technical Round
View more
ICICI Securities Data Scientist Salary
based on 17 salaries
₹8 L/yr - ₹25 L/yr
35% more than the average Data Scientist Salary in India
View more details

ICICI Securities Data Scientist Reviews and Ratings

based on 3 reviews

3.9/5

Rating in categories

2.7

Skill development

4.8

Work-life balance

3.6

Salary

4.5

Job security

3.0

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 3 Reviews and Ratings
Senior Relationship Manager
1.1k salaries
unlock blur

₹2.7 L/yr - ₹6 L/yr

Assistant Manager
686 salaries
unlock blur

₹2.5 L/yr - ₹6.8 L/yr

Relationship Manager
273 salaries
unlock blur

₹1.5 L/yr - ₹8.5 L/yr

Senior Sales Manager
273 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Equity Advisor
270 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Explore more salaries
Compare ICICI Securities with

HDFC Securities

3.6
Compare

Kotak Securities

3.6
Compare

Sharekhan

3.9
Compare

Angel One

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