AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

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

BUSINESSNEXT Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 485 Reviews

Play video Play video Video summary
  • About
  • Reviews
    485
  • Salaries
    3.5k
  • Interviews
    69
  • Jobs
    48
  • Benefits
    30
  • Photos
    13

Filter interviews by

BUSINESSNEXT Software Engineer Interview Questions and Answers

Updated 11 Dec 2024

BUSINESSNEXT Software Engineer Interview Experiences

4 interviews found

Software Engineer Interview Questions & Answers

user image Kartikeye Pandey

posted on 28 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It is noraml question

Round 2 - Coding Test 

Basica questions for the coding

Round 3 - HR 

(1 Question)

  • Q1. When can you join
  • Ans. 

    I can join within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • My current notice period is 2 weeks.

    • I am available to start immediately.

  • Answered by AI
    Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What is your experience
  • Add your answer
Anonymous

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
View answers (293)
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
View answers (530)
asked in Tech Mahindra
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
View answers (81)
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
View answers (22)
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
View answers (9)
View All

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Test is at good level

Round 2 - Technical 

(1 Question)

  • Q1. Related to oops
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude questions

Round 2 - Coding Test 

SQL questions regarding joins and group by

Round 3 - One-on-one 

(2 Questions)

  • Q1. Do u know SQL?
  • Add your answer
  • Q2. Are you good at dotnet?
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Salary expectation?
  • Ans. 

    I expect a competitive salary based on my skills, experience, and industry standards, ideally in the range of $X to $Y.

    • Research industry standards: For example, Glassdoor or Payscale can provide insights into average salaries for similar roles.

    • Consider my experience: With X years in software engineering, I bring valuable skills that justify a higher salary.

    • Location matters: Salaries can vary significantly based on geog...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about BUSINESSNEXT?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Software Engineer Interview Questions & Answers

KPIT Technologies user image Anonymous

posted on 11 Apr 2018

Interview Questionnaire 

2 Questions

  • Q1. Salary discussion and notice period
  • Add your answer
  • Q2. Core java, collections and coding
  • Add your answer

Interview Preparation Tips

Round: Manager Round
Experience: About project and previous company experience , daily activity

Anonymous
company Logo

Software Engineer Interview Questions & Answers

ServiceNow user image Pratik Sahoo

posted on 31 Aug 2015

Interview Questionnaire 

21 Questions

  • Q1. AVL tree balance checking
  • Ans. 

    AVL tree balance checking ensures that the tree maintains its height-balanced property after insertions and deletions.

    • An AVL tree is a self-balancing binary search tree.

    • The balance factor (BF) of a node is defined as the height of the left subtree minus the height of the right subtree.

    • A node is considered balanced if its BF is -1, 0, or +1.

    • To check balance, recursively calculate the height of left and right subtrees fo...

  • Answered by AI
    Add your answer
  • Q2. Median of 2 sorted arrays in O(log N) time complexity and O(1) space complexity
  • Ans. 

    Find median of 2 sorted arrays in O(log N) time complexity and O(1) space complexity

    • Use binary search to find the partition point in both arrays

    • Calculate the median based on the partition point and array sizes

    • Adjust the partition points based on the median value

    • Repeat until the partition points are at the median

    • Handle edge cases such as empty arrays and uneven array sizes

  • Answered by AI
    Add your answer
  • Q3. Strings Anagram in O(1) space complexity
  • Ans. 

    Anagram of strings in O(1) space complexity

    • Use a fixed size array of integers to store the frequency of characters in the first string

    • Iterate through the second string and decrement the frequency of each character in the array

    • If all the frequencies are zero, then the strings are anagrams

    • Return true or false accordingly

  • Answered by AI
    Add your answer
  • Q4. Level order traversal of a tree using Queue
  • Ans. 

    Level order traversal of a tree using Queue

    • Create a queue and add the root node to it

    • While the queue is not empty, remove the front node and print its value

    • Add the left and right child nodes of the removed node to the queue

    • Repeat until the queue is empty

  • Answered by AI
    Add your answer
  • Q5. Reverse level order traversal of a tree using Queue
  • Ans. 

    Reverse level order traversal of a tree using Queue

    • Create a queue and push the root node into it

    • While the queue is not empty, pop the front node and push its children into the queue

    • Add the popped node to a stack

    • Once the queue is empty, pop elements from the stack and print them

  • Answered by AI
    Add your answer
  • Q6. BFS and DFS Difference
  • Ans. 

    BFS and DFS are graph traversal algorithms. BFS explores nodes level by level while DFS explores nodes depth by depth.

    • BFS uses a queue while DFS uses a stack or recursion.

    • BFS is optimal for finding shortest path while DFS is optimal for finding a path between two nodes.

    • BFS requires more memory as it stores all the nodes at each level while DFS requires less memory.

    • BFS can be used to find connected components while DFS ...

  • Answered by AI
    Add your answer
  • Q7. OS Concepts – Starvation, Demand Paging, Virtual Memory, Deadlocks
  • Add your answer
  • Q8. Parenthesis Balance Checking
  • Ans. 

    Check if parentheses in a string are balanced using a stack-based approach.

    • Use a stack to track opening parentheses: '(', '{', '['.

    • For each closing parenthesis: check if it matches the top of the stack.

    • If the stack is empty at the end, parentheses are balanced.

    • Example: '((){})' is balanced, but '((())' is not.

  • Answered by AI
    Add your answer
  • Q9. Three Jars - 1 with apples, 1 with oranges, 1 with apples and oranges. All of them wrongly labelled. Find min no of attempts to find the correct nature of boxes
  • Add your answer
  • Q10. Find product of each element of an array except that element in O(N) time complexity without using / operation
  • Ans. 

    Find product of each element of an array except that element in O(N) time complexity without using / operation

    • Use prefix and suffix products

    • Multiply prefix and suffix products for each element to get the final product

    • Handle edge cases where array has 0 or 1 element separately

  • Answered by AI
    Add your answer
  • Q11. Recursively deleting linked list
  • Ans. 

    Recursively delete a linked list

    • Create a recursive function that takes the head of the linked list as input

    • Base case: if the head is null, return

    • Recursively call the function with the next node as input

    • Delete the current node

  • Answered by AI
    Add your answer
  • Q12. Recursively deleting linked list from end
  • Ans. 

    Recursively delete a linked list from the end.

    • Start from the head and recursively traverse to the end of the list.

    • Delete the last node and set the second last node's next pointer to null.

    • Repeat until the entire list is deleted.

    • Use a recursive function to implement the deletion process.

  • Answered by AI
    Add your answer
  • Q13. Recursively deleting tree
  • Ans. 

    Recursively delete a tree by deleting all its child nodes and then the parent node.

    • Start from the leaf nodes and delete them first.

    • Then move up to the parent nodes and delete them.

    • Repeat until the root node is deleted.

    • Use post-order traversal to ensure child nodes are deleted before parent nodes.

  • Answered by AI
    Add your answer
  • Q14. Recursively deleting from end
  • Ans. 

    Recursively delete elements from the end of an array.

    • Create a recursive function that removes the last element of the array.

    • Call the function recursively until the desired number of elements are removed.

    • Handle edge cases such as empty arrays and removing more elements than the array contains.

  • Answered by AI
    Add your answer
  • Q15. Difference between Floyd Warshall and Djikstra
  • Ans. 

    Floyd Warshall finds shortest path between all pairs of vertices while Djikstra finds shortest path from a single source.

    • Floyd Warshall is used for dense graphs while Djikstra is used for sparse graphs.

    • Floyd Warshall has a time complexity of O(n^3) while Djikstra has a time complexity of O((n+m)logn).

    • Floyd Warshall can handle negative edge weights while Djikstra cannot.

    • Floyd Warshall can detect negative cycles while Dj...

  • Answered by AI
    Add your answer
  • Q16. Shortest path between 2 points in 2-D space in O(log N) time
  • Ans. 

    There is no known algorithm to find shortest path in 2-D space in O(log N) time.

    • The best known algorithm for finding shortest path in 2-D space is Dijkstra's algorithm which has a time complexity of O(N^2).

    • Other algorithms like A* and Bellman-Ford have better time complexity but still not O(log N).

    • If the points are on a grid, Lee algorithm can be used which has a time complexity of O(N).

  • Answered by AI
    Add your answer
  • Q17. Design a system for putting newspapers using classes and functions taking different aspects into account
  • Ans. 

    Design a system for putting newspapers using classes and functions

    • Create a Newspaper class with attributes like title, date, and content

    • Create a Publisher class with methods to publish and distribute newspapers

    • Create a Subscriber class with methods to subscribe and receive newspapers

    • Use inheritance to create different types of newspapers like daily, weekly, etc.

    • Implement a database to store newspaper information and ha...

  • Answered by AI
    Add your answer
  • Q18. SQL commands
  • Add your answer
  • Q19. Career Prospects - Long Term Plans
  • Add your answer
  • Q20. Why not higher studies?
  • Ans. 

    I believe practical experience is more valuable than higher studies.

    • I have gained valuable experience through internships and projects.

    • I prefer hands-on learning and problem-solving over theoretical knowledge.

    • I am constantly learning and improving my skills through online courses and workshops.

  • Answered by AI
    Add your answer
  • Q21. Machine Learning Concepts - Based on my projects
  • Add your answer

