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

  • Q1. String Compression Problem Statement Implement a program that performs basic string compression. When a character is consecutively repeated more than once, replace the c ...read more
    asked in Software Engineer interview
  • Q2. 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 ...read more
    asked in Software Developer interview
  • Q3. 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?
    asked in Applications Engineer interview
View all 103 questions

Newgen Software Technologies Interview Experiences

Popular Designations

183 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

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
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

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 (171)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the OOPS concepts
  • Q2. MultiThreading, synchronization
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself

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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

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

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)

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

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)

Get interview-ready with Top Newgen Software Technologies Interview Questions

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

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)

Jobs at Newgen Software Technologies

View all
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

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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Senior Software Design Engineer - 1 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

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2024

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

(2 Questions)

  • Q1. Explain current project.
  • Ans. 

    Currently working on a web application testing project for a financial services company.

    • Testing various functionalities of the web application such as account management, transactions, and security features

    • Creating and executing test cases to ensure the application meets requirements and is bug-free

    • Collaborating with developers and business analysts to resolve issues and improve the application's quality

  • Answered by AI
  • Q2. Some simple java code

Test Analyst Interview Questions asked at other Companies

Q1. Automation Testing QuestionWhat’s the difference between manual testing and automated testing?
View answer (1)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 8 Aug 2024

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

(2 Questions)

  • Q1. Transient and volatile keyword?
  • Q2. Synchronize ,marker interface java 1.8 features

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 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, Core Java, SQL, 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 145 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
NeoSOFT Interview Questions
4.0
 • 259 Interviews
View all

Newgen Software Technologies Reviews and Ratings

based on 1.3k 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.3k Reviews and Ratings
SSE- Java Developers

Noida

2-4 Yrs

₹ 5.85-11.0432 LPA

Java Developer Lead(TL)

Noida

4-8 Yrs

Not Disclosed

Java Developer - Team Leader / Group Leader

Noida,

Mumbai

4-8 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 L/yr - ₹14 L/yr

Applications Engineer
515 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Team Lead
475 salaries
unlock blur

₹7.2 L/yr - ₹23 L/yr

Senior Business Analyst
409 salaries
unlock blur

₹7.5 L/yr - ₹19.5 L/yr

Explore more salaries
Compare Newgen Software Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview