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

SDE - 1

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Data Structure, Core Java, SQL basics, Vanilla Javascript, HTML
Tip
Tip

Tip 1 : Always prepare basics of Data Structure(Time Complexity, Space Complexity etc)
Tip 2 : Learn the fundamental of any code language and try to achieve the code in efficient manner.
Tip 3 : Always revise the topics which covered in a week and we are able to remember the topics.

Application process
Where: Campus
Eligibility: Above 8 CGPA
Resume Tip
Resume tip

Tip 1 : Always mention the work we have done in our internship and college projects.
Tip 2 : Resume contains the data which shows the strong point of the candidate.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration30 minutes
Interview date5 Aug 2020
Coding problem1

1. DBMS Question

Query to fetch data from more than 2 tables.

Problem approach

Tip 1 : Always use join if there are more than 1 tables and need to fetch data basis on any circumstances.

02
Round
Easy
Face to Face
Duration30 Minutes
Interview date5 Aug 2020
Coding problem2

1. DBMS Question

Asked to write simple triggers on any table.

Problem approach

Tip 1 : Basic coding question must be prepared. Also know the time complexity and space complexity of any solution which we are provided.
Tip 2 : Prepare the basic DBMS question like join, triggers etc

2. Sliding Maximum

Moderate
25m average time
85% success
0/80
Asked in companies
AmazonGeeksforGeeksIntuit

You are given an array 'ARR' of integers of length 'N' and a positive integer 'K'. You need to find the maximum elements for each and every contiguous subarray of size K of the array.

For example
'ARR' =  [3, 4, -1, 1, 5] and 'K' = 3
Output =  [4, 4, 5]

Since the maximum element of the first subarray of length three ([3, 4, -1]) is 4, the maximum element of the second subarray of length three ([4, -1, 1]) is also 4 and the maximum element of the last subarray of length three ([-1, 1, 5]) is 5, so you need to return [4, 4, 5]. 
Try solving now
03
Round
Easy
HR Round
Duration15 Minutes
Interview date5 Aug 2020
Coding problem1

1. Basic HR Questions

Why we have hired you.
What is your weakness and strength and how you can overcome weaknesses.
Are you ready to relocate?
Basic question related to hobbies etc.

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 | 6 problems
Interviewed by Newgen Software
1210 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
SDE - 1
3 rounds | 5 problems
Interviewed by Newgen Software
1179 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 7 problems
Interviewed by Newgen Software
997 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by BNY Mellon
6365 views
3 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by BNY Mellon
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
2197 views
0 comments
0 upvotes