Upload Button Icon Add office photos
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

Filter interviews by

BUSINESSNEXT Interview Questions, Process, and Tips for Experienced

Updated 16 Mar 2025

Top BUSINESSNEXT Interview Questions and Answers for Experienced

View all 14 questions

BUSINESSNEXT Interview Experiences for Experienced

Popular Designations

32 interviews found

I applied via Hirect and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Logical reasoning test 

(1 Question)

  • Q1. Multiple choice questions within 45 minutes. Mymapit is çonducting tests.
Round 2 - Technical 

(1 Question)

  • Q1. SQL, c#, asp.net, framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear test for further rounds of interview. Also, academic score of 60% and above is one of selection criteria

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (12)

Consultant Interview Questions & Answers

user image Anonymous

posted on 6 Dec 2021

I appeared for an interview in Nov 2021.

Interview Questionnaire 

2 Questions

  • Q1. They asked to explain Digital transformation scenario
  • Q2. General SQL query

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, have good knowledge of BA responsibilities

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. Difference between Precision and Recall? How to select features? What’s p-value?
  • Ans. 

    Precision and Recall are evaluation metrics for classification models. Feature selection is important for model performance. P-value is a statistical measure.

    • Precision is the ratio of true positives to the total predicted positives. Recall is the ratio of true positives to the total actual positives.

    • Precision is important when false positives are costly, while recall is important when false negatives are costly.

    • Feature...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions on project life cycle: Challenges faced during Data Cleaning and Feature Engineering?

Interview Preparation Tips

Interview preparation tips for other job seekers - Read JD Carefully and prepare accordingly. Technical part must be strong.

Skills evaluated in this interview

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic question about DotNet, MS-Sql, JavaScript and some funcțional knowledge about your project
  • Q2. Don't hesitate and give your interview formally.
  • Q3. Keep strong knowledge about your apply position

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep piece of mind, and ready for taken challenge and crack your interview

BUSINESSNEXT interview questions for popular designations

 Consultant

 (9)

 Software Engineer

 (4)

 Senior Consultant

 (4)

 Business Analyst

 (4)

 Data Scientist

 (3)

 Associate Consultant

 (3)

 Junior Engineer

 (3)

 Team Lead

 (3)

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is your job role?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and explain your work experience

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Get interview-ready with Top BUSINESSNEXT Interview Questions

I applied via Campus Placement and was interviewed before Oct 2021. 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 

Basic mathematics, English vocabulary, grammar

Round 3 - Technical 

(1 Question)

  • Q1. MySQL like joints, clauses
Round 4 - Group Discussion 

I've got a topic 'pink'. There was 9 members on my panel. Only 1 selected

Round 5 - HR 

(1 Question)

  • Q1. Very common questions like 'tell me about yourself', why do you think you are suitable for this job

Interview Preparation Tips

Topics to prepare for BUSINESSNEXT Associate Consultant interview:
  • SQL
  • MySQL
  • Excel
Interview preparation tips for other job seekers - Focus on technical and your final year project. And if you have done some projects by your own it will help you to crack the interviews

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)

I applied via Approached by Company and was interviewed before Sep 2021. There were 4 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 

(1 Question)

  • Q1. Technical questions about machine learning and data science
Round 3 - Technical 

(1 Question)

  • Q1. Machine learning and data science and about past industry projects
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and about joining. Roles explained by HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical knowledge is important and about your past roles and responsibilities

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Engineer Interview Questions & Answers

user image Anonymous

posted on 16 May 2021

I appeared for an interview in Nov 2020.

Interview Questionnaire 

3 Questions

  • Q1. Basic SQL Like trigger function duplicate
  • Q2. Basic dot net like life cycle
  • Q3. Select query to find duplicate record in sdg team
  • Ans. 

    Query to find duplicate records in SDG team

    • Use GROUP BY clause to group records by relevant columns

    • Use HAVING clause to filter groups with count greater than 1

    • Specify relevant columns in SELECT statement

    • Example: SELECT name, email, COUNT(*) FROM sdg_team GROUP BY name, email HAVING COUNT(*) > 1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

Engineer Interview Questions asked at other Companies

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other departments?
View answer (8)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 27 Aug 2021

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Webapi, mvc, sql server, c#, javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident and focus on mentioned skill set.

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 26 Aug 2021

I applied via Referral and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic DBA related mostly performance.
  • Q2. Make your performance optimization part strong because even if you clear the interview the job will have mostly query tuning task.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidant in an interview. Knowledge of indexing is must.

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

BUSINESSNEXT Interview FAQs

How many rounds are there in BUSINESSNEXT interview for experienced candidates?
BUSINESSNEXT interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the BUSINESSNEXT interview process for experienced candidates are Technical, Aptitude Test and HR.
How to prepare for BUSINESSNEXT interview for experienced candidates?
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 SQL, C#, JQuery, ASP.Net and CRM.
What are the top questions asked in BUSINESSNEXT interview for experienced candidates?

Some of the top questions asked at the BUSINESSNEXT interview for experienced candidates -

  1. Difference between Precision and Recall? How to select features? What’s p-val...read more
  2. Difference in Webservices and WCF, Abstraction and its types, Boxing and Unboxi...read more
  3. 1. What is Dynamic Query 2. Types of indexes 3. Query optimization techniq...read more
How long is the BUSINESSNEXT interview process?

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

Tell us how to improve this page.

BUSINESSNEXT Interview Process for Experienced

based on 19 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

KPIT Technologies Interview Questions
3.4
 • 291 Interviews
Chetu Interview Questions
3.3
 • 176 Interviews
AVASOFT Interview Questions
2.9
 • 166 Interviews
Oracle Cerner Interview Questions
3.7
 • 158 Interviews
Brane Enterprises Interview Questions
2.0
 • 135 Interviews
ivy Interview Questions
3.6
 • 129 Interviews
DE Shaw Interview Questions
3.8
 • 121 Interviews
ServiceNow Interview Questions
4.1
 • 121 Interviews
Axtria Interview Questions
3.0
 • 118 Interviews
View all

BUSINESSNEXT Reviews and Ratings

based on 436 reviews

3.3/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.3

Salary

3.4

Job security

3.3

Company culture

3.2

Promotions

3.1

Work satisfaction

Explore 436 Reviews and Ratings
Engineer
253 salaries
unlock blur

₹3.5 L/yr - ₹11.7 L/yr

Consultant
239 salaries
unlock blur

₹4.8 L/yr - ₹14.7 L/yr

Business Analyst
220 salaries
unlock blur

₹4 L/yr - ₹13.7 L/yr

Software Engineer
200 salaries
unlock blur

₹3.5 L/yr - ₹12.5 L/yr

Senior Consultant
161 salaries
unlock blur

₹6.2 L/yr - ₹15 L/yr

Explore more salaries
Compare BUSINESSNEXT with

KPIT Technologies

3.4
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

NextComm Corporation

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