Upload Button Icon Add office photos
Engaged Employer

i

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

BSIT Software Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

BSIT Software Services Interview Questions and Answers

Updated 28 Jan 2025

BSIT Software Services Interview Experiences

Popular Designations

3 interviews found

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Do you have any idea about what is frontend and what is backend?
  • Ans. 

    Frontend is the part of a website or application that users interact with, while backend is the part that handles the behind-the-scenes functionality.

    • Frontend is responsible for the user interface and user experience.

    • Backend is responsible for server-side logic, database operations, and other behind-the-scenes tasks.

    • Frontend technologies include HTML, CSS, and JavaScript.

    • Backend technologies include languages like Java...

  • Answered by AI
  • Q2. Asking some queries of mysql
  • Q3. Explain CSS box model
  • Ans. 

    CSS box model defines the layout and design of elements on a webpage by breaking them down into content, padding, border, and margin.

    • Content area: where the actual content of the element is displayed

    • Padding: space between the content and the border

    • Border: the border surrounding the padding

    • Margin: space outside the border, separating the element from other elements

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)
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 Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical Reasoning, Verbal Reasoning, Logical Reasoning, Abstract Reasoning. 90minutes test-duration.

Round 2 - Coding Test 

Arrays, Stacks, Queues, Hash tables 30minutes test-duration.

Interview Preparation Tips

Topics to prepare for BSIT Software Services Application Developer interview:
  • Industry Knowledge
  • Technical Skills
  • Company Reasearch
  • Soft Skills
Interview preparation tips for other job seekers - Craft your Resume : Ensure your resume is clear, concise, and tailored to each job application, highlighting relevant skills and experiences.
Enhance Your skills : Consider taking online courses or certifications to develop skills that are in demand in your industry.
Maintain Positive Attitude : Job searching can be challenging; staying positive will help you remain motivated and focused.

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)
BSIT Software Services Interview Questions and Answers for Freshers
illustration image

Software Developer Interview Questions & Answers

user image vanitha vanu

posted on 28 Jan 2025

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

I was interviewed before Jan 2024.

Round 1 - Aptitude Test 

10-15min related to some general knowledge questions

Round 2 - Technical 

(2 Questions)

  • Q1. Some questions on technical skills what u have know
  • Q2. Sql queries

Interview Preparation Tips

Interview preparation tips for other job seekers - good company good work culture Friendly environment

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Object oriented Concepts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Can you provide a self-introduction?
  • Q2. What was your reason for leaving your previous company?
Round 2 - Technical 

(1 Question)

  • Q1. Took very deep and detailed technical questions that related to my position resume.
Round 3 - One-on-one 

(1 Question)

  • Q1. Final salary discussion: nothing big.

Interview Preparation Tips

Interview preparation tips for other job seekers - Personally, I perceive it as not a very large organization, but I find the team to be nice and wonderful.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(3 Questions)

  • Q1. The HR team reviews applications and shortlists candidates based on qualifications and experience.
  • Q2. Covers problem - solving, system design, and domain-specific knowleadge
  • Q3. Database & data Structures, System Design & Architecture,
Round 2 - HR 

(2 Questions)

  • Q1. Technical Skill Assessment(Technical Roles)
  • Q2. Final Interview with Leadership

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. know what you want
2.stay organized
3.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

HTML5 canvas and JS based small assignment where we need to create circles and arrows and when we click on circle arrows should move

Round 2 - Technical 

(4 Questions)

  • Q1. Question on assignment and projects
  • Q2. 1) Project related question
  • Q3. 2) Assignment related question
  • Q4. 3) Difference between setTimeout and setInterval
  • Ans. 

    setTimeout executes a function once after a specified delay, while setInterval executes a function repeatedly at specified intervals.

    • setTimeout executes a function once after a specified delay.

    • setInterval executes a function repeatedly at specified intervals.

    • setTimeout returns a timeout ID that can be used to cancel the execution.

    • setInterval returns an interval ID that can be used to cancel the repetition.

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions from stack, looping, oops, little bits of algorithms etc.
  • Q2. Hard lavel questions for freshers. Unexpected questions
Round 3 - Coding Test 

After one round again another for ability check weather they will hire you or not because of bad decision makers.

Round 4 - HR 

(1 Question)

  • Q1. Family relationships, salary(which will be lesser than they promis to 25% when they giving you the offer later), they will try to know your weakness and play according in future.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack but join it in your own risk.