Interview Preparation Tips

Round: Test
Experience: All Computer Science Topics Covered: Data Structures, Algorithms, Object Oriented Systems, C, C++, Operating Systems, Computer Architectures, Databases, SQL, Basic Quantitative Aptitude
Tips: Solve all of them. Cut off's generally go high.
Duration: 30 minutes
Total Questions: 30

Round: Interview
Experience: Nice Experience. Interviewer was friendly. He wanted exact solutions.
Tips: Be thorough with everything and your projects.

Round: Interview
Experience: Nice Experience. Interviewer was friendly. He wanted exact solutions.
Tips: Be thorough with everything and your projects.

Round: Interview
Experience: Nice Experience. Interviewer was friendly.
Tips: Do not fake yourself.

General Tips: Be thorough with all CS related concepts and projects.
Skill Tips: ""Be thorough.""
Skills: Algorithms, Data Structures, Operating Systems, Machine Learning, SQL, Operating Systems, Computer Architecture, Data Analytics
College Name: IIT Kharagpur
Motivation: Kind of application oriented work and the rising nature of the company. Obviously money also.
Funny Moments: Many funny questions and answers like did you have lunch, when did you last eat, etc

Skills evaluated in this interview

Anonymous
company Logo

Software Engineer Interview Questions & Answers

KPIT Technologies user image GAURAV KUMAR

posted on 13 May 2018

Interview Questionnaire 

3 Questions

  • Q1. What is in line view. How view is provided security. What is bulk collect. Write a plsql program to display week days except Saturday and Sunday. What is difference between rowid and rownum. What is diffe...
  • Ans. 

    Answers to questions related to software engineering concepts and PL/SQL programming.

    • Inline view is a virtual table created in the FROM clause of a SQL query.

    • Views can be secured by granting appropriate privileges to users and implementing row-level security.

    • BULK COLLECT is a feature in PL/SQL that allows fetching multiple rows from a query into a collection.

    • PL/SQL program to display weekdays except Saturday and Sunday...

  • Answered by AI
    Add your answer
  • Q2. Ask about project . How to understand client request. Explain about software SDLC.
  • Add your answer
  • Q3. Discuss about salary and benefits.
  • Add your answer
Anonymous
Are these interview questions helpful?
company Logo

Software Engineer Interview Questions & Answers

Thomson Reuters user image Anonymous

posted on 22 Jul 2021

I applied via Naukri.com and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions on java8
  • Add your answer
  • Q2. Questions on multithreading
  • Add your answer
  • Q3. Questions on exception handling
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was a coding round where interviewer asked questions randomly and were asked to optimise our code. Next round was a technical round where everyone needs to be thorough with their technical skills
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Oracle Cerner user image Anonymous

posted on 27 Nov 2019

I applied via Recruitment Consultant and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is your day to day work?
  • Add your answer
  • Q2. What new you have to offer the organization?
  • Add your answer
  • Q3. The most recent issues that you faced in the organization?
  • Ans. 

    Recent issues faced in the organization include project delays, communication gaps, and technical debt impacting productivity.

    • Project Delays: We encountered delays in project timelines due to unforeseen technical challenges, such as integrating legacy systems with new technologies.

    • Communication Gaps: Miscommunication between teams led to misunderstandings about project requirements, resulting in rework and wasted resou...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true to yourself and the interviewer, he/she doesn't want you to be full of all technical skills. He/she wants you to be atleast good at the things mentioned in your resume. Showcase that you're ready to switch to any language even if it is uncomfortable for you
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Chetu user image Anonymous

posted on 19 Dec 2020

Interview Questionnaire 

1 Question

  • Q1. Oops programming,SQL server Database
  • Add your answer
Anonymous
More about working at BUSINESSNEXT
  • HQ - Noida, Uttar Pradesh, India
  • Software Product
  • 1k-5k Employees (India)

