Newgen Softwares Technology Limited interview experience Real time questions & tips from candidates to crack your interview

Senior Software Engineer

Newgen Softwares Technology Limited
upvote
share-icon
4 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
Initially, HR contacted me by phone to confirm my details and availability and to provide information about the job profile. Based on my availability, the next round was scheduled, and I received an email with the details. Subsequently, all updates regarding my interviews, selection, and the results of each round were communicated to me by email. Overall, the process leading up to the hiring was smooth.
Application story
I applied through a referral and gave my resume to one of the managers at the company. The HR then contacted me by phone to schedule the next steps according to my availability. Subsequently, all information was shared with me via email.
Why selected/rejected for the role?
I believe I was selected because my skills and experience matched the company’s requirements, and I was able to assure them of my future performance.
Preparation
Duration: 2 Months
Topics: Java, JavaScript, Oracle, SQL, HTML, Webservices
Tip
Tip

Tip 1: Prepare practically. For every theoretical concept, you should understand its practical application.

Tip 2: Focus on relevant topics according to the job profile.

Tip 3: Practice interview questions as much as possible and be confident during the interview.

Application process
Where: Referral
Eligibility: BTech or MCA preferred.
Resume Tip
Resume tip

Tip 1: Your resume should align with the job description and requirements.

Tip 2: Your resume should be grammatically and logically correct, up to date, and not exceed 2 pages.

Interview rounds

01
Round
Easy
Video Call
Duration40 minutes
Interview date13 Oct 2023
Coding problem1

The interview was conducted via video call to provide an overview of the job role and my skills from both perspectives. It was a Level 1 interview focused on Java.

1. System Design

  1. What technologies you have worked on?
  2. What do you know about cloud deployments ?
  3. What is Java and why do we need J2EE? (Learn)
  4. What are collections in Java? (Learn)
  5. Write a code by implementing hashmaps.
  6. Write a query by using 3 joins.
Problem approach

Tip 1: Answer precisely and to the point.
Tip 2: Be confident and detailed with your answers.
Tip 3: Apply logical and short methods to solve coding problems quickly.

02
Round
Medium
Video Call
Duration60 minutes
Interview date19 Oct 2023
Coding problem2

It was also a video call interview in which a managerial level person took the interview asking questions relative to the projects as well.

1. Reverse The Array

Easy
15m average time
85% success
0/40
Asked in companies
GartnerInfo Edge India (Naukri.com)HCL Technologies

Given an array/list 'ARR' of integers and a position ‘M’. You have to reverse the array after that position.

Example:

We have an array ARR = {1, 2, 3, 4, 5, 6} and M = 3 , considering 0 
based indexing so the subarray {5, 6} will be reversed and our 
output array will be {1, 2, 3, 4, 6, 5}.
Problem approach

I created a method reversearray( ) then in reverse array function, I called the method reverse array again like recursively printing, the method like reversearray(arr, size, i + 1); 
then I printed the reversed array like this in the function:
for(int i = 0; i < intArr.length; i++) 

System.out.print(intArr[i] + " "); 
}
reversearray(intArr, intArr.length, 0);

Try solving now

2. DBMS

  1. Write a query by using joins.
  2. Tell any function of Oracle SQL
  3. What are your views? Why they are used?
  4. Do you know how to write procedures? Please write one sample procedure.
Problem approach

Tip 1: Write precise and short queries
Tip 2: Try to implement relevant examples using any language you know
Tip 3: To practice of SQL queries

03
Round
Medium
Online Coding Interview
Duration30 minutes
Interview date25 Oct 2023
Coding problem1

It was an online test in which there were MCQ questions and other psychometric questions also which were to be attempted and submitted in the given time.

1. DBMS

  1. Write a query having the second largest salary from the given table of employees
  2. Some code snippets were also given to solve Java and SQL.
Problem approach

Tip 1: Answer in detail.
Tip 2: Practice Coding Questions.
Tip 3: Practice to quickly solve questions.

04
Round
Easy
HR Round
Duration20 minutes
Interview date25 Oct 2023
Coding problem1

It was the HR round. Mainly personal details, and questions specifically related to the self were asked with the company perspective questions.

1. HR Questions

  1. Do a swot analysis for yourself and tell about it.
  2. How do you manage working under pressure?
  3. Can you tell me about your family?
Problem approach

Tip 1: Be confident
Tip 2: Be specific and true to your answers.
Tip 3: Do not give false promises in the HR Round.

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2581 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Senior Software Engineer
1 rounds | 6 problems
Interviewed by Arcesium
3734 views
0 comments
0 upvotes
company logo
Senior Software Engineer
3 rounds | 3 problems
Interviewed by Ernst & Young (EY)
4984 views
0 comments
0 upvotes
company logo
Senior Software Engineer
3 rounds | 3 problems
Interviewed by HCL Technologies
3014 views
3 comments
0 upvotes