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

Programmer Analyst Trainee

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

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data structures, Database, operating systems, Computer networks, C++, OOPS
Tip
Tip

Tip 1 : Prepare core CS subjects basics like OS, DBMS and basics of Data structures
Tip 2 : Focus on speaking skills as well, you should be able to communicate fluently
Tip 3 : Be confident with your answers and accept advices from interviewer(if he suggests)

Application process
Where: Campus
Eligibility: Above 60% throughout
Resume Tip
Resume tip

Tip 1 : Mention CS core subjects properly
Tip 2 : Do atlest 2 projects and mention the details properly

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 Minutes
Interview date9 Aug 2019
Coding problem1

This round consisted of CS core subject questions. From OS, DBMS, DSA, aptitude etc. Webcam and microphones will be on. In case of you found guilty of cheating, they will make sure not to proceed further with next rounds. Many students were filtered on this basis.

1. Rotate array

Easy
25m average time
80% success
0/40
Asked in companies
Deutsche BankIBMSalesforce

Given an array 'arr' with 'n' elements, the task is to rotate the array to the left by 'k' steps, where 'k' is non-negative.


Example:
'arr '= [1,2,3,4,5]
'k' = 1  rotated array = [2,3,4,5,1]
'k' = 2  rotated array = [3,4,5,1,2]
'k' = 3  rotated array = [4,5,1,2,3] and so on.
Problem approach

I created new array and filled new array from Nth position till end and then from start to till Nth position

Try solving now
02
Round
Easy
Face to Face
Duration20 Minutes
Interview date14 Aug 2019
Coding problem2

They were conducting hundreds of interview in a day. 
was very quick discusson in parallel pannels

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

Problem approach

I already did bubble sort and was able to solve easily

Try solving now

2. DBMS based question

Basics of database and few basic queries
You may expect basic questions from sql joins

Problem approach

Tip 1: read basics of Dbms
Tip 2: read about basic queries and sql joins
 

03
Round
Easy
HR Round
Duration5 Minutes
Interview date15 Aug 2019
Coding problem1

Basic human behaviour round. 
How was your interview experience ?
Why do you want to join CTS ?

1. Basic HR questions

How was your interview experience ?

 Why do you want to join CTS ?

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 - Intern
3 rounds | 4 problems
Interviewed by Newgen Software
782 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 4 problems
Interviewed by Newgen Software
1231 views
0 comments
0 upvotes
company logo
Application Engineer
4 rounds | 5 problems
Interviewed by Newgen Software
729 views
0 comments
0 upvotes
company logo
Application Engineer
3 rounds | 5 problems
Interviewed by Newgen Software
701 views
0 comments
0 upvotes