Upload Button Icon Add office photos

Filter interviews by

NCR Voyix Full Stack Developer Interview Questions and Answers

Updated 3 May 2024

NCR Voyix Full Stack Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Questions about Nestjs, React and AI
  • Q2. Singlet pattern of NestJS
  • Ans. 

    Singleton pattern in NestJS ensures a class has only one instance and provides a global point of access to it.

    • Use the @Injectable() decorator to mark a class as a singleton in NestJS.

    • Inject the singleton class into other classes using the constructor.

    • The instance of the singleton class will be shared across the application.

  • Answered by AI

Skills evaluated in this interview

Full Stack Developer Jobs at NCR Voyix

View all

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Very basic top 50 questions on internet, basic java, inheritance, oops, solid, collections
  • Q2. Diff between abstract and interface, method overloading, overriding, microservices, how do microservice communicate
  • Ans. 

    Abstract class is a class that cannot be instantiated, while an interface is a blueprint of a class with only abstract methods.

    • Abstract class cannot be instantiated, but can have both abstract and non-abstract methods.

    • Interface can only have abstract methods and cannot have method implementations.

    • Method overloading is having multiple methods in the same class with the same name but different parameters.

    • Method overridin...

  • Answered by AI
  • Q3. Spring boot annotations, DI, hibernate, bean scopes
  • Q4. Fibonacci series print

Interview Preparation Tips

Interview preparation tips for other job seekers - HR is very rude, they want to schedule interview in same day within 1 hour of notice. they just want to complete their daily interview list i guess. because interview was so so easy, just top 50 java interview questions on internet. but they just rejected after 5 mins of finishing interview.

Skills evaluated in this interview

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

Few coding tasks asked like palindrome number
Factorial
Basic concept tests based on DSA
Like prove that set is unordered

Round 2 - One-on-one 

(1 Question)

  • Q1. If a glass is started filling with water by 1ml at 0sec and gets doubled at every successive second, at what second the glass is half full
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Project, Oops Concept, Java , which technology u have used ? Framework
  • Q2. Framework, Explain Long Polling ,
  • Ans. 

    Long polling is a web technique where the client sends a request to the server and the server holds the connection open until new data is available.

    • Long polling is a variation of the traditional polling technique where the client sends a request to the server and the server keeps the connection open until new data is available.

    • It is often used in web applications to simulate real-time updates without the need for const...

  • Answered by AI
  • Q3. GraphQL Vs Rest
  • Ans. 

    GraphQL is a query language for APIs that allows clients to request only the data they need, while REST is an architectural style for designing networked applications.

    • GraphQL allows clients to request specific data in a single request, reducing over-fetching and under-fetching of data.

    • REST uses multiple endpoints for different resources, leading to multiple requests for related data.

    • GraphQL provides a strongly typed sc...

  • Answered by AI

Skills evaluated in this interview

I was interviewed in Sep 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 110 Minutes
Round difficulty - Medium

Aptitude and coding and Ouput MCQ

  • Q1. 

    Ways To Make Coin Change

    Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...

  • Ans. Recursion

     

    1. The idea is to use recursion.
    2. For a particular coin, we have two options either include it or exclude it.
    3. If we include that coin, then calculate the remaining number that we have to generate so recur for that remaining number.
    4. If we exclude that coin, then recur for the same amount that we have to make.
    5. Our final answer would be the total number of ways either by including or excluding.
    6. There will be two edg...
  • Answered Anonymously
Round 2 - Face to Face 

Round duration - 60 minutes
Round difficulty - Easy

There were 2 interviewers. I was asked to make a presentation earlier which I had to present in the interview.

Questions on SQL, Javascript, Linux

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from HMR Institute of Technology and Management. Eligibility criteriaNo CriteriaAmdocs interview preparation:Topics to prepare for the interview - Projects should be good and engaging, Data base, SQL, LinuxTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Keep the conversation interesting
Tip 2 : Prepare thoroughly
Tip 3 : Look for interviewers on LinkedIn

Application resume tips for other job seekers

Tip 1 : Projects should be engaging
Tip 2 : Experiences should be on top

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Oct 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