BUSINESSNEXT Interview FAQs

How many rounds are there in BUSINESSNEXT Software Engineer interview?
BUSINESSNEXT interview process usually has 2-3 rounds. The most common rounds in the BUSINESSNEXT interview process are Aptitude Test, HR and Coding Test.
How to prepare for BUSINESSNEXT Software Engineer 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 BUSINESSNEXT. The most common topics and skills that interviewers at BUSINESSNEXT expect are WCF, .NET, ASP.Net, Adobe and Agile.
What are the top questions asked in BUSINESSNEXT Software Engineer interview?

Some of the top questions asked at the BUSINESSNEXT Software Engineer interview -

  1. Are you good at dotn...read more
  2. Do u know S...read more
  3. Related to o...read more

Tell us how to improve this page.

BUSINESSNEXT Interviews By Designations

  • BUSINESSNEXT Consultant Interview Questions
  • BUSINESSNEXT Software Engineer Interview Questions
  • BUSINESSNEXT Senior Consultant Interview Questions
  • BUSINESSNEXT Business Analyst Interview Questions
  • BUSINESSNEXT Data Scientist Interview Questions
  • BUSINESSNEXT Graduate Engineer Trainee (Get) Interview Questions
  • BUSINESSNEXT Associate Consultant Interview Questions
  • BUSINESSNEXT Junior Engineer Interview Questions
  • Show more
  • BUSINESSNEXT Team Lead Interview Questions
  • BUSINESSNEXT Engineer Interview Questions

Interview Questions for Popular Designations

  • Software Developer Interview Questions
  • Senior Software Engineer Interview Questions
  • Senior Engineer Interview Questions
  • System Engineer Interview Questions
  • Associate Software Engineer Interview Questions
  • Project Engineer Interview Questions
  • Lead Engineer Interview Questions
  • Software Development Engineer Interview Questions
  • Show more
  • Lead Software Engineer Interview Questions
  • Senior Developer Interview Questions

Overall Interview Experience Rating

3.3/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Software Engineer Interview Questions from Similar Companies

Chetu
Chetu Software Engineer Interview Questions
3.3
 • 35 Interviews
ivy
ivy Software Engineer Interview Questions
3.6
 • 34 Interviews
KPIT Technologies
KPIT Technologies Software Engineer Interview Questions
3.3
 • 32 Interviews
Oracle Cerner
Oracle Cerner Software Engineer Interview Questions
3.6
 • 26 Interviews
AVASOFT
AVASOFT Software Engineer Interview Questions
2.8
 • 21 Interviews
Thomson Reuters
Thomson Reuters Software Engineer Interview Questions
4.1
 • 15 Interviews
ServiceNow
ServiceNow Software Engineer Interview Questions
4.1
 • 13 Interviews
Volkswagen Group Technology Solution
Volkswagen Group Technology Solution Software Engineer Interview Questions
3.9
 • 10 Interviews
IBS Software Services
IBS Software Services Software Engineer Interview Questions
3.6
 • 9 Interviews
Yardi Systems
Yardi Systems Software Engineer Interview Questions
3.6
 • 9 Interviews
View all
BUSINESSNEXT Software Engineer Salary
based on 203 salaries
₹5.5 L/yr - ₹11.2 L/yr
8% less than the average Software Engineer Salary in India
View more details

BUSINESSNEXT Software Engineer Reviews and Ratings

based on 19 reviews

2.8/5

Rating in categories

2.4

Skill development

2.7

Work-life balance

2.6

Salary

3.2

Job security

2.8

Company culture

2.7

Promotions

2.5

Work satisfaction

Explore 19 Reviews and Ratings
BUSINESSNEXT Salaries in India
Engineer
253 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Consultant
244 salaries
unlock blur

₹5.4 L/yr - ₹12 L/yr

Business Analyst
227 salaries
unlock blur

₹5.5 L/yr - ₹13 L/yr

Software Engineer
203 salaries
unlock blur

₹5.5 L/yr - ₹11.2 L/yr

Senior Consultant
163 salaries
unlock blur

₹9.2 L/yr - ₹15 L/yr

Explore more salaries
Compare BUSINESSNEXT with
KPIT Technologies

KPIT Technologies

3.3
Compare
Thomson Reuters

Thomson Reuters

4.1
Compare
HighRadius

HighRadius

2.8
Compare
Oracle Cerner

Oracle Cerner

3.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • BUSINESSNEXT Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter