Upload Button Icon Add office photos

Filter interviews by

NCR Voyix Software Engineer2 Interview Questions, Process, and Tips

Updated 22 Oct 2024

Top NCR Voyix Software Engineer2 Interview Questions and Answers

View all 6 questions

NCR Voyix 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
Q2. How to process large amount of data? Which tool would you prefer?
Q3. Given an integer array , and a target k , we need to find the pai ... read more
Q4. How to find if an array has duplicates, in linear time?
Q5. How will a live migration occur in a production database where 10 ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I was interviewed 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 Voyix 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:
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 

(2 Questions)

  • Q1. Mostly asked about .net topics.
  • Q2. Garbage collection, Performance improvements, memory management techniques.

Get interview-ready with Top NCR Voyix Interview Questions

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

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

Simple competitive questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Questions in resume
  • Q2. Domain questions
  • Q3. Live scenario related questions
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. About vmware and company culture
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

For experience candidate first round will be overview about your project working and test your understanding and your role. Based on technologies used the interview question follows and also some coding questions on same skill you worked or DSA.

Round 2 - Coding Test 

It will be again coding round and system design round

Round 3 - Technical 

(1 Question)

  • Q1. Manager round will be there
Round 4 - HR 

(1 Question)

  • Q1. Lot of questions they will ask . There will be one hour round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up your coding skills and be thorough on your current project working
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on hashmap and hashset Java 8 features Previous project and company Coding questions on strings and arrays
Round 2 - Technical 

(1 Question)

  • Q1. Behavioural questions and managerial discussion on tech stack
Round 3 - Versant round 

(1 Question)

  • Q1. English vocabulary rounds
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Data structures and algorithms
Round 2 - Technical 

(1 Question)

  • Q1. System design and problem solving

NCR Voyix Interview FAQs

How many rounds are there in NCR Voyix Software Engineer2 interview?
NCR Voyix interview process usually has 2-3 rounds. The most common rounds in the NCR Voyix interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in NCR Voyix Software Engineer2 interview?

Some of the top questions asked at the NCR Voyix 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 Voyix Software Engineer2 Interview Process

based on 6 interviews

2 Interview rounds

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

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
Nagarro Interview Questions
4.0
 • 775 Interviews
View all
NCR Voyix Software Engineer2 Salary
based on 156 salaries
₹9.8 L/yr - ₹20.6 L/yr
17% less than the average Software Engineer2 Salary in India
View more details

NCR Voyix Software Engineer2 Reviews and Ratings

based on 24 reviews

3.2/5

Rating in categories

2.6

Skill development

3.3

Work-life balance

2.9

Salary

3.3

Job security

3.0

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 24 Reviews and Ratings
Software Engineer
370 salaries
unlock blur

₹6.7 L/yr - ₹25 L/yr

Senior Software Engineer
248 salaries
unlock blur

₹9.5 L/yr - ₹36 L/yr

Software Developer
187 salaries
unlock blur

₹5.3 L/yr - ₹19.5 L/yr

Software Engineer2
156 salaries
unlock blur

₹9.8 L/yr - ₹20.6 L/yr

Software Engineer III
151 salaries
unlock blur

₹12.8 L/yr - ₹34 L/yr

Explore more salaries
Compare NCR Voyix with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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