Upload Button Icon Add office photos
Engaged Employer

i

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

Neebal Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Neebal Technologies Software Engineer Trainee Interview Questions and Answers

Updated 1 Nov 2023

Neebal Technologies Software Engineer Trainee Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Campus Placement and was interviewed in Oct 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Easy - Profit and loss, Percentages, Simple Interest

Round 3 - Coding Test 

2 Coding Question - Array, String, Tree, Graph

Round 4 - Technical 

(3 Questions)

  • Q1. Questions on Java, SQL
  • Q2. Join Query and Aggregate functions
  • Q3. Question on Oops
Round 5 - Cultural Fitment Round 

(1 Question)

  • Q1. Why Neebal?, Hypothetical scenario based questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

You should know all basic mathematics and general aptitude questions like profit loss discount compounding, PnC, speed distance time, time, logical reasoning etc. Knowledge Gate is a good platform for learning aptitude. Remember solving fast and accurately is more important than just being able to solve. So practice practice practice .

Round 3 - Coding Test 

Practice DSA and practice competitive programming on platforms like code chef, Coderbyte. Test was conducted on coderbyte. 2 or 3 questions of medium to high level were asked. The 1st problem may be a simpler one . You should be able to use inbuilt data structures from collections (if you code in java)

Round 4 - Technical 

(4 Questions)

  • Q1. They will ask questions based on what you have written in your resume. Also basic logics and algorithms for some problems like reversing a string ,etc were asked. They also asked you write code snippets on...
  • Q2. Explain your project.
  • Q3. OOPS concepts related questions
  • Q4. Code snippets on note pad. eg reverse string
  • Ans. 

    Reverse a string using array manipulation

    • Create an array of characters from the input string

    • Use a loop to iterate through the array in reverse order

    • Append each character to a new string to form the reversed string

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. This was just a formality round . They told me they have selected me and asked me basic details, maybe because this company was recruiting from college campus.

Interview Preparation Tips

Topics to prepare for Neebal Technologies Software Engineer Trainee interview:
  • Java
  • C++
  • Javascript
  • HTML
  • CSS
  • DSA
Interview preparation tips for other job seekers - Compulsorily you should have personal projects and certifications on your resume. This increases your chances of getting hired. Internship certificates increases the chances even more.
You should have proficiency in at least one language depending on the role you are applying for. EG:- java/C++ for developers , python for data analysts etc, Do a lot of practice of aptitude . bcz speed with accuracy matters the most. OfCourse English should be decent. Resume should be only of one page. If you have achieved a lot, make custom resumes targeting that company and role.
Don't add unnecessary details like address . Design it well .

Skills evaluated in this interview

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
asked in HSBC Group
Q5. Maximum Level Sum in a Binary Tree Given a Binary Tree with integ ... read more

I applied via Geeksforgeeks and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 

2 coding questions

Round 3 - Technical 

(1 Question)

  • Q1. Basics of dbms on 2nf and some more basic concepts regarding array and pointers and hashmaps
Round 4 - HR 

(1 Question)

  • Q1. Cultural fit questions which tests whether the person is fit culturally

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and try to answer in ur most comfortable way possible

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Two coding questions and 15 mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on priority queue
  • Q2. Question on dp , stack were askef
Round 3 - Technical 

(2 Questions)

  • Q1. Graph related questions
  • Q2. Database related questions
Round 4 - HR 

(2 Questions)

  • Q1. If you are fine with flexible timings
  • Ans. 

    Yes, I am fine with flexible timings as it allows me to manage my work-life balance effectively.

    • I am comfortable with flexible timings as it helps me accommodate personal commitments.

    • I believe in focusing on productivity rather than strict working hours.

    • I am adaptable and can work efficiently regardless of the time of day.

    • I can provide examples of times when flexible timings have benefited my work performance.

  • Answered by AI
  • Q2. Discussed about projects

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.

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 - Coding Test 

Mcqs on javascript,. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Campus recruitment
1 online coding
2 technical rounds DSA
1 tech managerial
1 hr

Os, DBMS, DSA, stacks, trees,

I applied via Campus Placement and was interviewed before Oct 2021. There were 2 interview rounds.

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 - One-on-one 

(3 Questions)

  • Q1. DS Algo, Backend and DB
  • Q2. Stack(DS) question and DB based questions
  • Q3. Scaling (Horizontal, Vertical) with use cases
  • Ans. 

    Scaling refers to increasing capacity of a system. Horizontal scaling adds more machines, while vertical scaling adds more resources to a machine.

    • Horizontal scaling involves adding more machines to a system to increase capacity

    • Vertical scaling involves adding more resources to a machine to increase capacity

    • Use cases for horizontal scaling include handling increased traffic or adding redundancy

    • Use cases for vertical sca...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Junglee Games Software Developer interview:
  • Backend
  • Data Structures
  • Database
Interview preparation tips for other job seekers - Keep your DS concepts clear and be clear on your answers
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concept Js related output questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions based or percentage, profit loss, ratio

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about stacks
  • Ans. 

    Stacks are a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added and removed from the top of the stack

    • Common operations include push (add element) and pop (remove element)

    • Stacks can be implemented using arrays or linked lists

    • Examples of stack usage include function call stack and undo/redo functionality in text editors

  • Answered by AI
  • Q2. To find middle number in the linked list
  • Ans. 

    To find the middle number in a linked list.

    • Traverse the linked list using two pointers, one moving twice as fast as the other.

    • When the fast pointer reaches the end, the slow pointer will be at the middle node.

    • If the linked list has even number of nodes, there will be two middle nodes. Return either one.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction , hobbies, goals
  • Q2. Strength, weakness, short term and long term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at data structures and oops concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Group Discussion 

Abstract topic group discussion

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview covering topics on oops , data structures , conditional statements.
Round 4 - HR 

(1 Question)

  • Q1. General questions- introduction , how previous rounds went ,hobbies , what do you know about our company , situation based questions.

Neebal Technologies Interview FAQs

How many rounds are there in Neebal Technologies Software Engineer Trainee interview?
Neebal Technologies interview process usually has 4-5 rounds. The most common rounds in the Neebal Technologies interview process are Aptitude Test, Coding Test and Technical.
What are the top questions asked in Neebal Technologies Software Engineer Trainee interview?

Some of the top questions asked at the Neebal Technologies Software Engineer Trainee interview -

  1. code snippets on note pad. eg reverse str...read more
  2. They will ask questions based on what you have written in your resume. Also bas...read more
  3. This was just a formality round . They told me they have selected me and asked ...read more

Tell us how to improve this page.

Neebal Technologies Software Engineer Trainee Interview Process

based on 3 interviews

Interview experience

2.7
  
Poor
View more

Interview Questions from Similar Companies

Junglee Games Interview Questions
3.1
 • 32 Interviews
NexTurn Interview Questions
4.1
 • 29 Interviews
Ganit Inc Interview Questions
3.7
 • 20 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
View all
Neebal Technologies Software Engineer Trainee Salary
based on 8 salaries
₹1.8 L/yr - ₹5.5 L/yr
10% more than the average Software Engineer Trainee Salary in India
View more details

Neebal Technologies Software Engineer Trainee Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
81 salaries
unlock blur

₹3.8 L/yr - ₹15.5 L/yr

Associate Software Engineer
47 salaries
unlock blur

₹3.8 L/yr - ₹7 L/yr

Business Analyst
28 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Associate Quality Analyst
19 salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Project Manager
19 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Explore more salaries
Compare Neebal Technologies with

JoulestoWatts Business Solutions

2.9
Compare

Thoughtsol Infotech

4.6
Compare

Innoplexus

4.0
Compare

Ganit Inc

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview