Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TO THE NEW Team. If you also belong to the team, you can get access from here

TO THE NEW Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TO THE NEW Software Engineer Trainee Interview Questions and Answers

Updated 18 Feb 2023

5 Interview questions

A Software Engineer Trainee was asked
Q. Can you write the implementation of a linked list?
Ans. 

Implementation of a linked list

  • Define a Node class with data and next pointer

  • Create a LinkedList class with head pointer

  • Implement methods to add, delete, and traverse nodes

  • Handle edge cases like empty list or deleting head node

A Software Engineer Trainee was asked
Q. Write a program to find the unique characters in a word like 'BANANA'.
Ans. 

A program to find unique characters in a word.

  • Create an empty array to store unique characters.

  • Loop through each character in the word.

  • If the character is not already in the array, add it.

  • Return the array of unique characters.

Software Engineer Trainee Interview Questions Asked at Other Companies

asked in HSBC Group
Q1. Palindromic Linked List Problem Statement Given a singly linked l ... read more
asked in HSBC Group
Q2. Search in a 2D Matrix Given a 2D matrix MAT of size M x N, where ... read more
asked in GlobalLogic
Q3. Slot Game Problem Statement You are given a slot machine with fou ... read more
Q4. 1. Explain oops and its 4 pillars 2. Explain polymorphism with re ... read more
Q5. If you clear two pattern programming questions, you will be eligi ... read more
A Software Engineer Trainee was asked
Q. What is the difference between abstraction and interface?
Ans. 

Abstraction is a concept of hiding implementation details while interface is a blueprint of a class.

  • Abstraction is achieved through abstract classes and methods

  • Interface is a contract that defines the behavior of a class

  • Abstraction focuses on hiding complexity while interface focuses on providing a common standard

  • Abstraction can have implementation details while interface cannot

  • A class can implement multiple inter...

A Software Engineer Trainee was asked
Q. What is encapsulation?
Ans. 

Encapsulation is the process of hiding implementation details and exposing only necessary information.

  • Encapsulation helps in achieving data abstraction and information hiding

  • It prevents unauthorized access to data and protects data from external interference

  • It allows for easy modification of implementation without affecting the rest of the code

  • Example: A class in Java with private variables and public methods

A Software Engineer Trainee was asked
Q. Write a program to sort an array using quick sort.
Ans. 

WAP to sort an array using quick sort

  • Choose a pivot element from the array

  • Partition the array into two sub-arrays based on the pivot

  • Recursively sort the sub-arrays

  • Combine the sorted sub-arrays

TO THE NEW Software Engineer Trainee Interview Experiences

2 interviews found

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

It was an aptitude test that contains questions from - Work, Clock, Percentage, Speed, Profit Loss, Calendar, Charts, and Reasoning.
English - Active Passive, Word Meanings, Error Spotting.

Round 3 - Coding Test 

Hackerrank: String Manipulation, Prime, Armstong number, Fibonacci
Time: 60Min.

Round 4 - Assignment 

Write HTML code to design the form for given design on the question paper.

Round 5 - Technical 

(1 Question)

  • Q1. It was a technical round where the interviewer asked basic to a deep level questions about DOM Tree, Set Timeout, CSSOM Tree, Form Controls callbacks, AJAX, etc.
Round 6 - HR 

(1 Question)

  • Q1. Why should we hire you. What is your weakness. Have you any offer
Round 7 - One-on-one 

(1 Question)

  • Q1. Some DSA related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the inteviews. Its not easy but also not very hard.

TO THE NEW HR Interview Questions

13 questions and answers

Q. How do you streamline your work in a fast-paced organization?
Q. Where do you see yourself in five years?
Q. How did you hear about us?

I applied via Campus Placement and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What is encapsulation
  • Q2. What is difference between abstraction and interface
  • Q3. Can you write the implementation of linklist
  • Q4. WAP to sort an array using quick sort
  • Q5. Program to find unique characters in a word like "BANANA"
  • Ans. 

    A program to find unique characters in a word.

    • Create an empty array to store unique characters.

    • Loop through each character in the word.

    • If the character is not already in the array, add it.

    • Return the array of unique characters.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was a freshers and it was bit a medium type interview in which you have to asked basics of your skill set. Like in my case i know java , they asked oops concepts , basics programs like prime number, array , sorting and searching as well.they also asked some basics concepts of database.

Skills evaluated in this interview

Are these interview questions helpful?

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about TO THE NEW?
Ask anonymously on communities.

Interview questions from similar companies

I applied via first naukari and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A graph is stored in sql database. Questions was to find the shorted path between point A and B.
  • Ans. 

    To find the shortest path in a graph stored in SQL, use algorithms like Dijkstra's or A* with SQL queries for traversal.

    • Use Dijkstra's algorithm for weighted graphs to find the shortest path efficiently.

    • For unweighted graphs, consider using Breadth-First Search (BFS).

    • Store graph edges in a table with columns for source, destination, and weight.

    • Example SQL query: SELECT * FROM edges WHERE source = 'A' AND destination = ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite simple. Basics of python and database were asked and some problem solving questions.

I appeared for an interview in Sep 2020.

Interview Questionnaire 

1 Question

  • Q1. Oops concept, solid principles, filters in MVC, basics of Angular,life cycle hook

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 rounds- both are technical.

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. DS Questions 1. kth largest element. 2. Implement merge sort
  • Q2. Springboot basics, oops, collection api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepeare DS well

Interview Questionnaire 

1 Question

  • Q1. Basic javascript questions , clouser, promise

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared well on basic of javascript

I appeared for an interview in Sep 2019.

Interview Questionnaire 

1 Question

  • Q1. Pl sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - y resume was referd through a guy. Later I got call from HR for interview schedule he asked me my expected ctc and Notice Period to which I clearly said 3 months. He scheduled my interview on weekends morning 8am I reached there by 8.30am The interview process got started late by 10am it was an walk in type interview 1 round was Technical I cleared that round and had a feedback session with HR he said we are processing u to next round which was Manager round there itself I told the HR my NP is 3months the Hr Told its not an issue.
Laterly after I had lunch by 2pm Hr came n told me that Manager is not available now so we will be conducting ur further round in weekdays.
Then there was no mail or call so I purposely mailed them still haven't got proper response from them, so at last I told my friend who referd me to ask for an update the same HR told him that they want Immediate joiner so we can't process him to further round. Wasted my whole day over there

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is event loop?
  • Q2. Difference between let var and const.

Interview Preparation Tips

Interview preparation tips for other job seekers - If going for Mean or Mern stack be very firm on JavaScript basics and ES6 concepts.

Skills evaluated in this interview

I appeared for an interview before Nov 2020.

Interview Questionnaire 

3 Questions

  • Q1. Simple and Easy questions on OOPS, static variable, Prioriry queue,
  • Q2. Design question,
  • Q3. Binary Search

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy you can crack this shit easily

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Core java question. and basic question on angular 8. Difference between promise and graph

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up basic.

TO THE NEW Interview FAQs

How many rounds are there in TO THE NEW Software Engineer Trainee interview?
TO THE NEW interview process usually has 7 rounds. The most common rounds in the TO THE NEW interview process are Resume Shortlist, Aptitude Test and Coding Test.
How to prepare for TO THE NEW Software Engineer Trainee interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at TO THE NEW. The most common topics and skills that interviewers at TO THE NEW expect are HTML, Hibernate, Javascript, Linux Administration and MySQL.
What are the top questions asked in TO THE NEW Software Engineer Trainee interview?

Some of the top questions asked at the TO THE NEW Software Engineer Trainee interview -

  1. program to find unique characters in a word like "BANA...read more
  2. What is difference between abstraction and interf...read more
  3. Can you write the implementation of linkl...read more

Tell us how to improve this page.

TO THE NEW Software Engineer Trainee Reviews and Ratings

based on 2 reviews

2.4/5

Rating in categories

4.1

Skill development

2.3

Work-life balance

1.4

Salary

2.1

Job security

3.3

Company culture

3.3

Promotions

2.4

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
712 salaries
unlock blur

₹13.3 L/yr - ₹24 L/yr

Software Engineer
592 salaries
unlock blur

₹4.7 L/yr - ₹11.5 L/yr

Associate Technical Leader
243 salaries
unlock blur

₹22 L/yr - ₹36 L/yr

Devops Engineer
185 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Senior Quality Engineer
171 salaries
unlock blur

₹11.4 L/yr - ₹21.1 L/yr

Explore more salaries
Compare TO THE NEW with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview