Newgen Software interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Newgen Software
upvote
share-icon
3 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: DSA, Java Related Questions, SQL based Questions, Topics related to my projects.
Tip
Tip

Tip 1 : Prepare sorting algorithms 
Tip 2 : Prepare linked list problems and string related problems
Tip 3 : Prepare SQL questions

Application process
Where: Campus
Eligibility: % greater than 80
Resume Tip
Resume tip

Tip 1 : Mention about the projects
Tip 2 : Know your resume

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date10 Nov 2020
Coding problem1

1. MCQ Questions

Questions were based on:

1.Java

2.SQL

3.DBMS

4.OS

 

Number Of MCQs - 30
 

02
Round
Medium
Face to Face
Duration50 minutes
Interview date26 Nov 2020
Coding problem4

Technical Round

1. Bubble Sort

Easy
10m average time
90% success
0/40
Asked in companies
Lenskart.comOptumWells Fargo

Bubble Sort is one of the sorting algorithms that works by repeatedly swapping the adjacent elements of the array if they are not in sorted order.

You are given an unsorted array consisting of N non-negative integers. Your task is to sort the array in non-decreasing order using the Bubble Sort algorithm.

For Example:
Bubble Sort implementation for the given array:  {6,2,8,4,10} is shown below :-

Alt test

Try solving now

2. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
WalmartHCL TechnologiesInfo Edge India (Naukri.com)

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Try solving now

3. DBMS Questions

They gave me a table and said to find the top value, second greatest value.
Asked me about some joins.

Problem approach

Tip 1 : Learn about joins
Tip 2 : Learn to use aggregate functions
 

4. Operating System

Multithreading, Deadlock

03
Round
Easy
HR Round
Duration30 minutes
Interview date1 Dec 2021
Coding problem1

1. Basic HR Questions

Tell me about yourself.
Why you want to join this company? 
Tell me about your interests. 
Your strengths and weaknesses.


 

Problem approach

Tip 1 : Be confident
Tip 2 : Prepare yourself

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
Software Engineer
3 rounds | 4 problems
Interviewed by Newgen Software
1045 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 5 problems
Interviewed by Newgen Software
1009 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by Newgen Software
1182 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 3 problems
Interviewed by Newgen Software
163 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
2644 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes
company logo
Software Engineer
4 rounds | 8 problems
Interviewed by Arcesium
1414 views
0 comments
0 upvotes