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

Filter interviews by

National Payments Corporation of India Graduate Engineer Trainee (Get) Interview Questions and Answers

Updated 27 Nov 2024

National Payments Corporation of India Graduate Engineer Trainee (Get) Interview Experiences

6 interviews found

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

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

Round 1 - Aptitude Test 

Quantitative aptitude 60min

Round 2 - Coding Test 

Easy to medium questions on arrays and strings

Round 3 - Technical 

(3 Questions)

  • Q1. Sorting Techniques
  • Q2. Searching Techniques
  • Q3. Resume based questions ,projects

Interview Preparation Tips

Topics to prepare for National Payments Corporation of India Graduate Engineer Trainee (Get) interview:
  • developement
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I appeared for an interview in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Intro, project, hr questions, constructor, destructor, c++, acid properties

Graduate Engineer Trainee (Get) Interview Questions Asked at Other Companies

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
Q2. How to check for continuity for a wire inside a wall if the start ... read more
Q3. What will be the cost of painting the wall behind me?
Q4. What happen when there is large air void in concrete?
Q5. What are the different types of concrete?

I applied via Company Website and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. 1) Tell me about yourself.
  • Ans. 

    I am a recent graduate with a degree in engineering. I have a strong passion for problem-solving and a desire to learn and grow in the field.

    • Recent graduate with a degree in engineering

    • Passionate about problem-solving

    • Eager to learn and grow in the field

    • Strong technical skills

    • Experience in relevant internships or projects

  • Answered by AI
  • Q2. 2) Tell about your project.
  • Ans. 

    Developed a smart irrigation system using IoT technology.

    • Implemented sensors to measure soil moisture, temperature, and humidity.

    • Used a microcontroller to collect data from sensors and transmit it wirelessly.

    • Developed a mobile application to monitor and control the irrigation system remotely.

    • Implemented machine learning algorithms to optimize water usage based on weather forecasts.

    • Reduced water consumption by 30% and i

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Questions based on our resume. I kept c,c++, java and asked from those topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Assessment test was easy and Technical round was moderate.

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test of 90 min containing intermediate level questions

Round 2 - Technical 

(1 Question)

  • Q1. About myself, basic questions on dsa python Java and sql
Round 3 - Technical 

(1 Question)

  • Q1. In this round I had 3 technical interviewer and 1 hr , technical ones asking me to write codes on different questions including DSA and sorting and all and hr asking the same he questions relating time shi...

Interview Preparation Tips

Interview preparation tips for other job seekers - Plz study the basic concepts this is the thing most companies ask no one goes directly asking u to solve DSA and graph questions

National Payments Corporation of India interview questions for designations

 Graduate Trainee

 (2)

 Engineer Trainee

 (1)

 Graduate Engineer

 (1)

 QA Engineer

 (1)

 Devops Engineer

 (2)

 Cloud Engineer

 (1)

 Associate Test Engineer

 (1)

 Senior QA Engineer

 (1)

I applied via Company Website and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

40 aptitude and reasoning questions in 40 mins
20 programming MCQs (from selected language) in 20 mins
1st round was easy

Round 2 - Technical 

(1 Question)

  • Q1. It was a preliminary technical round, basic questions were asked. Overview of everything (Programming, DSA, Cloud, AI/ML & SQL). Brief about the final Project and a quick aptitude question at last.
Round 3 - Technical 

(1 Question)

  • Q1. More technical questions in depth

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm in interviews and go with flow and confidence as well.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2022.

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 - Technical 

(1 Question)

  • Q1. Monjin interview Basics on java
Round 3 - Technical 

(1 Question)

  • Q1. Oops concepts netowrking os security http related things
Round 4 - HR 

(1 Question)

  • Q1. Basic hr question as every company

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me yourself?
  • Q2. What is your achievements?
  • Q3. Describe your project?
  • Q4. What is your favourite subject?

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave the interview in campus placement . I also gave interviews for Citi Bank ,philips , Faurecia .

I applied via Referral and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Salary package

Interview Preparation Tips

Interview preparation tips for other job seekers - very easy process..2 rounds only

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Coding question of medium level difficulty, from DP. 
18 MCQs were core CSE related concepts e.g: OS, OOPs, DBMS, Networking
Time was 90 minutes.

  • Q1. 

    Minimum Cost to Destination

    You are given an NxM matrix consisting of '0's and '1's. A '1' signifies that the cell is accessible, whereas a '0' indicates that the cell is blocked. Your task is to compute ...

  • Ans. 

    Find the minimum cost to reach a destination in a matrix with blocked cells.

    • Use Breadth First Search (BFS) algorithm to explore all possible paths from the starting point to the destination.

    • Keep track of the cost incurred at each cell and update it as you move through the matrix.

    • Return the minimum cost to reach the destination or -1 if it is unreachable.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

It was an one-to-one interview. It checks your problem solving ability and a few OOPs, OS, DBMS etc concepts. Coding questions were related to array, queue and DP.

  • Q1. 

    Triangle Formation Using Array Elements

    Given an integer array/list ARR of length 'N', determine if it is possible to form at least one non-degenerate triangle using the values of the array as the sides o...

  • Ans. 

    Determine if it is possible to form a non-degenerate triangle using array elements as sides.

    • Check if the sum of any two sides is greater than the third side for all combinations of sides.

    • If the above condition is met for any combination, return true; otherwise, return false.

  • Answered by AI
  • Q2. 

    Maximum Sum of Non-Adjacent Elements

    You are given an array/list of integers. The task is to return the maximum sum of a subsequence such that no two elements in the subsequence are adjacent in the given ...

  • Ans. 

    Find the maximum sum of non-adjacent elements in an array.

    • Use dynamic programming to keep track of the maximum sum at each index, considering whether to include the current element or not.

    • At each index, the maximum sum can be either the sum excluding the current element or the sum including the current element but excluding the previous element.

    • Iterate through the array and update the maximum sum accordingly.

    • Example: F...

  • Answered by AI
Round 3 - Face to Face 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Easy

It was also a problem solving round. However after coding questions, they also asked CSE conceptual questions.

  • Q1. 

    Sum Tree Conversion

    Convert a given binary tree into its sum tree. In a sum tree, every node's value is replaced with the sum of its immediate children's values. Leaf nodes are set to 0. Finally, return th...

  • Ans. 

    Convert a binary tree into a sum tree by replacing each node's value with the sum of its children's values. Return preorder traversal.

    • Traverse the tree in a bottom-up manner, starting from the leaf nodes.

    • For each node, update its value to the sum of its children's values.

    • Set leaf nodes to 0.

    • Return the preorder traversal of the modified tree.

  • Answered by AI
  • Q2. What are the core concepts of indexing in Database Management Systems (DBMS)?
  • Ans. 

    Core concepts of indexing in DBMS include types of indexes, benefits of indexing, and factors affecting index performance.

    • Types of indexes: B-tree, Hash, Bitmap, etc.

    • Benefits of indexing: Faster data retrieval, improved query performance, reduced disk I/O.

    • Factors affecting index performance: Selectivity, clustering factor, index fragmentation.

    • Examples: Creating an index on a column in a table to speed up search queries

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute of Technology Delhi (New Campus). Eligibility criteria7 CGPAOYO interview preparation:Topics to prepare for the interview - Data Structures, OS, DBMS, Algorithms, Networking, Coding, OOPTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Strengthen your coding, algorithms. This is one most important thing for OYO. Practice Graph, tree, DP, greedy, recursion, data structures questions.
Tip 2 : OS, DBMS concepts will give you an edge over others. Like serialisation, index, deadlock, semaphore
Tip 3 : Only mention those projects in your resume which you are very clear about. They don't ask for detailed explanation, just an overall idea about your projects will increase your chances

Application resume tips for other job seekers

Tip 1 : Mention college projects wisely. No need to mention fancy projects. Any project that you can describe to the interviewer will be a best solution
Tip 2 : Neat & clean resume with your skills, technical stacks that you mastered. That's all. They don't require you to be very active in extra-curricular activities, and these things will not give you any advantage.
Tip 3 : Keep it of single page

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jun 2022. There were 4 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 

Basic dsa plus aptitude total of 50 ques

Round 3 - Technical 

(1 Question)

  • Q1. Array and array matrix coding question and some logical question
Round 4 - HR 

(1 Question)

  • Q1. Noarmal hr question and then some logical tricky question , situation based question

Interview Preparation Tips

Interview preparation tips for other job seekers - logical question read throughly plus dsa question were not that hard

National Payments Corporation of India Interview FAQs

How many rounds are there in National Payments Corporation of India Graduate Engineer Trainee (Get) interview?
National Payments Corporation of India interview process usually has 2-3 rounds. The most common rounds in the National Payments Corporation of India interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for National Payments Corporation of India Graduate Engineer Trainee (Get) 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 National Payments Corporation of India. The most common topics and skills that interviewers at National Payments Corporation of India expect are Open Source, Algorithms, Data Science, Data Analytics and Java.
What are the top questions asked in National Payments Corporation of India Graduate Engineer Trainee (Get) interview?

Some of the top questions asked at the National Payments Corporation of India Graduate Engineer Trainee (Get) interview -

  1. In this round I had 3 technical interviewer and 1 hr , technical ones asking me...read more
  2. Questions based on our resume. I kept c,c++, java and asked from those topi...read more
  3. Oops concepts netowrking os security http related thi...read more

Tell us how to improve this page.

National Payments Corporation of India Graduate Engineer Trainee (Get) Interview Process

based on 3 interviews

3 Interview rounds

  • Aptitude Test Round
  • Technical Round - 1
  • Technical Round - 2
View more

Interview Questions from Similar Companies

Udaan Interview Questions
3.9
 • 334 Interviews
Ekart Logistics Interview Questions
3.9
 • 315 Interviews
ElasticRun Interview Questions
3.5
 • 252 Interviews
Morningstar Interview Questions
3.9
 • 244 Interviews
Oyo Rooms Interview Questions
3.3
 • 221 Interviews
Unacademy Interview Questions
3.0
 • 208 Interviews
Fractal Analytics Interview Questions
4.0
 • 208 Interviews
HighRadius Interview Questions
2.9
 • 186 Interviews
Vedantu Interview Questions
3.3
 • 184 Interviews
View all
93% more than the average Graduate Engineer Trainee (Get) Salary in India
View more details

National Payments Corporation of India Graduate Engineer Trainee (Get) Reviews and Ratings

based on 8 reviews

2.4/5

Rating in categories

2.5

Skill development

1.8

Work-life balance

2.0

Salary

2.7

Job security

2.6

Company culture

1.3

Promotions

2.0

Work satisfaction

Explore 8 Reviews and Ratings
Senior Associate
440 salaries
unlock blur

₹5.7 L/yr - ₹21.1 L/yr

Deputy Manager
112 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Graduate Engineer Trainee (Get)
100 salaries
unlock blur

₹5.2 L/yr - ₹7.7 L/yr

Lead
88 salaries
unlock blur

₹11.5 L/yr - ₹34 L/yr

Associate
84 salaries
unlock blur

₹3.8 L/yr - ₹14.5 L/yr

Explore more salaries
Compare National Payments Corporation of India with

Oyo Rooms

3.3
Compare

Udaan

3.9
Compare

Ekart Logistics

3.9
Compare

Thomson Reuters

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