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
3.6

based on 76 Reviews

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:
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 

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 at Mumbai University and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - 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 2 - 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 3 - 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 4 - 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 ListYou are given a singly Linked List of inte ... read more
asked in HSBC Group
Q2. Search In A 2D MatrixYou have been given a 2-D array 'MAT' of siz ... read more
asked in GlobalLogic
Q3. Slot GameYou’re given a slot machine with four slots where each s ... read more
Q4. 1. Explain oops and its 4 pillars 2. Explain polymorphism with re ... read more
asked in HSBC Group
Q5. Find the maximum level sum among all the levels in the Binary Tre ... 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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Where do you envision yourself in the next five years?
  • Ans. 

    In the next five years, I envision myself leading a team of software engineers, working on cutting-edge technologies, and making significant contributions to the company's success.

    • Leading a team of software engineers

    • Working on cutting-edge technologies

    • Making significant contributions to the company's success

  • Answered by AI
  • Q2. What interests you about this job?
  • Ans. 

    I am excited about the opportunity to work on complex software projects and contribute to innovative solutions.

    • Opportunity to work on complex software projects

    • Contribute to innovative solutions

    • Excited about the challenges and learning opportunities

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are the various data types available in JavaScript?
  • Ans. 

    Various data types in JavaScript include string, number, boolean, object, array, null, and undefined.

    • String: 'hello'

    • Number: 42

    • Boolean: true or false

    • Object: { key: value }

    • Array: [1, 2, 3]

    • Null: null

    • Undefined: undefined

  • Answered by AI
  • Q2. What is hoisting in JavaScript?
  • Ans. 

    Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable declarations are hoisted to the top of their scope, but not their assignments.

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About the project that I have worked
  • Q2. Technical Experience
Round 2 - Technical 

(3 Questions)

  • Q1. Databinding in android
  • Ans. 

    Databinding in Android allows for easier connection between UI components and data sources.

    • Databinding eliminates the need for findViewById() calls in your code.

    • It allows for easier access to data in your layouts using data binding expressions.

    • Databinding can improve code readability and reduce boilerplate code.

    • Example:

  • Answered by AI
  • Q2. What is the packaging process in android
  • Ans. 

    Packaging process in Android involves compiling the code, resources, and assets into an APK file for distribution.

    • Compile the Java code into .class files

    • Compile the resources (XML files, images, etc.) into a binary format

    • Package all the compiled files into an APK file using the Android Asset Packaging Tool (AAPT)

    • Sign the APK file with a private key for security

    • Align the APK file for optimization

  • Answered by AI
  • Q3. What is an MVVM design pattern
  • Ans. 

    MVVM is a design pattern that separates the user interface from the business logic and data model.

    • MVVM stands for Model-View-ViewModel

    • Model represents the data and business logic

    • View represents the user interface

    • ViewModel acts as an intermediary between the Model and View

    • MVVM helps in achieving separation of concerns and easier unit testing

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Most of the question related to architecture and system design
Round 4 - One-on-one 

(1 Question)

  • Q1. Face to face interview with director

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process takes longer. it took 1 month for me.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The problem statement was given to solve.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain liskov substitution principle with examples?
  • Ans. 

    Liskov Substitution Principle states that objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.

    • Subtypes must be substitutable for their base types.

    • Derived classes should be able to extend the functionality of base classes without changing their behavior.

    • Violating this principle can lead to unexpected behavior in the program.

    • Example: If a Square class i...

  • Answered by AI
  • Q2. Importance of abstraction
  • Ans. 

    Abstraction is crucial in software development to simplify complexity, improve readability, and promote reusability.

    • Abstraction helps in hiding unnecessary details and focusing on essential features.

    • It allows developers to work at a higher level of understanding without getting bogged down in implementation details.

    • Abstraction promotes code reusability by creating modular and reusable components.

    • It improves code readab...

  • Answered by AI
  • Q3. Importance of Unit testing in clean close
  • Ans. 

    Unit testing is crucial in ensuring clean code by verifying the functionality of individual units of code.

    • Unit testing helps in identifying bugs and errors early in the development process.

    • It ensures that each unit of code works as expected in isolation.

    • Unit tests act as documentation for the codebase, making it easier for new developers to understand and modify the code.

    • It promotes code reusability and maintainability...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about software engineering

  • Answered by AI
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Types of filters
  • Ans. 

    Types of filters include low-pass, high-pass, band-pass, and band-stop filters.

    • Low-pass filter allows frequencies below a certain cutoff frequency to pass through.

    • High-pass filter allows frequencies above a certain cutoff frequency to pass through.

    • Band-pass filter allows a specific range of frequencies to pass through.

    • Band-stop filter blocks a specific range of frequencies from passing through.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Project Details
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1. Coin change
2. Valid Parenthesis
3. Bipartite graph question

Round 2 - Technical 

(1 Question)

  • Q1. Resume based. Find duplicate. Valid Parenthesis. Generate Random id Find max no of random id can be generated
  • Ans. 

    The question involves finding duplicates in an array, validating parentheses, generating random IDs, and determining the maximum number of random IDs that can be generated.

    • To find duplicates in an array, you can use a hash set to store unique elements and check for duplicates as you iterate through the array.

    • To validate parentheses, you can use a stack data structure to keep track of opening and closing parentheses.

    • To ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Core questions. LRU cache. Validate invalid BST
Round 4 - Technical 

(1 Question)

  • Q1. DP problem which I was unable to solve so rejected.

Skills evaluated in this interview

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.

People are getting interviews through

based on 3 Neebal Technologies interviews
Campus Placement
Job Portal
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Neebal Technologies Software Engineer Trainee Salary
based on 11 salaries
₹3.5 L/yr - ₹5.5 L/yr
11% 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 & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
81 salaries
unlock blur

₹3.8 L/yr - ₹14.9 L/yr

Associate Software Engineer
41 salaries
unlock blur

₹3.8 L/yr - ₹6.5 L/yr

Business Analyst
33 salaries
unlock blur

₹3.8 L/yr - ₹10 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

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview