Newgen Software Technologies Pvt.Ltd interview experience Real time questions & tips from candidates to crack your interview

Application Engineer Trainee

Newgen Software Technologies Pvt.Ltd
upvote
share-icon
5 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
I began my tech journey by building a solid foundation in fundamental programming principles, with an emphasis on Java, SQL, and Python. Over time, I enhanced my skills by working on projects and practicing regularly, particularly in backend programming and database administration. I also explored areas like automation and introductory machine learning to broaden my knowledge. Staying consistent with coding and applying concepts practically helped me gain confidence. Eventually, all of this paid off when I cracked the interview with Newgen Software. It was a rewarding validation of my skills in Java, SQL, and problem-solving.
Application story
I applied through the campus placement process, where Newgen Software was one of the visiting companies. The application process was smooth — I submitted my resume through the college portal, and after an initial shortlisting based on eligibility and resume screening, I was invited to participate in the online assessment and interview rounds. The entire process, from application to final selection, took place over a few weeks and was well-coordinated by both the company and the placement cell.
Why selected/rejected for the role?
I believe I was selected because of my strong foundation in Java and SQL, a clear understanding of OOP and DBMS concepts, and my ability to apply them in real-world projects. My consistent practice, well-crafted resume, and confidence during the interview helped me stand out.
Preparation
Duration: 6 months
Topics: I focused on strengthening my core concepts through consistent coding practice, revising fundamentals, and working on practical projects to apply what I had learned. This included OOPs, DBMS, SQL queries, Core Java, and Data Structures and Algorithms such as arrays (1D, 2D), linked lists, stacks, queues, trees, graphs, as well as searching and sorting algorithms.
Tip
Tip

Tip 1: Focus on pattern-related problems involving loops and conditional flow.
Tip 2: Practice SQL and DBMS concepts, such as joins.
Tip 3: Be confident and speak fluently.

Application process
Where: Campus
Eligibility: B.Tech: 60% and above; 10th and 12th: above 90% for CBSE and above 80% for other boards. (Salary: 4 LPA)
Resume Tip
Resume tip

Tip 1: Clearly highlight your core skills.
Tip 2: Include 2–3 relevant projects with brief descriptions and quantifiable impact.

Interview rounds

01
Round
Hard
Online Coding Interview
Duration100 minutes
Interview date25 Feb 2025
Coding problem0

The test was held in the morning around 11 AM IST. It took place in a controlled and proctored environment, ensuring fairness and focus. The assessment included sections on core technical concepts, aptitude, and coding.
The test included MCQs related to coding concepts, DBMS, operating systems, and computer networks. Topics covered included pattern-based problems, flowcharts, SQL queries, and DBMS concepts such as joins and normalization. There was also a basic English fluency test and questions related to numerical ability and puzzles.

02
Round
Medium
Online Coding Interview
Duration30 minutes
Interview date25 Feb 2025
Coding problem0

The test started shortly after the first round, around 1 PM IST, in a controlled and proctored environment.
This section featured quantitative aptitude questions focused on topics such as percentages, ratios, profit and loss, number series, and time and work. The problems were designed to assess numerical reasoning, analytical thinking, and time management under pressure.

03
Round
Easy
Online Coding Interview
Duration60 minutes
Interview date25 Feb 2025
Coding problem0

The psychometric test was designed to assess personality traits, decision-making style, and behavioral tendencies. It included situational judgment questions and multiple-choice scenarios to evaluate how well a candidate would fit into a team-oriented, fast-paced work environment. There were no right or wrong answers—consistency and honesty were key.
The problems in this round involved behavioral and situational judgment scenarios presented in an MCQ format. The questions assessed personality traits such as responsibility, adaptability, communication, integrity, and teamwork. Candidates were required to choose the most appropriate response based on how they would react in workplace situations.

04
Round
Medium
Face to Face
Duration40-45 minutes
Interview date27 Feb 2025
Coding problem2

The face-to-face technical interview was conducted in the afternoon at the company office. The environment was professional yet comfortable, with a focus on open discussion. The interviewer was approachable and attentive, encouraging me to explain my thought process clearly. I was asked about my background, resume projects, and short-term and long-term goals. The technical questions included a star pattern coding problem, SQL queries, DBMS concepts like joins and normalization, as well as probability-based questions and verbal puzzles. It was a balanced mix of technical and logical thinking assessments.

1. Star Pattern

Easy
10m average time
85% success
0/40
Asked in companies
PayPalInfo Edge India (Naukri.com)LTIMindtree
Pattern for N = 4

picture

The dots represent spaces.
Problem approach

To solve the star pattern problem, we begin by taking an integer input, n, from the user, which determines the number of rows in the pattern. The outer loop runs from 1 to n, controlling the number of rows. In each iteration, the number of stars printed corresponds to the current row number. For instance, in the first iteration, we print 1 star; in the second iteration, 2 stars; and so on, until the last iteration where we print n stars. The inner operation within the loop uses string multiplication to print the stars ('*' * i), where i represents the current row number. After printing the stars for each row, the program automatically moves to the next line.

Try solving now

2. DBMS

Given two tables, Employees (emp_id, emp_name, department_id) and Departments (department_id, department_name), write an SQL query to fetch employee names along with their respective department names using an INNER JOIN.

Problem approach

Tip 1: Ensure the join column exists and matches in both tables before using an INNER JOIN.
Tip 2: Use a LEFT JOIN if you need to include records even when there’s no match.
Tip 3: Handle NULL values appropriately, as INNER JOIN excludes them.

05
Round
Easy
HR Round
Duration20 minutes
Interview date27 Feb 2025
Coding problem1

The HR round was conducted in the afternoon at the company office. The interview focused on understanding my background, short-term and long-term goals, and motivation for applying to Newgen Software. The interviewer was friendly and asked a few behavioral questions to assess my problem-solving approach, teamwork skills, and adaptability.

1. HR Questions

I was asked about my background, previous projects, and technical skills in Java, SQL, and Python. The interviewer also inquired about my short-term and long-term career goals, my motivation for applying, and how I handle challenges in a team environment. Additionally, behavioral questions were asked to assess my problem-solving and adaptability.

Problem approach

Tip 1: Be clear about your short-term and long-term goals.
Tip 2: Showcase relevant technical skills and projects confidently.
Tip 3: Prepare to discuss how you handle challenges and work in teams.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4898 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6639 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3639 views
0 comments
0 upvotes
company logo
Software Engineer Trainee
4 rounds | 7 problems
Interviewed by Newgen Software Technologies Pvt.Ltd
251 views
0 comments
0 upvotes