Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Newgen Software Technologies Team. If you also belong to the team, you can get access from here

Newgen Software Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Newgen Software Technologies Interview Questions, Process, and Tips

Updated 21 Jan 2025

Top Newgen Software Technologies Interview Questions and Answers

View all 103 questions

Newgen Software Technologies Interview Experiences

Popular Designations

183 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Job Portal

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 Resume tips
Round 2 - Aptitude Test 

Basic aptitude questions of maths and english. Easy solvabale.

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic core java questions and collections questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Database, Core Java, coding questions on Java.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic core concepts and and work experience related questions.

Top Newgen Software Technologies Software Developer Interview Questions and Answers

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 3 interview rounds.

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 Resume tips
Round 2 - Aptitude Test 

1 hr withs ome basic english grammer

Round 3 - Technical 

(2 Questions)

  • Q1. What is servlet life cycle
  • Ans. 

    Servlet life cycle refers to the sequence of events that occur during the lifespan of a servlet.

    • Servlet is loaded into memory when the server starts

    • init() method is called to initialize the servlet

    • service() method is called to handle client requests

    • destroy() method is called when the servlet is removed from memory

    • Servlet can be reloaded if the server is restarted

  • Answered by AI
  • Q2. What is try with resources
  • Ans. 

    Try with resources is a feature introduced in Java 7 to automatically close resources after use.

    • It simplifies the code by eliminating the need for a finally block to close the resource

    • The resource must implement the AutoCloseable interface

    • Multiple resources can be declared in a single try-with-resources statement

    • Example: try(FileInputStream fis = new FileInputStream("file.txt")) { //code }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - dont do there interviewer dont have any common sense Ajay kumar pandey .

Skills evaluated in this interview

Top Newgen Software Technologies Java Developer Interview Questions and Answers

Q1. Write a SQL query to find third highest salary from employee table.
View answer (1)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Newgen Software Technologies Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
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 Resume tips
Round 2 - Group Discussion 

Normal general question

Round 3 - Technical 

(1 Question)

  • Q1. Instructions about the job and about last company experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company
Good culture
Good work life balance

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 4 Jan 2025

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

I applied via Naukri.com and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Oops concept along with DBMS
  • Ans. 

    Oops concept and DBMS are both important in software development, with Oops focusing on object-oriented programming and DBMS on managing databases.

    • Oops concept involves classes, objects, inheritance, polymorphism, and encapsulation.

    • DBMS involves creating, managing, and querying databases using SQL.

    • Oops helps in organizing code and promoting reusability, while DBMS ensures data integrity and security.

    • Example: In a banki...

  • Answered by AI
  • Q2. Oops concept along with the importancE
  • Ans. 

    Oops concept is a programming paradigm that focuses on objects and classes, promoting code reusability and modularity.

    • Encapsulation: bundling data and methods that operate on the data within a single unit

    • Inheritance: allows a class to inherit properties and behavior from another class

    • Polymorphism: ability for objects to be treated as instances of their parent class

    • Abstraction: hiding the complex implementation details

  • Answered by AI
  • Q3. DBms indexing question how

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong with the oops and DBMS

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Newgen Software Technologies interview questions for popular designations

 Software Engineer

 (37)

 Software Developer

 (22)

 Applications Engineer

 (19)

 Senior Software Engineer

 (12)

 Business Analyst

 (9)

 Team Lead

 (5)

 Senior Business Analyst

 (3)

 Senior Project Manager

 (2)

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

I applied via Indeed and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Describe a project of when you had to work with functions
  • Ans. 

    Developed a project using Python functions to automate data processing tasks

    • Created functions to extract, transform, and load data from multiple sources

    • Used functions to perform calculations and generate reports based on the processed data

    • Implemented error handling within functions to ensure data integrity

    • Collaborated with team members to optimize and refactor functions for better performance

  • Answered by AI
  • Q2. Describe a project where you had to use unknown project tools
  • Ans. 

    Developed a web application using a new framework

    • Had to learn the new framework quickly to meet project deadlines

    • Utilized online tutorials and documentation to understand the new tools

    • Collaborated with team members to troubleshoot issues and share knowledge

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your story with what was the challenge, what was your contribution, what was the result.

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)

