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 for Freshers

Updated 2 Jul 2025
Popular Designations

14 Interview questions

A Software Engineer was asked 10mo ago
Q. What are the basic concepts of OOPS?
Ans. 

Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

  • Inheritance: Mechanism where a new class derives properties and behavior from an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

  • Polymorphism: Ability to present the same ...

View all Software Engineer interview questions
A MSBI and Power BI Developer was asked 12mo ago
Q. What is Power BI?
Ans. 

Power BI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities.

  • Business analytics tool by Microsoft

  • Provides interactive visualizations

  • Offers business intelligence capabilities

View all MSBI and Power BI Developer interview questions
An Applications Engineer was asked
Q. What is your approach when you don't know the answer?
Ans. 

I approach unknown answers with research, collaboration, and a problem-solving mindset to find effective solutions.

  • Research: I would start by looking up relevant documentation or resources to gather information.

  • Ask for help: I would consult with colleagues or experts who might have more experience with the topic.

  • Break it down: I would analyze the problem into smaller parts to identify what I do know and what I nee...

View all Applications Engineer interview questions
A Software Engineer was asked
Q. How do you concatenate two linked lists in an alternating manner?
Ans. 

Concatenate two linked lists alternatively

  • Create a new linked list

  • Traverse both linked lists simultaneously

  • Alternate between adding nodes from each list to the new list

  • If one list is longer than the other, add the remaining nodes to the end of the new list

View all Software Engineer interview questions
A Software Engineer was asked
Q. 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

View all Software Engineer interview questions
A Full Stack Developer was asked
Q. 

Remove Character from String Problem Statement

Given a string str and a character 'X', develop a function to eliminate all instances of 'X' from str and return the resulting string.

Input:

The first line...
Ans. 

Develop a function to remove all instances of a given character from a string.

  • Create a function that takes the input string and character to be removed as parameters.

  • Iterate through each character in the input string and only add characters that are not equal to the given character to a new string.

  • Return the new string as the output.

  • Handle edge cases such as empty input string or character.

  • Example: Input string 'h...

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. Can you explain the various CPU scheduling algorithms?
Ans. 

CPU scheduling algorithms determine the order in which processes are executed by the CPU.

  • First Come First Serve (FCFS) - Processes are executed in the order they arrive.

  • Shortest Job Next (SJN) - Process with the shortest burst time is executed next.

  • Round Robin (RR) - Each process is given a small unit of time to execute in a cyclic manner.

  • Priority Scheduling - Processes are executed based on priority levels assign...

View all Full Stack Developer interview questions
Are these interview questions helpful?
A Software Engineer was asked
Q. 

Maximum Non-Crossing Ropes Problem

In a village with a river at its center, there are ‘N’ houses on each bank of the river. The northern bank’s houses have distinct X-coordinates given by an array A[1], A[...

Ans. 

The task is to find the maximum number of non-crossing rope connections possible between houses on each bank of a river.

  • Sort the arrays A and B in ascending order.

  • Use dynamic programming to find the longest increasing subsequence between A and B.

  • The length of the longest increasing subsequence is the maximum number of non-crossing connections.

View all Software Engineer interview questions
A Software Developer Intern was asked
Q. 

Search in a Row-wise and Column-wise Sorted Matrix Problem Statement

You are given an N * N matrix of integers where each row and each column is sorted in increasing order. Your task is to find the positio...

Ans. 

Given a sorted N * N matrix, find the position of a target integer 'X'.

  • Iterate over each row and column to search for the target integer 'X'.

  • Utilize the sorted nature of the matrix to optimize the search process.

  • Return the position of 'X' if found, else return '-1 -1'.

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

String Palindrome Verification

Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.

Input:

The input is a single string without any leading or trailing ...
Ans. 

Check if a given string is a palindrome considering only alphanumeric characters.

  • Remove non-alphanumeric characters from the input string.

  • Convert the string to lowercase for case-insensitive comparison.

  • Compare characters from start and end of the string to check for palindrome.

  • Return 'true' if the string is a palindrome, otherwise 'false'.

View all Software Developer Intern interview questions

Newgen Software Technologies Interview Experiences for Freshers

28 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Its have 2 coding question easy and medium level based on leetcode

Round 2 - Group Discussion 

Gd takes place on familiar topic

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops question basic lavle
  • Q2. Logical question

Applications Engineer Interview Questions & Answers

user image Shreyash Jaiswal

posted on 14 Oct 2023

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 6 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 

The first round was MCQ based, there were questions from JAVA, SQL and computer science subjects.

Round 3 - Psychometric Test 

(1 Question)

  • Q1. There were 100 questions in this round.
Round 4 - Aptitude Test 

This was a MCQ based test and questions were from Aptitude and English.

Round 5 - Technical 

(1 Question)

  • Q1. The interviewer was very polite, he firstly asked me to introduce myself, then he went through my resume and asked me whether i have any technical skills or not. I said "Yes Sir" and I told him about my sk...
Round 6 - HR 

(1 Question)

  • Q1. These were the questions asked in HR round 1)Introduce yourself. 2)Tell me about your family background. 3)What is your biggest achievement till now? 4)What is your strength and weakness? 5)Why newgen? 6)W...

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basics of DSA, Computer Science Subjects, try to solve some puzzle on geeksforgeeks,
Don't write anything in your resume that you don't know, don't try to fool them, if you don't know, simply say no.
And don't try to cheat in online rounds as many students in my college were eliminated because they were caught doing cheating.

