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 Interview Questions, Process, and Tips

Updated 28 May 2024

Top Neebal Technologies Interview Questions and Answers

View all 8 questions

Neebal Technologies Interview Experiences

Popular Designations

12 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How do you handle scope creep situation. Jira usage in day-to-day tasks. Write user stories persona.
  • Ans. 

    I handle scope creep by clearly defining project scope, setting priorities, and communicating with stakeholders. I use Jira for tracking tasks and progress. I write user stories based on personas.

    • Define project scope clearly at the beginning

    • Set priorities and communicate with stakeholders to manage changes

    • Use Jira for tracking tasks, progress, and managing scope changes

    • Write user stories based on personas to ensure req

  • Answered by AI
  • Q2. What is SWOT analysis, explain with an example. Based on problem statement share what type of metrics should be suitable and why

Skills evaluated in this interview

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Aptitude test was quite easy; it had normal intelligence questions as well as some math

Round 2 - Coding Test 

The coding test consisted of 2 medium HackerRank questions in any language

Round 3 - Technical 

(3 Questions)

  • Q1. I had a face-to-face virtual interview. The interview round went for 45 minutes. They asked all sort of questions, from JAVA to SQL to basic Python. Also, DSA questions were asked.
  • Q2. Difference between Truncate, Delete and Drop
  • Ans. 

    Truncate removes all rows from a table, Delete removes specific rows, and Drop deletes the entire table structure.

    • Truncate is a DDL command that removes all rows from a table but keeps the table structure intact.

    • Delete is a DML command that removes specific rows based on a condition.

    • Drop is a DDL command that deletes the entire table structure along with all its data.

    • Truncate is faster than Delete as it does not log in...

  • Answered by AI
  • Q3. Difference between Sets, Lists, Tuples
  • Ans. 

    Sets, Lists, and Tuples are all data structures in Python with different characteristics and use cases.

    • Sets are unordered collections of unique elements. Example: {1, 2, 3}

    • Lists are ordered collections of elements that can be modified. Example: [1, 2, 3]

    • Tuples are ordered collections of elements that cannot be modified. Example: (1, 2, 3)

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Round 4 was another face-to-face interview with a senior.

Skills evaluated in this interview

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (2)
Neebal Technologies Interview Questions and Answers for Freshers
illustration image
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 Resume 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

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude verbal, numerical and Analytical Questions

Round 2 - Coding Test 

2 coding Question that you can solve easily

Round 3 - Technical 

(1 Question)

  • Q1. Question on java object oriented programming then one written code was asked to solve on paper and other Question about resume projects.
Round 4 - HR 

(1 Question)

  • Q1. Scenario based Questions and project based Question where asked

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)

Neebal Technologies interview questions for popular designations

 Associate Software Engineer

 (4)

 Software Engineer Trainee

 (3)

 Business Analyst

 (2)

 Junior Software Developer

 (1)

 Software Developer

 (1)

 Software Trainee

 (1)

Software Developer Interview Questions & Answers

user image Shubham Pakal

posted on 28 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Opps concepts, DSA algorithm

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Aptitude Test 

They give an assignment to complete, that consists of more than 15 questions and Time limit is 30min.
Questions are basic.

Round 3 - Coding Test 

They share coderbyte platform link, on that they give 2 medium level DSA questions and Time limit os 60 minutes.

Round 4 - Technical 

(2 Questions)

  • Q1. It was 1hr technical interview. They ask only core Java concepts.
  • Q2. Only core Java questions. Like Opps concept, Interface, Inheritance, Some keywords, String, Threads,etc. After that they also ask some SQL queries and about Data base.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA and Coding.
And some technical concept on Java.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)

I applied via Walk-in and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy aptitude test very basic

Round 2 - Coding Test 

Hacker rank 2 coding question

Round 3 - Technical 

(1 Question)

  • Q1. What is java? what is sql? etc
  • Ans. 

    Java is a programming language used for developing applications. SQL is a language used for managing relational databases.

    • Java is an object-oriented language

    • Java code is compiled into bytecode

    • SQL is used for creating, modifying, and querying databases

    • SQL is used in various database management systems like MySQL, Oracle, etc.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions where do you stay ? there is 3 years bond

Interview Preparation Tips

Topics to prepare for Neebal Technologies Software Trainee interview:
  • SQL
  • Coding
Interview preparation tips for other job seekers - ok job if you dont have any good opportunity go for it

Skills evaluated in this interview

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)
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

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

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

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
Add answer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2022. There were 3 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 Resume tips
Round 2 - Assignment 

Small assignment to chek your analysis skills

Round 3 - One-on-one 

(3 Questions)

  • Q1. What are challenges faced with clients?
  • Ans. 

    Challenges faced with clients include communication barriers, changing requirements, and managing expectations.

    • Communication barriers due to language differences or lack of clarity

    • Changing requirements leading to scope creep and project delays

    • Managing client expectations and ensuring alignment with project goals

  • Answered by AI
  • Q2. How do you deal with change in requirement
  • Ans. 

    I adapt by communicating with stakeholders, analyzing impact, and adjusting project plans accordingly.

    • Regular communication with stakeholders to understand the reasons for change

    • Analyze the impact of the change on project scope, timeline, and resources

    • Update project plans and requirements documentation accordingly

    • Prioritize changes based on business value and impact on project goals

  • Answered by AI
  • Q3. What are the techniques to gather quality requirements
  • Ans. 

    Techniques to gather quality requirements include interviews, surveys, observation, workshops, and document analysis.

    • Conduct interviews with stakeholders to understand their needs and expectations.

    • Distribute surveys to gather feedback from a larger group of stakeholders.

    • Observe users in their natural environment to identify pain points and opportunities for improvement.

    • Facilitate workshops with cross-functional teams t...

  • Answered by AI

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Contribute & help others!
anonymous
You can choose to be anonymous

Neebal Technologies Interview FAQs

How many rounds are there in Neebal Technologies interview?
Neebal Technologies interview process usually has 3-4 rounds. The most common rounds in the Neebal Technologies interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Neebal Technologies 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 Neebal Technologies. The most common topics and skills that interviewers at Neebal Technologies expect are Java, Project Management, J2Ee, AWS and Javascript.
What are the top questions asked in Neebal Technologies interview?

Some of the top questions asked at the Neebal Technologies interview -

  1. code snippets on note pad. eg reverse str...read more
  2. How do you handle scope creep situation. Jira usage in day-to-day tasks. Writ...read more
  3. What are the techniques to gather quality requireme...read more
How long is the Neebal Technologies interview process?

The duration of Neebal Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

TCS

No Interviews

INTERVIEWS

Sciative Solutions

No Interviews

INTERVIEWS

MakeMyTrip

No Interviews

INTERVIEWS

Salesforce

No Interviews

INTERVIEWS

Deutsche Bank

No Interviews

Tell us how to improve this page.

Neebal Technologies Interview Process

based on 12 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
View all

Neebal Technologies Reviews and Ratings

based on 77 reviews

3.6/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

3.3

Salary

3.3

Job security

3.3

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 77 Reviews and Ratings
Software Engineer
79 salaries
unlock blur

₹3.8 L/yr - ₹14.9 L/yr

Associate Software Engineer
47 salaries
unlock blur

₹3.8 L/yr - ₹7 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.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent