Upload Button Icon Add office photos

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

Software Developer Interview Questions & Answers

user image Manisha Bhatt

posted on 20 Jun 2024

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

(2 Questions)

  • Q1. Define Opps concept
  • Ans. 

    OOPs concept stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation, inheritance, polymorphism, and abstraction are the four main principles of OOPs.

    • Example: Inheritance allows a class to inherit properties and behavior from another class, promoting code reusability.

  • Answered by AI
  • Q2. What are constructor?
  • Ans. 

    Constructors are special methods in a class that are used to initialize objects.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • Constructors can have parameters to initialize object properties.

    • Example: public class Person { public Person(String name) { this.name = name; }}

  • Answered by AI

Skills evaluated in this interview

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 Questions & Answers

user image Anonymous

posted on 19 Apr 2024

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

I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Method overloading, transactions, db joins
Newgen Software Technologies Interview Questions and Answers for Freshers
illustration image

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic, aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Aptitude qes , software engineering quuestiooons
  • Q2. Oops ,sql,some hr questions

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Business Analyst Interview Questions & Answers

user image Abhinav Sinha

posted on 18 Sep 2023

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

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 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 

(3 Questions)

  • Q1. BRD, FRD, Project details
  • Q2. Change Management
  • Q3. Gap Analysis, Conflicting stakeholders

Interview Preparation Tips

Topics to prepare for Newgen Software Technologies Business Analyst interview:
  • BPMN
Interview preparation tips for other job seekers - Be mindful, Think wrt Business and etiquette, and your approach toward conflicting stakeholder, Use positive words like collaborative, Cooperative, coordination

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

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
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was moderate level

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string and build a new string in reverse order

    • Alternatively, use built-in functions like reverse() in some programming languages

    • Consider edge cases like empty string or null input

  • Answered by AI
  • Q2. Make a C++ class and show its implementation
  • Ans. 

    Create a C++ class with implementation

    • Create a class named 'Person' with private data members like name, age, and gender

    • Include public member functions to set and get the data members

    • Implement the class in a separate header and source file

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses
  • Ans. 

    Strengths - problem-solving skills, teamwork, adaptability. Weaknesses - perfectionism, public speaking, time management.

    • Strengths: problem-solving skills - able to analyze complex issues and find effective solutions, teamwork - collaborate well with others to achieve common goals, adaptability - able to quickly adjust to new situations.

    • Weaknesses: perfectionism - sometimes spend too much time on minor details, public ...

  • Answered by AI
  • Q2. Tell me about your family
  • Ans. 

    I come from a close-knit family of four, including my parents and younger sister.

    • My parents have always been supportive of my career choices and encouraged me to pursue my passion for technology.

    • My younger sister is currently studying computer science and looks up to me as a role model in the field.

    • We enjoy spending quality time together, whether it's going on family vacations or simply having dinner at home.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Newgen Software Technologies Software Engineer interview:
  • Java
  • Data Structures
  • SQL

Skills evaluated in this interview

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 (196)

Get interview-ready with Top Newgen Software Technologies Interview Questions

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java basic Spring boot
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself Strength and weakness

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)

Jobs at Newgen Software Technologies

View all

Interview Questions & Answers

user image Anonymous

posted on 8 Jan 2024

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

I applied via Company Website and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. It was wonderful exp while interacting with Newgen leadership team.
  • Q2. It was great while newgen interview
Round 2 - Technical 

(1 Question)

  • Q1. Good and knowledgeable discussions

Software Developer Interview Questions & Answers

user image Homely Masala Kitchen

posted on 15 Oct 2024

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

DSA easy to mid level were asked

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude test consist of quant and coding

Round 2 - Technical 

(1 Question)

  • Q1. Java interview ,what is oops

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Easy to do all kind of topics 40 question 60 min timing

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)
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

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Accenture

No Interviews

INTERVIEWS

Accenture

No Interviews

SALARIES

Newgen Software Technologies

JOBS

Lakshmikumaran & Sridharan

No Jobs

SALARIES

Airports Authority of India

INTERVIEWS

Airports Authority of India

No Interviews

SALARIES

Newgen Software Technologies

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
Java Developer Lead(TL/GL)

Noida

4-9 Yrs

Not Disclosed

Angular Developer- Noida WFO

Noida

2-4 Yrs

Not Disclosed

Explore more jobs
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
531 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
488 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent