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

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

I applied via campus placement at J S S Academy of Technical Education, Bangalore and was interviewed before Oct 2022. 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 tips
Round 2 - Aptitude Test 

1st round was apptitude test

Round 3 - Coding Test 

2nd wound was coding test basics of Java and JavaScript was asked

Round 4 - HR 

(1 Question)

  • Q1. Normal HR related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and brush up the basics

Top Newgen Software Technologies Software Engineer Interview Questions and Answers

Q1. Compress the StringWrite a program to do basic string compression. For a character which is consecutively repeated more than once, replace consecutive duplicate occurrences with the count of repetitions. Example: If a string has 'x' repeate... read more
View answer (2)

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

I applied via Approached by Company and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How many pages of FSD have you written?
  • Ans. 

    I have written over 100 pages of FSD in my previous role.

    • I have experience in writing FSD for various projects

    • My FSDs are detailed and cover all aspects of the project

    • I have received positive feedback from stakeholders on my FSDs

    • Examples: FSD for a banking application, FSD for a healthcare management system

  • Answered by AI
  • Q2. Will you be willing to travel to customer site on a daily basis?
  • Ans. 

    Yes, I am willing to travel to customer site on a daily basis.

    • I understand that traveling to customer sites is a crucial part of the job.

    • I am willing to make the necessary arrangements to ensure that I can travel to customer sites as needed.

    • I have experience traveling to customer sites in my previous roles.

    • I am comfortable working remotely and communicating with team members and customers via phone and email when neces

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Although it has been long since this company was incorporated, but the questions they ask in interview is just like any start-up. Things like no. of pages written in fsd & brd. I think one should focus on quality & making the document crisp rather than simply adding no. of pages to it just to make it look elaborate.
Questions such as are you willing to work late & travel to far off client places & sit work there itself on a daily bases. I would rather work on clients payroll then.

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)
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 2022. There were 5 interview rounds.

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

Basic level 10th question for freshers

Round 3 - Coding Test 

DS algorithm, Question from Core Java and SQL

Round 4 - Technical 

(1 Question)

  • Q1. System Architecture for higher Experience
  • Ans. 

    System architecture for higher experience involves scalable and efficient design.

    • Focus on scalability to handle increasing user load

    • Use microservices architecture for flexibility and easy maintenance

    • Implement caching mechanisms for faster response times

    • Utilize load balancing to distribute traffic evenly across servers

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Basic HR Question, why dou want work here

Top Newgen Software Technologies Software Engineer Interview Questions and Answers

Q1. Compress the StringWrite a program to do basic string compression. For a character which is consecutively repeated more than once, replace consecutive duplicate occurrences with the count of repetitions. Example: If a string has 'x' repeate... read more
View answer (2)

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 (170)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Array string questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Normal full stack questions

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

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)

 Intern

 (2)

I was interviewed before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

It was an online technical, aptitude, and English test.

  • Q1. 

    Relative Sorting Problem Statement

    You are given two arrays, 'ARR' of size 'N' and 'BRR' of size 'M'. Your task is to sort the elements of 'ARR' such that their relative order matches that in 'BRR'. Any e...

  • Ans. 

    The task is to sort the elements of ARR in such a way that the relative order among the elements will be the same as those are in BRR. For the elements not present in BRR, append them in the last in sorted order.

    • Create a frequency map of elements in ARR

    • Iterate through BRR and for each element, append it to the result array the number of times it appears in ARR

    • Iterate through the frequency map and for each element not p...

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

It was a face to face technical interview round where based on my previous study and resume I was supposed to answer the questions asked by them.

  • 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 ...

  • Ans. 

    The task is to find the Nth Fibonacci number using matrix exponentiation.

    • Use matrix exponentiation to efficiently calculate the Nth Fibonacci number

    • Return the answer modulo 10^9 + 7 to handle large numbers

    • Implement the function to solve the problem

    • The Fibonacci sequence starts with 1, 1, so F(1) = F(2) = 1

    • The time complexity can be improved to better than O(N) using matrix exponentiation

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

It was HR interview with basic questions and checking according to SWOT analysis.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in DelhiEligibility criteriaB.Tech/BCANewgen Software Technologies interview preparation:Topics to prepare for the interview - Data Structures, Any 1 or 2 Programming Languages, Frontend Development, Communication Skills, Database languageTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Don't try to cover everything, go with one or two skills to master it and have some general knowledge about others.
Tip 2 : Do a project along with everything you learn. Practical exposure is what organizations demand.
Tip 3 : Do not ignore soft skills at all. Many underestimate the magic of soft skills in getting selected over others.

Application resume tips for other job seekers

Tip 1 : Resume should not be more than 1 or 2 pages. All information should be provided in the form of bullets and numbered in a precise manner and not just in long paragraphs with detailing for every aspect.
Tip 2 : The resume should be easily readable with formal fonts and design, and should not contain false information.

Final outcome of the interviewSelected

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)

Get interview-ready with Top Newgen Software Technologies Interview Questions

Interview Questionnaire 

4 Questions

  • Q1. Mainly questions are about core java like collection framework
  • Q2. Oops concepts with examples and need of them
  • Ans. 

    Oops concepts are fundamental to object-oriented programming. They help in creating modular and reusable code.

    • Encapsulation - bundling of data and methods that operate on that data

    • Inheritance - creating new classes from existing ones

    • Polymorphism - ability of objects to take on many forms

    • Abstraction - hiding implementation details and showing only functionality

    • Examples - Car class inheriting from Vehicle class, Animal c...

  • Answered by AI
  • Q3. Sql questions
  • Q4. Write a query to find out the 2nd highest salary from the table ?
  • Ans. 

    Query to find 2nd highest salary from a table

    • Use ORDER BY and LIMIT

    • Exclude the highest salary using subquery

    • Handle cases where there are ties

  • Answered by AI

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
Add answer

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

Jobs at Newgen Software Technologies

View all

Sde1 Interview Questions & Answers

user image Anonymous

posted on 26 Jan 2022

I applied via Referral and was interviewed in Dec 2021. 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 tips
Round 2 - Aptitude Test 

Verbal,quants

Round 3 - Technical 

(1 Question)

  • Q1. Sql, oops data structure

Interview Preparation Tips

Interview preparation tips for other job seekers - be calm and polite. try to be interactive with interviewer

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Array string basic Java questions
Round 2 - HR 

(1 Question)

  • Q1. Normal intro and all question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

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
Add answer

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

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How do you manage stakeholders?
  • Ans. 

    Managing stakeholders involves identifying their needs, communicating effectively, and building relationships.

    • Identify stakeholders and their needs

    • Communicate regularly and effectively

    • Build relationships and trust

    • Manage conflicts and expectations

    • Involve stakeholders in decision-making

    • Provide regular updates and feedback

    • Adapt to changing stakeholder needs

  • Answered by AI
  • Q2. SDLC concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Ne fears, casually respond to everything, everyone is stupid accept you and accept if you are wrong somewhere.

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)

I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1. What is triggers 2. Difference between method overloading and method overriding 3. Ask me to code five numbers in ascending order 4.ask me to code prime or not 5. Difference between final and finally ke...
  • Ans. 

    Interview questions for Software Developer on triggers, method overloading/overriding, sorting, prime numbers, final/finally keyword, and normalization.

    • Triggers are database objects that are automatically executed in response to certain events.

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a subclass method with the same name and parameters a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through coding part and be true to your resume and be confident

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

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.

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.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
NeoSOFT Interview Questions
4.0
 • 263 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

₹3 L/yr - ₹10 L/yr

Senior Software Engineer
1.8k salaries
unlock blur

₹4.2 L/yr - ₹14 L/yr

Applications Engineer
530 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Team Lead
481 salaries
unlock blur

₹7 L/yr - ₹23 L/yr

Software Developer
408 salaries
unlock blur

₹3 L/yr - ₹12.6 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