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

Application Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: C++, JAVA, OOPS, DATA STRUCTURES, MACHINE LEARNING
Tip
Tip

Tip 1 : Do some good projects
Tip 2 : Code daily

Application process
Where: Naukri
Eligibility: 60% in Graduation
Resume Tip
Resume tip

Tip 1 : Be concise and make your resume short
Tip 2 : Don't lie in your resume

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date3 Dec 2021
Coding problem2

1. Check Palindrome

Easy
0/40
Asked in companies
OptumThalesEXL Service

You're given an alphabetical string ‘S’.


Determine whether it is palindrome or not. A palindrome is a string that is equal to itself upon reversing it.


For example:
‘S’ = racecar
The reverse of ‘S’ is: racecar
Since ‘S’ is equal to its reverse. So ‘S’ is a palindrome.
Hence output will be 1.
Try solving now

2. N Queens

Hard
55m average time
35% success
0/120
Asked in companies
AmazonAdobeIntuit

You are given an integer 'N'. For a given 'N' x 'N' chessboard, find a way to place 'N' queens such that no queen can attack any other queen on the chessboard.

A queen can be killed when it lies in the same row, or same column, or the same diagonal of any of the other queens. You have to print all such configurations.

Try solving now
02
Round
Easy
Face to Face
Duration30 minutes
Interview date4 Dec 2021
Coding problem1

1. Reverse String

Moderate
0/80
Asked in companies
Livekeeping (An IndiaMART Company)IBMMcAfee

You are given a string ‘S’. You are also given ‘M’ integers in an array ‘A’. You perform ‘M’ operations on this string. The operations are given in an array ‘A’ of size ‘M’.

You perform the operations in the order they appear in the array ‘A’. In the ‘i’th operation, you reverse the substring of ‘S’ from the position ‘A[i]’ to ‘len(S)’ - ‘A[i]’ - 1 (0 based).

Your task is to find the string after performing all the operations.

Example :
‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
Problem approach

Just used basic knowledge

Try solving now

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
Application Engineer
3 rounds | 3 problems
Interviewed by Newgen Software
0 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
4 rounds | 4 problems
Interviewed by Newgen Software
759 views
0 comments
0 upvotes
company logo
Application Engineer
3 rounds | 5 problems
Interviewed by Newgen Software
701 views
0 comments
0 upvotes