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

Filter interviews by

Newgen Software Technologies Interview Questions and Answers

Updated 2 Jul 2025
Popular Designations

117 Interview questions

A Java Developer was asked
Q. Write a program to count the occurrences of each letter in a string.
Ans. 

This program counts the occurrence of each letter in a given string.

  • Use a HashMap to store the count of each letter.

  • Iterate through the characters of the string and update the count in the HashMap.

  • Finally, print the count of each letter.

View all Java Developer interview questions
A Java Developer was asked
Q. What is the difference between an Array and an ArrayList?
Ans. 

Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

  • Array has a fixed length, while ArrayList can dynamically grow and shrink.

  • Array can store both primitive types and objects, while ArrayList can only store objects.

  • Array uses square brackets [] for declaration, while ArrayList uses angle brackets <>.

  • Array provides direct access to elements using index, while ArrayList prov...

View all Java Developer interview questions
A Java Developer was asked
Q. What is the default size of an ArrayList?
Ans. 

The default size of an ArrayList is 10.

  • The default initial capacity of an ArrayList is 10.

  • If the number of elements exceeds the initial capacity, the ArrayList automatically increases its size.

  • The capacity of an ArrayList can be increased manually using the ensureCapacity() method.

View all Java Developer interview questions
A Java Developer was asked
Q. Explain OOPs concepts.
Ans. 

OOPs concepts are fundamental principles of object-oriented programming that help in designing and implementing software solutions.

  • Encapsulation: Bundling data and methods together in a class.

  • Inheritance: Creating new classes by inheriting properties and behaviors from existing classes.

  • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

  • Abstraction: Hiding complex implementa...

View all Java Developer interview questions
A Java Developer was asked
Q. Write a SQL query to find the third highest salary from the employee table.
Ans. 

SQL query to find third highest salary from employee table.

  • Use the ORDER BY clause to sort the salaries in descending order

  • Use the LIMIT clause to limit the result to the third row

  • Use a subquery to exclude the highest and second highest salaries

View all Java Developer interview questions
A Java Developer was asked
Q. Explain how ArrayList works.
Ans. 

ArrayList is a dynamic array that can grow or shrink in size. It stores objects and provides methods to manipulate them.

  • ArrayList is part of the Java Collections Framework.

  • It allows storing objects of any type.

  • Elements can be added, removed, or accessed using index.

  • It automatically resizes when needed.

  • Example: ArrayList names = new ArrayList();

View all Java Developer interview questions
An Applications Engineer was asked
Q. Given a string, determine whether it is a palindrome.
Ans. 

Check if a given input string is a palindrome or not

  • Compare the input string with its reverse to check for palindrome

  • Ignore spaces and punctuation marks when checking for palindrome

  • Examples: 'racecar' is a palindrome, 'hello' is not a palindrome

View all Applications Engineer interview questions
Are these interview questions helpful?
An Applications Engineer was asked
Q. What is OOPS in programming?
Ans. 

OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

  • OOPS focuses on creating objects that interact with each other to solve a problem.

  • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.

  • Example: In a banking application, a 'Customer' class can have attributes like name and account balance, an...

View all Applications Engineer interview questions
An Applications Engineer was asked
Q. Write a basic query using JOIN.
Ans. 

Joins in SQL combine rows from two or more tables based on related columns.

  • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.a_id;

  • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.a_id;

  • RIGHT JOIN: Returns all records from the right table and matched records fr...

View all Applications Engineer interview questions
An Applications Engineer was asked
Q. How many jumps are required to reach the top?
Ans. 

It depends on the height of the top and the height of each jump.

  • The number of jumps required to reach the top depends on the height of the top and the height of each jump.

  • If the height of the top is 10 feet and the height of each jump is 2 feet, then it would take 5 jumps to reach the top.

  • If the height of the top is 20 feet and the height of each jump is 3 feet, then it would take 7 jumps to reach the top.

View all Applications Engineer interview questions

Newgen Software Technologies Interview Experiences

193 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal logical, verbal, and quantitative ability questions.

Round 2 - Psychometric Test 

(1 Question)

  • Q1. Behavioural questions like how do you manage your team what do you do in thia or that situation
Round 3 - Technical 

