Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by National Payments Corporation of India Team. If you also belong to the team, you can get access from here
4.0

based on 594 Reviews

Filter interviews by

National Payments Corporation of India Associate Data Scientist Interview Questions and Answers

Updated 22 May 2023

National Payments Corporation of India Associate Data Scientist Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Find Duplicates in an array
  • Ans. 

    To find duplicates in an array, we can use a hash table or sort the array and compare adjacent elements.

    • Create a hash table and iterate through the array, adding each element to the hash table. If an element already exists in the hash table, it is a duplicate.

    • Sort the array and compare adjacent elements. If two adjacent elements are the same, it is a duplicate.

    • If the array is large, sorting may be slower than using a h

  • Answered by AI
  • Q2. What is KNN algorithm?
  • Ans. 

    KNN algorithm is a type of supervised learning algorithm used for classification and regression analysis.

    • KNN stands for K-Nearest Neighbors.

    • It is a non-parametric algorithm that works by finding the K closest data points in the training set to the new data point and classifying it based on the majority class of those K points.

    • It can be used for both classification and regression problems.

    • KNN is sensitive to the choice ...

  • Answered by AI
  • Q3. What is Random Forest algorithm?
  • Ans. 

    Random Forest is an ensemble learning algorithm that builds multiple decision trees and combines their outputs.

    • Random Forest is a supervised learning algorithm.

    • It can be used for both classification and regression tasks.

    • It creates multiple decision trees and combines their outputs to make a final prediction.

    • Random Forest reduces overfitting and improves accuracy compared to a single decision tree.

    • It randomly selects a ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on the basic. You should know at least one programming language and have done some basic coding problem on array and string. Also good to have knowledge about databases and linux.
There will be one coding problem on array or string and some theoretical questions on OOPs, Your preferred language, SQL.

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Coding Test 

There are 10 multiple-choice questions (MCQs) on Python, 20 MCQs on machine learning (ML), and 10 questions on deep learning (DL).

Round 2 - Technical 

(1 Question)

  • Q1. The technical round was divided in three phases - phase -1 : intro and professional projects They asked about the projects I have contributed in my full-time tenure. Then, asked me to pick any one of them...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your projects?
  • Q2. How do you approach the project if you are using logistic regression model?
  • Ans. 

    Approach involves data preprocessing, model training, evaluation, and interpretation.

    • Perform data preprocessing such as handling missing values, encoding categorical variables, and scaling features.

    • Split the data into training and testing sets.

    • Train the logistic regression model on the training data.

    • Evaluate the model using metrics like accuracy, precision, recall, and F1 score.

    • Interpret the model coefficients to under...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are you future goals?
  • Q2. What would you do if your interested field doesnt have any work in the company?
  • Ans. 

    I would seek opportunities to apply my skills in related fields within the company.

    • Explore other departments or teams within the company that may have projects related to my field of interest

    • Offer to collaborate with colleagues in different departments to bring a new perspective to their projects

    • Seek out professional development opportunities to expand my skills and knowledge in related areas

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is oob in random forest
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Multiple choice questions

Round 2 - Coding Test 

SQL , python, scala, Java

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Python round tested basic Python only (not Pandas)

Round 2 - Case Study 

The case study round was with their client team

Round 3 - HR 

(1 Question)

  • Q1. Are you willing to work from the client office?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Bert and transformer
  • Ans. 

    Bert and transformer are models used in natural language processing for tasks like text classification and language generation.

    • Bert (Bidirectional Encoder Representations from Transformers) is a transformer-based model developed by Google for NLP tasks.

    • Transformer is a deep learning model architecture that uses self-attention mechanisms to process sequential data like text.

    • Both Bert and transformer have been widely use...

  • Answered by AI
  • Q2. NLP pre processing techniques
  • Ans. 

    NLP pre processing techniques involve cleaning and preparing text data for analysis.

    • Tokenization: breaking text into words or sentences

    • Stopword removal: removing common words that do not add meaning

    • Lemmatization: reducing words to their base form

    • Normalization: converting text to lowercase

    • Removing special characters and punctuation

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Basic questions
  • Q2. Strength weakness

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Test+2 interviews(technical and statistics)

Round 2 - Case Study 

Basic guestimates and case studies

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Case Study 

We were trained for 2 weeks on web dev. and data science and were given individual 2 projects, according to the performance on them and a final interview, candidates were selected.

Round 3 - One-on-one 

(2 Questions)

  • Q1. All about the assignment done
  • Q2. Your interest and particular domain you want to work in

Interview Preparation Tips

Interview preparation tips for other job seekers - Complete the assignment perfectly, dont try to achieve best accuracy, but you should know whats there in the code.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 DSA Que was asked on hackerrank

Round 2 - Technical 

(1 Question)

  • Q1. 3 DSA que asked by interviewer wirh code

National Payments Corporation of India Interview FAQs

How many rounds are there in National Payments Corporation of India Associate Data Scientist interview?
National Payments Corporation of India interview process usually has 2 rounds. The most common rounds in the National Payments Corporation of India interview process are Resume Shortlist and Technical.
What are the top questions asked in National Payments Corporation of India Associate Data Scientist interview?

Some of the top questions asked at the National Payments Corporation of India Associate Data Scientist interview -

  1. What is Random Forest algorit...read more
  2. What is KNN algorit...read more
  3. Find Duplicates in an ar...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
Paytm Interview Questions
3.3
 • 755 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
PhonePe Interview Questions
4.0
 • 298 Interviews
Ekart Logistics Interview Questions
4.0
 • 292 Interviews
ElasticRun Interview Questions
3.5
 • 244 Interviews
Morningstar Interview Questions
4.0
 • 240 Interviews
View all
17% less than the average Associate Data Scientist Salary in India
View more details

National Payments Corporation of India Associate Data Scientist Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

4.5

Skill development

3.5

Work-Life balance

2.7

Salary & Benefits

5.0

Job Security

3.3

Company culture

3.3

Promotions/Appraisal

4.2

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Associate
420 salaries
unlock blur

₹5.6 L/yr - ₹21 L/yr

Deputy Manager
112 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Graduate Engineer Trainee (Get)
111 salaries
unlock blur

₹5 L/yr - ₹7.7 L/yr

Associate
71 salaries
unlock blur

₹4 L/yr - ₹12.1 L/yr

Lead
68 salaries
unlock blur

₹11.5 L/yr - ₹30 L/yr

Explore more salaries
Compare National Payments Corporation of India with

Reserve Bank of India

4.6
Compare

State Bank of India

3.8
Compare

ICICI Bank

4.0
Compare

HDFC Bank

3.9
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