Office Boy Interview Questions & Answers

user image Anonymous

posted on 21 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. OneOn offers home automation solution

Interview Preparation Tips

Interview preparation tips for other job seekers - OneOn offers home automation solution for smart homes. Features include multi-control, no wiring/switch alteration, modular design, portable and customizable solution. Solutions available for security, entertainment, energy, home control and tracking for kids and vehicle.
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 tips
Round 2 - Coding Test 

Basic college practical programs

Round 3 - Technical 

(6 Questions)

  • Q1. Core Java in detail is must
  • Q2. JSP, database, sql, is must
  • Q3. Architecture understanding should be good
  • Q4. Able to work standalone
  • Q5. Weblogic, jboss, qebservicea
  • Q6. Good personal and logical skill

Interview Preparation Tips

Interview preparation tips for other job seekers - Able to take responsibility of ongoing task
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
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Core Java Questions, sql Difference between ArrayList and Array find the 3 highest salary. Find the minimum element from the sorted array

Interview Preparation Tips

Interview preparation tips for other job seekers - They hired you as a software engineer, but you work as implementation team.
If you are a fresher, it's best to avoid joining this company .

Application Support Engineer Interview Questions & Answers

user image Sathyamurthy Thangaraj

posted on 19 Mar 2024

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

(1 Question)

  • Q1. What are the issues you are facing daily?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Power bi and dax functions

Round 2 - HR 

(1 Question)

  • Q1. What is power bi
  • Ans. 

    Power BI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities.

    • Business analytics tool by Microsoft

    • Provides interactive visualizations

    • Offers business intelligence capabilities

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep working hard

What people are saying about Newgen Software Technologies

View All
an associate business development manager
2w
Advice Needed: How to Switch from Business Development (Inside sales) to Pre-Sales/techno functional role (demo, consulting)
Hey folks, I’ve been in B2B tech sales (BD) for nearly 4 years—closing BFSI deals in US/Canada for low-code and automation platforms for an MNC. I’ve handled outbound, GTM alignment, and even VP-level reporting. My own company does have IJP, but I am one of the few people working remotely, and don't want to relocate for a chance in pre-sales department atm. I will rather switch to a new company near my location. I want to move into pre-sales / solution consulting—something closer to product, solutioning, and value mapping. 👉 How do I make this switch without formal pre-sales experience? Any advice on skills, tools, or companies open to such transitions? Appreciate any guidance 🙏 Location: Pune
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 for freshers?
Newgen Software Technologies interview process for freshers usually has 2-3 rounds. The most common rounds in the Newgen Software Technologies interview process for freshers are Technical, Aptitude Test and HR.
How to prepare for Newgen Software Technologies interview for freshers?
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 Software Engineering, AWS, B.Tech, Cloud and Data Structures and Algorithms.
What are the top questions asked in Newgen Software Technologies interview for freshers?

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

  1. Your approach if you dont know the ans...read more
  2. Concat two linked lists in alternative ...read more
  3. System Architecture for higher Experie...read more
What are the most common questions asked in Newgen Software Technologies HR round for freshers?

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

  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.8/5

based on 18 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 73%
2-4 weeks 18%
4-6 weeks 9%
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