Filter interviews by
I applied via Naukri.com and was interviewed before Oct 2023. There were 4 interview rounds.
This test consist of Logical, Reasoning, Verbal and some Programming questions
Use Stream API to find the second largest salary in an array of salaries.
Use Stream.sorted() to sort the salaries in descending order
Use Stream.skip(1).findFirst() to get the second highest salary
Insert a node in the middle of a linked list
Find the middle node using slow and fast pointers
Insert the new node after the middle node
Update the pointers to maintain the linked list structure
Reverse a linked list
Iterate through the linked list and change the direction of pointers
Use three pointers to keep track of current, previous, and next nodes
Update the head of the linked list to point to the last node
I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.
Newgen Software Technologies interview questions for designations
Get interview-ready with Top Newgen Software Technologies Interview Questions
I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.
Genric aptitude test
I applied via Naukri.com and was interviewed before Apr 2022. There were 3 interview rounds.
React lifecycle, Fragment vs React.Fragment, React.PureComponent
React lifecycle consists of mounting, updating, and unmounting phases
Fragment is a shorthand for React.Fragment, used to group multiple elements
React.PureComponent is a class component that implements shouldComponentUpdate method for performance optimization
JavaScript hoisting and differences between let, var and const.
Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.
Var declarations are hoisted to the top of their scope, while let and const declarations are not.
Var can be redeclared and reassigned, let can be reassigned but not redeclared, and const cannot be reassigned or redeclared.
Using const is recommend...
Prevent rerendering of a child component in React
Use shouldComponentUpdate() lifecycle method
Use React.memo() to memoize functional components
Use PureComponent instead of Component
Pass props as a callback function to avoid unnecessary re-renders
Use React.PureComponent for class components
Use React.memo() for functional components
I applied via Company Website and was interviewed before Apr 2022. There were 4 interview rounds.
Basic Apti questions
Basic Java Coding test
Top trending discussions
Some of the top questions asked at the Newgen Software Technologies Senior Software Engineer interview -
based on 14 interviews
2 Interview rounds
based on 180 reviews
Rating in categories
Software Engineer
2k
salaries
| ₹3 L/yr - ₹10 L/yr |
Senior Software Engineer
1.8k
salaries
| ₹4.1 L/yr - ₹14 L/yr |
Applications Engineer
526
salaries
| ₹3 L/yr - ₹6.5 L/yr |
Team Lead
484
salaries
| ₹7.1 L/yr - ₹23 L/yr |
Software Developer
450
salaries
| ₹3.5 L/yr - ₹11.5 L/yr |
TCS
Infosys
Wipro
HCLTech