I applied via AmbitionBox and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is clssloading and what are classpath and how to create a object without new operator
  • Ans. 

    Classloading is the process of loading classes into JVM. Classpath is a list of directories and JAR files where classes are stored. Object can be created without new operator using reflection.

    • Classloading is done by JVM to load classes into memory

    • Classpath is a list of directories and JAR files where classes are stored

    • Object can be created without new operator using reflection

    • Reflection is a mechanism in Java that allo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IT Software Software Developer interview:
  • Core Java
  • basic of html
Interview preparation tips for other job seekers - i have skills for developer so any location i am immediately join and to prove my skills in organization.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. IT technical support Engineer
  • Q2. Software company engineer
  • Q3. If you meant advice specifically for job seekers in the IT field, here are some tailored suggestions: 1. **Build a Strong Portfolio:** Showcase your work through a portfolio, including code samples, proje...
  • Q4. Different types of development
  • Ans. 

    Different types of development include front-end, back-end, full-stack, mobile, and software engineering.

    • Front-end development focuses on the user interface and user experience, using languages like HTML, CSS, and JavaScript.

    • Back-end development involves server-side programming and database management, using languages like Java, Python, and Ruby.

    • Full-stack development combines both front-end and back-end development sk...

  • Answered by AI
  • Q5. For job seekers specifically looking for roles in software development, here are some focused pieces of advice: 1. **Master Programming Languages:** Become proficient in widely-used languages like Python,...

Interview Preparation Tips

Interview preparation tips for other job seekers - Here are some key pieces of advice for job seekers:

1. **Tailor Your Resume:** Customize your resume for each job application to highlight relevant skills and experiences.
2. **Network:** Connect with professionals in your industry through LinkedIn, professional associations, and networking events.
3. **Prepare for Interviews:** Research the company and practice common interview questions to be well-prepared.
4. **Develop Skills:** Continuously update and improve your skills through online courses, certifications, and workshops.
5. **Leverage Job Boards:** Use job search engines, company websites, and recruitment agencies to find job opportunities.
6. **Follow Up:** After interviews, send thank-you emails to express your appreciation and reinforce your interest in the position.
7. **Stay Positive:** Job searching can be challenging, so maintain a positive attitude and stay persistent.
8. **Use Social Media:** Maintain a professional online presence and share industry-relevant content to demonstrate your expertise.
9. **Be Ready to Discuss Gaps:** If you have gaps in your employment, be prepared to explain them positively, focusing on what you learned or how you stayed productive.
10. **Practice Good Self-Care:** Job hunting can be stressful, so take breaks, exercise, and engage in activities that help you relax and stay focused.
Contribute & help others!
anonymous
You can choose to be anonymous

BSIT Software Services Interview FAQs

How many rounds are there in BSIT Software Services interview?
BSIT Software Services interview process usually has 2 rounds. The most common rounds in the BSIT Software Services interview process are Aptitude Test, Technical and Coding Test.
How to prepare for BSIT Software Services 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 BSIT Software Services. The most common topics and skills that interviewers at BSIT Software Services expect are HR, Javascript, HRIS, JQuery and MySQL.
What are the top questions asked in BSIT Software Services interview?

Some of the top questions asked at the BSIT Software Services interview -

  1. Do you have any idea about what is frontend and what is backe...read more
  2. Explain CSS box mo...read more
  3. Asking some queries of my...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

JOBS

Teleperformance

No Jobs

SALARIES

Centum Electronics

SALARIES

Copperpod Digital

INTERVIEWS

Nath Bio - Genes

No Interviews

INTERVIEWS

Eisai Pharmaceuticals

No Interviews

LIST OF COMPANIES

MindFree Softwares

Overview

LIST OF COMPANIES

Centum Electronics

Overview

INTERVIEWS

Wrike

No Interviews

Tell us how to improve this page.

BSIT Software Services Interview Process

based on 5 interviews

Interview experience

4.8
  
Excellent
View more

BSIT Software Services Reviews and Ratings

based on 29 reviews

4.9/5

Rating in categories

4.9

Skill development

4.9

Work-life balance

4.9

Salary

4.9

Job security

4.9

Company culture

4.9

Promotions

4.9

Work satisfaction

Explore 29 Reviews and Ratings
Web Developer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Trainee
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Cloud Administrator
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare BSIT Software Services with

Telligent (A Verint Company)

3.0
Compare

Crew

4.0
Compare

IT Software

4.2
Compare

Pathfinder Enterprise Solutions

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