Binary tree fin the no of leaf node

  • Q1. System design on Netflix
  • Ans. 

    System design for Netflix

    • Use microservices architecture

    • Implement a distributed caching system

    • Utilize content delivery networks (CDNs)

    • Implement recommendation algorithms

    • Ensure high availability and fault tolerance

    • Implement user authentication and authorization

    • Handle large-scale data storage and processing

    • Implement efficient search functionality

  • Answered by AI
  • Q2. Talk about hld design
  • Ans. 

    HLD design refers to high-level design, which involves creating an architectural blueprint for a software system.

    • HLD design focuses on the overall structure and components of a system.

    • It includes defining the system's modules, interfaces, and interactions.

    • HLD design helps in understanding the system's functionality and how different components work together.

    • It provides a roadmap for the development process and helps in...

  • Answered by AI
  • Q3. Talk aboit lld design
  • Q4. Da algo for queue

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA QUESTION LIKE TREE AND GRAPH
  • Q2. DP AND SORTING APPROACH
Round 3 - Coding Test 

Again same but dsa question and oops concept in deep level

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge in dsa , database , programming thats it
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

A paper based test and it was technical

Round 2 - One-on-one 

(2 Questions)

  • Q1. About the projects
  • Q2. Some sql questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops XML MVC SQL
Round 2 - Technical 

(2 Questions)

  • Q1. Jquery tags syntax uses
  • Ans. 

    Jquery tags syntax uses angle brackets and CSS selectors.

    • Jquery tags are enclosed in angle brackets, like

      or

    • Jquery selectors are used to target specific elements, like $('p') or $('.class')

Answered by AI
  • Q2. Seting values XML data JSON data transfer
  • Skills evaluated in this interview

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

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

    Round 1 - Coding Test 

    Karet Interview :
    5 back to back System design question, we don't need to explain each component but more like list as many as points. Need to finish all the question in 15min

    1-2 problem solving question : It's not fency algorithm round with tough question. But true problem solving round using basic knowledge such as hashmap, heap

    Round 2 - Technical 

    (3 Questions)

    • Q1. Design File System : You have given file size and collection in input 1 : get total size 2 : find top k collections in size
    • Ans. 

      Design a file system to calculate total size and find top k collections in size.

      • Create a file system class with methods to add files and calculate total size.

      • Maintain a data structure to store the collections and their sizes.

      • Implement a method to find the top k collections based on size.

      • Consider using a priority queue or sorting the collections based on size.

      • Handle edge cases like empty collections or invalid input siz

    • Answered by AI
    • Q2. Find total size
    • Ans. 

      Calculate the total size of an array of strings.

      • Iterate through the array and sum the length of each string.

      • Use the `length` property of each string to get its size.

      • Handle edge cases such as empty strings or null values.

    • Answered by AI
    • Q3. Find Top k collections
    • Ans. 

      The question is asking to find the top k collections.

      • Use a sorting algorithm to sort the collections in descending order based on a specific criteria.

      • Select the top k collections from the sorted list.

      • Return the selected collections as an array of strings.

    • Answered by AI

    Skills evaluated in this interview

    NCR Voyix Interview FAQs

    How many rounds are there in NCR Voyix Full Stack Developer interview?
    NCR Voyix interview process usually has 1 rounds. The most common rounds in the NCR Voyix interview process are Technical.
    How to prepare for NCR Voyix Full Stack Developer 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 Voyix. The most common topics and skills that interviewers at NCR Voyix expect are .Net Core, Angular, C#, Javascript and React.Js.
    What are the top questions asked in NCR Voyix Full Stack Developer interview?

    Some of the top questions asked at the NCR Voyix Full Stack Developer interview -

    1. Singlet pattern of Nes...read more
    2. Questions about Nestjs, React and...read more

    Tell us how to improve this page.

    NCR Voyix Full Stack Developer Interview Process

    based on 1 interview

    Interview experience

    3
      
    Average
    View more
    NCR Voyix Full Stack Developer Salary
    based on 7 salaries
    ₹7.6 L/yr - ₹16 L/yr
    16% more than the average Full Stack Developer Salary in India
    View more details
    Fullstack Developer

    Hyderabad / Secunderabad

    6-11 Yrs

    Not Disclosed

    Explore more jobs
    Software Engineer
    367 salaries
    unlock blur

    ₹5.7 L/yr - ₹25 L/yr

    Senior Software Engineer
    251 salaries
    unlock blur

    ₹8 L/yr - ₹32.5 L/yr

    Software Developer
    176 salaries
    unlock blur

    ₹5.5 L/yr - ₹19.5 L/yr

    Software Engineer2
    162 salaries
    unlock blur

    ₹7 L/yr - ₹21 L/yr

    Software Engineer III
    155 salaries
    unlock blur

    ₹13 L/yr - ₹33 L/yr

    Explore more salaries
    Compare NCR Voyix with

    TCS

    3.7
    Compare

    Infosys

    3.6
    Compare

    Wipro

    3.7
    Compare

    HCLTech

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