Get interview-ready with Top Newgen Software Technologies Interview Questions

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basically javaacript concepts focused

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. They ask what language you are comfortable in and ask questions related to that programming language. They ask about the project that you have listed in resume
  • Q2. Pointer in C, array and other programming related questions.
  • Q3. Introduction, any internship experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - just be confident and know about your resume. Aptitude is easy, they prefer JAVA over other programming languages

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Mar 2023. There were 4 interview rounds.

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 Resume tips
Round 2 - Aptitude Test 

Between medium to hard

Round 3 - Technical 

(1 Question)

  • Q1. Networking and OS questions along with flowcharts which were pretty easy
Round 4 - Psychometric Test 

(1 Question)

  • Q1. Personality test

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice aptitude and read general os and networking questions

Top Newgen Software Technologies Applications Engineer Interview Questions and Answers

Q1. 1. Two random coding problems. 2. Difference between DBMS and RDBMS. 3. What is call by reference and call by variable. 4. State exceptions in Java. 5. What is json?
View answer (1)

Applications Engineer Interview Questions asked at other Companies

Q1. Minimum Special Sum Problem You are given an array ARR of length N. There are two operations defined for each index i in the array: FIRST_SUM(i): Calculates the sum of the first i numbers. LAST_SUM(i): Calculates the sum of the last N-i+1 ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Core java , basic problem on array,string , jsp , javascript
Round 3 - Project 

(1 Question)

  • Q1. Asking more on jsp, core java and project

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn core java, javascript,jsp and basic problem on array , strings.

Top Newgen Software Technologies Senior Software Engineer Interview Questions and Answers

Q1. Dofferemt ways to prevent rerendering of a child component in react?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was an easy round

Round 2 - Technical 

(1 Question)

  • Q1. Sorting 0 and 1, oops concepts

Top Newgen Software Technologies Software Engineer Interview Questions and Answers

Q1. String Compression Problem Statement Implement a program that performs basic string compression. When a character is consecutively repeated more than once, replace the consecutive duplicates with the count of repetitions. Example: Input: If... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Contribute & help others!
anonymous
You can choose to be anonymous

Newgen Software Technologies Interview FAQs

How many rounds are there in Newgen Software Technologies interview?
Newgen Software Technologies interview process usually has 2-3 rounds. The most common rounds in the Newgen Software Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for Newgen Software Technologies 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 Newgen Software Technologies. The most common topics and skills that interviewers at Newgen Software Technologies expect are Java, SQL, Core Java, Javascript and J2Ee.
What are the top questions asked in Newgen Software Technologies interview?

Some of the top questions asked at the Newgen Software Technologies interview -

  1. 1. Two random coding problems. 2. Difference between DBMS and RDBMS. 3. What is...read more
  2. 1. What is triggers 2. Difference between method overloading and method overrid...read more
  3. why you want and how many salery you wa...read more
How long is the Newgen Software Technologies interview process?

The duration of Newgen Software Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

SALARIES

Airports Authority of India

JOBS

Virtusa Consulting Services

No Jobs

SALARIES

Newgen Software Technologies

COMPANY BENEFITS

Newgen Software Technologies

No Benefits

COMPANY BENEFITS

Airports Authority of India

No Benefits

JOBS

Techno Compass Consulting

No Jobs

REVIEWS

Airports Authority of India

No Reviews

JOBS

Info Test Ehire Campaign

No Jobs

SALARIES

Newgen Software Technologies

SALARIES

Airports Authority of India

Tell us how to improve this page.

Newgen Software Technologies Interview Process

based on 149 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
ITC Infotech Interview Questions
3.8
 • 334 Interviews
View all

Newgen Software Technologies Reviews and Ratings

based on 1.4k reviews

3.7/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.6

Salary

4.0

Job security

3.5

Company culture

3.5

Promotions

3.4

Work satisfaction

Explore 1.4k Reviews and Ratings
Software Engineer
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
1.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Applications Engineer
541 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
488 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
407 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Newgen Software Technologies 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