(2 Questions)

  • Q1. Computer Fundamentals like OOPS,DBMS and SQL
  • Q2. Questions Based on yourresume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Patient and work o you CS fundamentals
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(3 Questions)

  • Q1. Data structure [Array]
  • Q2. Core JAVA questions[ exception handling , OOPS , Collections Framework ]
  • Q3. JDBC and SQL questions
Round 2 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Tell me one scenerio under which you did development
  • Ans. 

    Developed a mobile app for tracking daily water intake

    • Researched existing water tracking apps for inspiration

    • Designed user interface for easy input of water consumption

    • Implemented backend database to store user data

    • Tested app with beta users for feedback and improvements

  • Answered by AI

Software Developer Interview Questions & Answers

user image pericharla ayyappa

posted on 7 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Where are you from?
  • Ans. 

    I'm from a vibrant city known for its tech innovation, diverse culture, and beautiful parks, where creativity thrives.

    • The city has a rich history, with landmarks dating back to the 1800s.

    • It's a hub for tech startups, attracting talent from around the world.

    • The local cuisine is diverse, offering everything from street food to fine dining.

    • There are numerous parks and recreational areas, perfect for outdoor activities.

  • Answered by AI
  • Q2. In which year do you plan to complete your postgraduate studies?
  • Ans. 

    I plan to complete my postgraduate studies by 2025, focusing on advanced software development techniques and emerging technologies.

    • I am currently enrolled in a master's program that spans two years.

    • I aim to complete my thesis on machine learning applications by mid-2025.

    • I have set a timeline to finish all coursework by the end of 2024.

  • Answered by AI
  • Q3. What percentage did you achieve in your postgraduate studies?
  • Ans. 

    I achieved a commendable percentage in my postgraduate studies, reflecting my dedication and understanding of the subject matter.

    • Graduated with a percentage of 85%, which placed me in the top 10% of my class.

    • Completed a thesis project that contributed to my high marks, focusing on software optimization techniques.

    • Participated in various workshops and seminars, enhancing my practical knowledge and skills.

  • Answered by AI
  • Q4. What the purpose of job
  • Ans. 

    The purpose of a job is to fulfill responsibilities, contribute to goals, and achieve personal and professional growth.

    • Provides financial stability: A job allows individuals to earn a living and support themselves and their families.

    • Fosters personal development: Engaging in work helps individuals develop new skills and gain experience.

    • Contributes to society: Jobs create products or services that benefit the community a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communicat essaly
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the OOPS concepts
  • Ans. 

    OOP concepts include encapsulation, inheritance, polymorphism, and abstraction, forming the foundation of object-oriented programming.

    • Encapsulation: Bundling data and methods that operate on the data within a single unit (class). Example: A class 'Car' with properties like 'speed' and methods like 'accelerate()'.

    • Inheritance: Mechanism to create a new class from an existing class, inheriting its properties and methods. ...

  • Answered by AI
  • Q2. MultiThreading, synchronization
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself

Soft Skills Trainer Interview Questions & Answers

user image aadibabu pnni

posted on 13 Jun 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What do you know about our company?
  • Ans. 

    Your company is a leader in providing innovative training solutions that enhance soft skills for professionals across various industries.

    • Founded in [Year], the company has a rich history of developing effective training programs.

    • The company focuses on key areas such as communication, teamwork, and leadership skills.

    • They have worked with diverse clients, including Fortune 500 companies, to improve employee performance.

    • T...

  • Answered by AI
  • Q2. Write on c language program
  • Ans. 

    A C program is a set of instructions written in the C programming language to perform specific tasks.

    • C is a procedural programming language, known for its efficiency and control over system resources.

    • Basic structure of a C program includes header files, main function, and statements.

    • Example: A simple C program to print 'Hello, World!': #include <stdio.h> int main() { printf('Hello, World!'); return 0; }

    • C ...

  • Answered by AI

XML Operator Interview Questions & Answers

user image sivaranjini ravi

posted on 13 Sep 2024

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

I applied via Company Website

Round 1 - Coding Test 

Xml file will be validated as parsed,spix and content checker,checktex and stlyeview

Round 2 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. About my work experience
Round 3 - HR 

(2 Questions)

  • Q1. Work experience
  • Q2. Xml operator job

Associate Engineer Interview Questions & Answers

user image Jatin Chaudhary

posted on 24 Oct 2024

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

(2 Questions)

  • Q1. What is context in react?
  • Ans. 

    Context in React is a way to pass data through the component tree without having to pass props down manually at every level.

    • Context provides a way to share values like themes, locale preferences, etc. across the component tree.

    • It helps in avoiding prop drilling, where props are passed down multiple levels of components.

    • Context consists of two parts: Provider and Consumer. Provider allows components to subscribe to cont...

  • Answered by AI
  • Q2. What is redux in react?
  • Ans. 

    Redux is a predictable state container for JavaScript apps, commonly used with React for managing application state.

    • Redux is a state management library for JavaScript applications.

    • It helps in managing the state of the application in a predictable way.

    • Redux stores the entire state of the application in a single immutable state tree.

    • Actions are dispatched to update the state, and reducers specify how the state changes in...

  • Answered by AI

Skills evaluated in this interview

Team Lead Interview Questions & Answers

user image Anonymous

posted on 4 Oct 2024

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

(2 Questions)

  • Q1. Remove duplicates from the list
  • Ans. 

    Remove duplicates from an array of strings

    • Create a new set to store unique values

    • Iterate through the array and add each element to the set

    • Convert the set back to an array to remove duplicates

  • Answered by AI
  • Q2. Inheritance related theoretical

Skills evaluated in this interview

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

(2 Questions)

  • Q1. OOPS Basic Questions and examples
  • Q2. Microservices Related questuons and examples

Interview Preparation Tips

Interview preparation tips for other job seekers - All great

Interview Questions & Answers

user image Anonymous

posted on 4 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. String frequency code
  • Q2. Second smallest element in array
  • Ans. 

    Find the second smallest element in an array of strings.

    • Convert the strings to integers for comparison.

    • Sort the array in ascending order.

    • Return the second element in the sorted array.

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Newgen Software Technologies?
Ask anonymously on communities.

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 JSP.
What are the top questions asked in Newgen Software Technologies interview?

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

  1. After this interviewer gave me a Machine coding round kind of question. I had t...read more
  2. 1. Two random coding problems. 2. Difference between DBMS and RDBMS. 3. What is...read more
  3. 1. What is triggers 2. Difference between method overloading and method overrid...read more
What are the most common questions asked in Newgen Software Technologies HR round?

The most common HR questions asked in Newgen Software Technologies interview are -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. What is your family backgrou...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.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 168 interview experiences

Difficulty level

Easy 18%
Moderate 80%
Hard 2%

Duration

Less than 2 weeks 65%
2-4 weeks 29%
4-6 weeks 2%
6-8 weeks 2%
More than 8 weeks 2%
View more
Join Newgen Software Technologies Leading provider of an AI-enabled digital transformation platform

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 376 Interviews
3i Infotech Interview Questions
3.4
 • 151 Interviews
Microland Interview Questions
3.5
 • 137 Interviews
Sify Technologies Interview Questions
3.8
 • 131 Interviews
Mastek Interview Questions
3.6
 • 127 Interviews
Maveric Systems Interview Questions
3.5
 • 124 Interviews
Sonata Software Interview Questions
3.4
 • 122 Interviews
Clover Infotech Interview Questions
3.5
 • 120 Interviews
View all

Newgen Software Technologies Reviews and Ratings

based on 1.7k reviews

3.8/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.7

Salary

4.1

Job security

3.7

Company culture

3.6

Promotions

3.5

Work satisfaction

Explore 1.7k Reviews and Ratings
Oracle Database Administrator

Noida

2-3 Yrs

₹ 5-6 LPA

Talent Acquisition Specialist

Noida

3-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.9k salaries
unlock blur

₹3.8 L/yr - ₹9 L/yr

Senior Software Engineer
1.9k salaries
unlock blur

₹6 L/yr - ₹14.2 L/yr

Applications Engineer
583 salaries
unlock blur

₹3.5 L/yr - ₹6.2 L/yr

Senior Business Analyst
486 salaries
unlock blur

₹11 L/yr - ₹19 L/yr

Team Lead
485 salaries
unlock blur

₹11.5 L/yr - ₹21 L/yr

Explore more salaries
Compare Newgen Software Technologies with

ITC Infotech

3.7
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.8
Compare

Microland

3.5
Compare
write
Share an Interview