Upload Button Icon Add office photos

Filter interviews by

Busisoft Infotech Interview Questions, Process, and Tips

Updated 12 Mar 2021

Busisoft Infotech Interview Experiences

1 interview found

Interview Questionnaire 

5 Questions

  • Q1. Oops concepts?
  • Q2. Difference between stored procedure and functions?
  • Ans. 

    Stored procedures are used to perform a set of actions, while functions return a single value.

    • Stored procedures are precompiled and stored in a database, while functions are compiled and executed at runtime.

    • Functions can be used in SQL statements, while stored procedures cannot be used in SQL statements.

    • Functions can be called from stored procedures, but stored procedures cannot be called from functions.

    • Functions can b...

  • Answered by AI
  • Q3. Rest vs Soap?
  • Ans. 

    REST is lightweight and flexible, while SOAP is more structured and standardized.

    • REST uses HTTP protocols and supports multiple data formats.

    • SOAP uses XML and requires a WSDL file for communication.

    • REST is better for mobile and web applications, while SOAP is better for enterprise-level applications.

    • REST is faster and easier to implement, while SOAP has more security features.

    • REST is stateless, while SOAP is stateful.

  • Answered by AI
  • Q4. How to filter a list in JavaScript and C#.
  • Ans. 

    Filtering a list in JavaScript and C#

    • In JavaScript, use the filter() method to create a new array with all elements that pass the test implemented by the provided function.

    • In C#, use LINQ to filter a list using the Where() method.

    • Both languages require a callback function or lambda expression to define the filtering criteria.

  • Answered by AI
  • Q5. How to create responsive web page?
  • Ans. 

    Responsive web pages can be created by using flexible grids, media queries, and responsive images.

    • Use CSS frameworks like Bootstrap or Foundation

    • Design with mobile-first approach

    • Use relative units like em or rem instead of pixels

    • Use media queries to adjust layout based on screen size

    • Optimize images for different screen sizes

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary
  • Q3. How to work in e-commerce
Round 2 - Technical 

(2 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary

Interview Preparation Tips

Interview preparation tips for other job seekers - E-COMMERCE jobs work in Amazon
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. SQL query related to Uber
Round 2 - One-on-one 

(1 Question)

  • Q1. Question related to Tableau and one SQL question

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience ,polite interviewer
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Salary Expectation
  • Q2. Work Experience
  • Q3. Relocation Plans
Round 2 - Coding Test 

Codility Test General C# and SQL

Round 3 - Technical 

(9 Questions)

  • Q1. (live coding) Create a class Employees with fields FirstName LastName, DoB, and Gender Return avg age of employees, return avg age by genders
  • Ans. 

    Create a class Employees with fields FirstName LastName, DoB, and Gender. Return avg age of employees and avg age by genders.

    • Create a class Employees with fields FirstName, LastName, DoB, and Gender

    • Calculate the average age of all employees

    • Calculate the average age by genders

  • Answered by AI
  • Q2. What design pattern you know
  • Ans. 

    I am familiar with design patterns such as Singleton, Factory, Observer, and MVC.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and up...

  • Answered by AI
  • Q3. SOLID principles
  • Q4. How to optimize SQL Queries
  • Ans. 

    Optimizing SQL queries involves using indexes, minimizing data retrieval, avoiding unnecessary joins, and optimizing query structure.

    • Use indexes on columns frequently used in WHERE clauses

    • Minimize data retrieval by selecting only necessary columns

    • Avoid unnecessary joins by using EXISTS or IN clauses instead

    • Optimize query structure by using appropriate joins and subqueries

  • Answered by AI
  • Q5. Which type of Indexes you know
  • Ans. 

    Types of indexes include clustered, non-clustered, unique, composite, and filtered indexes.

    • Clustered index: Physically reorders the data in the table based on the index key.

    • Non-clustered index: Contains a sorted list of references to the table data rows.

    • Unique index: Ensures that no two rows have the same values in the indexed columns.

    • Composite index: Index that is created on multiple columns.

    • Filtered index: Index that...

  • Answered by AI
  • Q6. Have you ever read SQL Execution Plan?
  • Ans. 

    Yes, I have read SQL Execution Plans to optimize query performance.

    • I have analyzed SQL Execution Plans to identify bottlenecks in queries.

    • I have used SQL Execution Plans to optimize query performance by understanding how the database engine executes queries.

    • I have made query optimization recommendations based on SQL Execution Plans.

    • I have experience with tools like SQL Server Management Studio to view and analyze Execu

  • Answered by AI
  • Q7. .NET Framework DI 3th party tools
  • Q8. Are you familiar with MSUnit, xUnit, nUnit
  • Q9. Unit Testing libraries (e.g Bogus, Moq..)
Round 4 - Final Round 

(3 Questions)

  • Q1. What questions do you have?
  • Q2. How was your interview's?
  • Q3. Why you want to change your job?

Interview Preparation Tips

Interview preparation tips for other job seekers - I would strongly advice job seekers to avoid engaging further with this company. Based on my experience, their process lacks transparency and respect for candidates time, with poor communication and unclear criteria like 'culture fit' only being raised after multiple technical rounds. SAVE YOUR TIME and ENERGY by skipping this opportunity.

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a MCQ test on CS Fundamentals. We have to answer 50 questions in 40 minutes. Accuracy is must. Company have its own cutoff and it's usually high. So try to gain maximum marks as possible. The results were announced in 1.5 hrs. The selected candidates will be appearing for the coding challenge.

Round 2 - Coding Test 

There are 5 questions. 1 easy , 3 medium, 1 hard. You should solve atleast 4 questions to get shortlisted for the interview. Results are announced in 2-3 hours. Take a look at these questions. One of the questions from the coding challenge will be asked in the interview.

Round 3 - Technical 

(5 Questions)

  • Q1. Email validation question from coding challenge
  • Q2. Binary Search on rotated arrays
  • Q3. About projects (reason behind using the mentioned database)
  • Q4. Use of package.json file
  • Q5. What are scripts in package.json file

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your approach clearly while solving DSA questions. Revise your understanding on the projects before the interview. Also revise oops, cn, os and some basic understanding of Low level design i.e. designing of classes for music player.
Interview experience
3
Average
Difficulty level
-
Process Duration
More than 8 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. I have around 9 rounds interview in span of 2 months
Round 2 - One-on-one 

(1 Question)

  • Q1. Everyday one round interview
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as above .it is too much
Round 4 - One-on-one 

(1 Question)

  • Q1. Same as above .it is too much
Round 5 - One-on-one 

(1 Question)

  • Q1. Same only .it is too much
Round 6 - Case Study 

4 member team interview

Round 7 - One on one interview 

(1 Question)

  • Q1. One on one interview
Round 8 - One on one interview 

(1 Question)

  • Q1. Reference . through referral I sent my resume
Round 9 - HR 

(1 Question)

  • Q1. Salary discussion
Round 10 - No 

(1 Question)

  • Q1. It is too much
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Graph theory questions related
  • Q2. Programming,data structure and algo
Round 2 - One-on-one 

(2 Questions)

  • Q1. Intro about your self
  • Q2. Mostly focused on CSE fundamentals
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. SQL question ( window functions) dense_rank
  • Q2. SQL question(window function) aggregation, there were 5 tables and you had to do some joins
  • Q3. Some question on spark optimisations

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for sql(advanced), and spark and some coding
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding Test consists of 3 Problem Question (2 Logical questions and 1 SQL Query ) and Around 20 MCQS
Platform - CoderByte

Round 2 - Aptitude Test 

30 Aptitude Question
3 Mail Writing Question

Round 3 - Technical 

(5 Questions)

  • Q1. Explain 1st Problem Solved in Coding Test. Optimize it.
  • Ans. 

    Solved a sorting problem by implementing quicksort algorithm.

    • Implemented quicksort algorithm to efficiently sort the array.

    • Used recursion to divide the array into smaller subarrays and sort them individually.

    • Optimized the algorithm by choosing a pivot element strategically to minimize comparisons.

  • Answered by AI
  • Q2. Explain 2nd Problem Solved in Coding Test. I failed 1 test case in 1st round which was told to solve again.
  • Q3. Explain 3rd Question based on SQL Query.
  • Ans. 

    The 3rd question based on SQL query likely refers to a specific query or scenario related to SQL.

    • Understand the context of the query being asked about

    • Analyze the structure and purpose of the SQL query

    • Explain the expected output or result of the query

  • Answered by AI
  • Q4. Write a code to Reverse Digits.
  • Ans. 

    Code to reverse digits of a number

    • Use modulo operator to extract the last digit of the number

    • Multiply the result by 10 and add the next digit until all digits are reversed

    • Handle negative numbers separately by converting to positive before reversing

  • Answered by AI
  • Q5. A problem question for solving a SQL Query.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well,
Stay continuously in contact, call the HR for updates as they don't call you, We need to call them else you will wait entire life.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

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

Round 1 - Assignment 

The Hiring team and the trial team is very supportive, and the trial assignment was challenging and enjoyable. At First round the assignment is for design the Ai chat to Human chat process, that was very challenging, and I think best lesson I get from the assignment. and 2nd assignment to design and case study of the helplama website and i give best from my side and the team was very supportive and the work environment also best.

Busisoft Infotech Interview FAQs

What are the top questions asked in Busisoft Infotech interview?

Some of the top questions asked at the Busisoft Infotech interview -

  1. How to filter a list in JavaScript and ...read more
  2. How to create responsive web pa...read more
  3. Difference between stored procedure and functio...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Exl India Interview Questions
3.5
 • 95 Interviews
Deltax Interview Questions
2.8
 • 83 Interviews
Wayfair Interview Questions
3.7
 • 53 Interviews
Busibud Interview Questions
4.0
 • 41 Interviews
GAMMON INDIA Interview Questions
3.9
 • 29 Interviews
View all

Busisoft Infotech Reviews and Ratings

based on 5 reviews

3.9/5

Rating in categories

4.6

Skill development

3.4

Work-Life balance

4.1

Salary & Benefits

3.5

Job Security

3.9

Company culture

3.7

Promotions/Appraisal

3.8

Work Satisfaction

Explore 5 Reviews and Ratings
Software Developer
15 salaries
unlock blur

₹1.2 L/yr - ₹6 L/yr

Software Engineer
5 salaries
unlock blur

₹3.7 L/yr - ₹6.3 L/yr

Senior Software Developer
3 salaries
unlock blur

₹5.5 L/yr - ₹8.1 L/yr

Explore more salaries
Compare Busisoft Infotech with

Exl India

3.5
Compare

Amazon Sellers Services

4.1
Compare

Primus Global Technologies

4.0
Compare

GAMMON INDIA

3.9
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