Upload Button Icon Add office photos

NCR Corporation

Compare button icon Compare button icon Compare

Filter interviews by

NCR Corporation Software Engineer2 Interview Questions and Answers

Updated 22 Oct 2024

NCR Corporation Software Engineer2 Interview Experiences

6 interviews found

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

(2 Questions)

  • Q1. Loop in a linked list
  • Ans. 

    Loop in a linked list refers to a situation where a node in the list points to a previous node, creating a cycle.

    • Check for a loop using Floyd's cycle detection algorithm

    • Use two pointers, one moving at twice the speed of the other

    • If the two pointers meet at some point, there is a loop

  • Answered by AI
  • Q2. Delete the node in a linked list with given pointer
  • Ans. 

    To delete a node in a linked list with a given pointer, update the node's value and next pointer to the next node's value and next pointer.

    • Set the value of the node to the value of the next node

    • Set the next pointer of the node to the next node's next pointer

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why you want to join NCR

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic go lang & other concepts like Dynamic memory allocation, Garbage collector in go
  • Q2. One coding problem in go lang
  • Ans. 

    Implement a function to reverse a string in Go lang

    • Create a function that takes a string as input

    • Convert the string into a slice of bytes for easier manipulation

    • Use a loop to iterate through the slice and reverse the order of characters

    • Convert the reversed slice back into a string and return it

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Coding question & discussion around the questions with constraints
Round 3 - HR 

(1 Question)

  • Q1. Basic Introduction & discussions

Software Engineer2 Interview Questions Asked at Other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a po ... read more
asked in Wayfair
Q2. Design a Order and Cart Page in iOS. The user should be able to o ... read more
Q3. How to process large amount of data? Which tool would you prefer?
asked in PayPal
Q4. Can you describe the system design for the checkout feature on Am ... read more
Q5. Given an integer array , and a target k , we need to find the pai ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I appeared for an interview in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to current project and tech stack.
  • Q2. Easy + 1 Medium level Coding questions
Round 2 - Technical 

(1 Question)

  • Q1. Technical + Managerial Questions
Round 3 - HR 

(1 Question)

  • Q1. Usual HR Discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is the difference between abstract and interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface can only have constants and method signatures.

    • A class can extend only one abstract class, but can implement multiple interfaces.

    • Abstract classes are used to define a common behavior for subclasses, while interfaces are used to define a ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Managerial level questions like what is your major challenge that you faced in your career

NCR Corporation interview questions for designations

 Software Engineer

 (11)

 Software Developer

 (7)

 Software Engineer II

 (5)

 Software Developer Intern

 (3)

 Software Engineer Intern

 (3)

 Software Engineer III

 (3)

 Associate Software Engineer

 (2)

 Senior Software Engineer

 (2)

Interview experience
4
Good
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 - Technical 

(2 Questions)

  • Q1. Mostly asked about .net topics.
  • Q2. Garbage collection, Performance improvements, memory management techniques.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Coding test on hackerearth. two questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the pointers direction

    • Iterate through the linked list and change the direction of pointers

    • Use three pointers - prev, current, next to reverse the list

    • Update the head of the linked list to the last node after reversing

  • Answered by AI
  • Q2. Fibbonaci series print
  • Ans. 

    Print the Fibonacci series

    • Use a loop to generate Fibonacci numbers

    • Start with 0 and 1, then add the previous two numbers to get the next number

    • Repeat this process until reaching the desired length of the series

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

Round 1 - Assignment 

Core java, MQ, Sql

Round 2 - Technical 

(1 Question)

  • Q1. Indepth Core java, Programming
Round 3 - HR 

(1 Question)

  • Q1. Ctc discussion , about company

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Core java to the core. And dont leave a single concept.

I applied via LinkedIn and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked basic questions on C and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through all the basics of whichever technology you are going to attend.

Interview Questionnaire 

2 Questions

  • Q1. How can we remove duplicate objects from array of multiple objects.
  • Ans. 

    Remove duplicate objects from an array of multiple objects.

    • Create a new array to store unique objects

    • Loop through the original array and check if the object already exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI
  • Q2. How to maintain state if code if repeated one.
  • Ans. 

    Maintain state by using a global variable or a state management system.

    • Use a global variable to store the state and access it whenever needed.

    • Use a state management system like Redux or MobX to manage the state.

    • Avoid using local variables or closures to store state as they will be lost when the code is repeated.

    • Consider using object-oriented programming principles to encapsulate state within objects.

    • Use functional prog...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Mainframe questions, some direct and some scenario based.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience. Interview process was smoothly. There were 3 rounds.
1. Technical ( lasted for 1 hour)
2. Techno manageria( 30 mins)
3. HR(30 mins)

Project based questions and scenario based questions were asked.
Hike was also good.

NCR Corporation Interview FAQs

How many rounds are there in NCR Corporation Software Engineer2 interview?
NCR Corporation interview process usually has 2-3 rounds. The most common rounds in the NCR Corporation interview process are Technical, HR and Resume Shortlist.
How to prepare for NCR Corporation Software Engineer2 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 NCR Corporation. The most common topics and skills that interviewers at NCR Corporation expect are Recruitment, Scrum, Cloud, Financial Services and Functional Testing.
What are the top questions asked in NCR Corporation Software Engineer2 interview?

Some of the top questions asked at the NCR Corporation Software Engineer2 interview -

  1. What is the difference between abstract and interf...read more
  2. Delete the node in a linked list with given poin...read more
  3. One coding problem in go l...read more

Tell us how to improve this page.

NCR Corporation Software Engineer2 Interview Process

based on 7 interviews

2 Interview rounds

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

Interview Questions from Similar Companies

DXC Technology Interview Questions
3.7
 • 804 Interviews
Nagarro Interview Questions
4.0
 • 765 Interviews
NTT Data Interview Questions
3.8
 • 629 Interviews
Publicis Sapient Interview Questions
3.5
 • 623 Interviews
GlobalLogic Interview Questions
3.6
 • 594 Interviews
UST Interview Questions
3.8
 • 520 Interviews
CGI Group Interview Questions
4.0
 • 495 Interviews
View all
NCR Corporation Software Engineer2 Salary
based on 182 salaries
₹7 L/yr - ₹21 L/yr
17% less than the average Software Engineer2 Salary in India
View more details

NCR Corporation Software Engineer2 Reviews and Ratings

based on 27 reviews

2.7/5

Rating in categories

2.3

Skill development

2.9

Work-life balance

2.9

Salary

3.3

Job security

3.0

Company culture

2.3

Promotions

2.5

Work satisfaction

Explore 27 Reviews and Ratings
Software Engineer
380 salaries
unlock blur

₹6.5 L/yr - ₹20 L/yr

Senior Software Engineer
276 salaries
unlock blur

₹9.5 L/yr - ₹33 L/yr

Software Engineer III
183 salaries
unlock blur

₹13 L/yr - ₹34.9 L/yr

Software Engineer2
182 salaries
unlock blur

₹7 L/yr - ₹21 L/yr

Software Developer
159 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Explore more salaries
Compare NCR Corporation with

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare

FIS

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