Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Newgen Software interview experience Real time questions & tips from candidates to crack your interview

Application Engineer

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

Interview preparation journey

expand-icon
Journey
It was an great experience to crack your first job on its own but it was not easy without the hard work . You have to keep working continuously on your basic concepts to go for advanced level which will help to get your dream job. I wanted to thank Coding Ninjas for making such an amazing course which is totally great for interview point of view and help me to get this job.“If you don't give up on something you truly believe in, you will find a way.” “If you have a dream, don't just sit there. Gather courage to believe that you can succeed and leave no stone unturned to make it a reality.” “It doesn't matter how many times you get knocked down.
Application story
This opportunity came on campus in december 2022 . It consist of 4 round recrutitment process in which first round is basic aptitude round then i qualify it and goes for second round in which their is advanced aptitude and reasoning after qualifying this round there are two more rounds which were held in college campus. Thir round is a technical round in which asked me about two basics question of programming 1. to check the pallindrome in a given string. 2. Armstrong number Then he asked my about database and gives a query to solve in which i have to find top 10 students who have marks above than 90%. This rounds lasts about 25 minutes and i cleared this round . Then there was an hr round and she asked some basic questions . Finally i got selected for my first job.
Why selected/rejected for the role?
I was quite confident in my interview rounds that will lead to answering all the questions correctly and clearly . My bascis was also good so that i had able to crack this job.
Preparation
Duration: 5 MONTHS
Topics: JAVA BASICS, OOPS, MYSQL , DSA, WEB DEVELOPMENT
Tip
Tip

Tip 1 : Practice atleast 200+ questions by yourself.
Tip 2 : Try to make some projects that will boost your knowledge.

Application process
Where: Campus
Eligibility: 60% in 10th,12th and gradution
Resume Tip
Resume tip

Tip 1 : Do not write the falset things that your are not knowing.
Tip 2 : Add some good projects on resume so that recruter will find your resume effective.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration30 mins
Interview date10 Nov 2022
Coding problem1

1. Check If The String Is A Palindrome

Easy
10m average time
90% success
0/40
Asked in companies
InfosysIntuitTata Consultancy Services (TCS)

You are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, consider alphabets and numbers only and ignore the symbols and whitespaces.

Note :

String 'S' is NOT case sensitive.

Example :

Let S = “c1 O$d@eeD o1c”.
If we ignore the special characters, whitespaces and convert all uppercase letters to lowercase, we get S = “c1odeedo1c”, which is a palindrome. Hence, the given string is also a palindrome.
Problem approach

I take two poiters one on starting of the string and one at the ending of string then check the characters one by one that they are matching or not .

Try solving now
02
Round
Medium
Online Coding Interview
Duration20 mins
Interview date15 Nov 2022
Coding problem1

In this round you have to fill the answer in the blanks given .

1. Armstrong Number

Easy
15m average time
85% success
0/40
Asked in companies
InfosysOracleIBM

You are given an integer ‘NUM’ . Your task is to find out whether this number is an Armstrong number or not.

A k-digit number ‘NUM’ is an Armstrong number if and only if the k-th power of each digit sums to ‘NUM’.

Example
153 = 1^3 + 5^3 + 3^3.

Therefore 153 is an Armstrong number.
Problem approach

Take the single digit one by one and cube it to save in the variable check then and all the digits cube then the some of the cube of the digits will be equal to given no. then print true or else print false

Try solving now
03
Round
Medium
Face to Face
Duration30 mins
Interview date20 Nov 2022
Coding problem1

1. Sort 0s, 1s, 2s

Easy
0/40
Asked in companies
Paytm (One97 Communications Limited)Wells FargoAmazon

You are given an array ‘arr’ consisting only of 0s , 1s, and 2s.

Sort the given array.

For Example:

For ‘arr’ = {1, 0, 0, 2, 1}.
‘Answer’ = {0, 0, 1, 1, 2}.
‘Answer’ should contain all 0s first, then all 1s and all 2s in the end.
Try solving now
04
Round
Medium
HR Round
Duration10 mins
Interview date20 Nov 2022
Coding problem1

They asked why you want to join and about my family background and about projects.

1. Basic HR Question

why you want to join and about my family background and about projects?

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 write a single-line comment in C++?

Choose another skill to practice
Start a Discussion
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
2 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
429 views
0 comments
0 upvotes
company logo
Application Engineer
3 rounds | 5 problems
Interviewed by Newgen Software
413 views
0 comments
0 upvotes