Upload Button Icon Add office photos
Engaged Employer

i

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

Birlasoft Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Birlasoft Interview Questions, Process, and Tips

Updated 1 Mar 2025

Top Birlasoft Interview Questions and Answers

View all 195 questions

Birlasoft Interview Experiences

Popular Designations

281 interviews found

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

Dispatchgroup
Delegate
Protocol

Round 2 - Technical 

(2 Questions)

  • Q1. What is Dispatch Group ?
  • Ans. 

    Dispatch Group is a mechanism in iOS for managing multiple tasks and synchronizing their completion.

    • Dispatch Group allows you to monitor a group of tasks and be notified when they are all completed.

    • You can use Dispatch Group to wait for multiple asynchronous tasks to finish before proceeding.

    • Dispatch Group can be used to manage concurrent tasks and avoid race conditions.

    • Example: Using Dispatch Group to download multipl...

  • Answered by AI
  • Q2. What are delegate write an example
  • Ans. 

    Delegates are used in iOS development to allow one object to communicate with another object.

    • Delegates are used to establish communication between objects in iOS development.

    • Delegates are defined using protocols in Swift or Objective-C.

    • An example of using delegates is implementing the UITableViewDelegate protocol to handle table view events.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare answers with example code

Skills evaluated in this interview

Senior IOS Developer Interview Questions asked at other Companies

Q1. System Design for a food delivery application like Zomato
View answer (1)

Apprentice Interview Questions & Answers

user image Anonymous

posted on 9 Aug 2024

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

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

Round 1 - Aptitude Test 

Online Aptitude Test on superset consisting 40 questions of Aptitude, Data Structures, basic computer Science fundamentals.

Round 2 - Coding Test 

40 minutes of coding round on Superset consisting 2 basic coding questions.
1. Nth Fibonacci Sequence
2. Palindrome String

Round 3 - HR 

(4 Questions)

  • Q1. Introduce yourself.
  • Ans. 

    I am a highly motivated and detail-oriented individual with a strong background in marketing and project management.

    • Background in marketing and project management

    • Highly motivated and detail-oriented

    • Strong communication skills

  • Answered by AI
  • Q2. Are you ready to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to relocate for the right job opportunity

    • I have no ties that would prevent me from relocating

    • I am excited about the prospect of experiencing a new location and culture

  • Answered by AI
  • Q3. Why you want to join Birlasoft?
  • Ans. 

    I want to join Birlasoft because of its reputation for innovation and growth opportunities.

    • Birlasoft is known for its cutting-edge technology solutions.

    • I am impressed by the company's commitment to employee development.

    • I believe my skills and experience align well with Birlasoft's goals.

  • Answered by AI
  • Q4. What do you know about this role and company?
  • Ans. 

    The role involves working as an apprentice in a specific department within the company to gain hands-on experience and skills.

    • The company is known for its innovative products/services in the industry.

    • The role may involve tasks such as shadowing experienced employees, attending training sessions, and completing assignments.

    • Opportunities for growth and advancement within the company may be available for successful appren

  • Answered by AI
Round 4 - Technical 

(6 Questions)

  • Q1. Questions on OOPs, Polymorphism, Inheritance
  • Q2. Questions on basic html, CSS
  • Q3. Promise in Javascript
  • Ans. 

    In JavaScript, a promise is an object representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() method to handle success and failure cases.

    • Example: const myPromise = new Promise((resolve, reject) => { ... });

  • Answered by AI
  • Q4. Explain Var and const with their respective scopes in javascript
  • Ans. 

    Var and const are variable declarations in JavaScript with different scopes. Var has function scope while const has block scope.

    • Var has function scope, meaning it is accessible within the function it is declared in.

    • Const has block scope, meaning it is accessible only within the block it is declared in.

    • Var can be redeclared and reassigned, while const cannot be reassigned but can be mutated.

    • Var is hoisted to the top of

  • Answered by AI
  • Q5. A pattern question on stars
  • Q6. A select query in SQL, triggers, Joins related theory questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics, the interviews are cakewalk.

Skills evaluated in this interview

Apprentice Interview Questions asked at other Companies

Q1. 3. What do you know about artificial intelligence and Machine learning?
View answer (3)

Developer Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Write a code to find duplicate from string
Round 2 - HR 

(1 Question)

  • Q1. Describe yourself

Interview Preparation Tips

Topics to prepare for Birlasoft Developer interview:
  • C#
Interview preparation tips for other job seekers - Prepare well for interview

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is React ,Why it is used in modern days apps
  • Ans. 

    React is a JavaScript library for building user interfaces, known for its efficiency and flexibility.

    • React allows for the creation of reusable UI components, making development faster and more efficient.

    • It uses a virtual DOM to improve performance by only updating the necessary parts of the UI.

    • React is popular for single-page applications and dynamic web interfaces.

    • It is widely used in modern web development due to its...

  • Answered by AI
  • Q2. What is props,Virtual Dom
  • Ans. 

    Props are used to pass data from parent to child components in React. Virtual DOM is a lightweight copy of the actual DOM for efficient updates.

    • Props are read-only and cannot be modified by the child component

    • Virtual DOM is a concept in React where changes are first made to a lightweight copy of the actual DOM before being applied to the real DOM

    • Virtual DOM helps in improving performance by minimizing the number of upd

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for entry level if you are working in Fullstack

Skills evaluated in this interview

Top Birlasoft Software Developer Interview Questions and Answers

Q1. Spring QuestionWhat are the bean scopes available in Spring?
View answer (1)

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)

Birlasoft interview questions for popular designations

 Software Developer

 (19)

 Software Engineer

 (12)

 Senior Software Developer

 (11)

 Technical Specialist

 (11)

 Consultant

 (10)

 Technical Lead

 (10)

 Senior Software Engineer

 (9)

 Consultant Specialist

 (7)

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

It was 2 coding question based on array and queue

Round 2 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent high school graduate with a passion for learning and a strong work ethic.

    • Recent high school graduate

    • Passionate about learning

    • Strong work ethic

  • Answered by AI
  • Q2. Night shift comfortable or not
  • Ans. 

    Night shift can be comfortable depending on personal preferences and lifestyle.

    • Some people prefer night shifts for various reasons such as less traffic during commute, higher pay rates, or better work-life balance.

    • Others may find it challenging to adjust to a nocturnal schedule and experience disruptions in their sleep patterns.

    • It's important to consider individual preferences and lifestyle factors when determining if

  • Answered by AI
  • Q3. Flexible working hours?
  • Ans. 

    Yes, flexible working hours are available for this position.

    • Flexible working hours allow for better work-life balance

    • Employees can adjust their schedules to accommodate personal needs

    • May include options for remote work or compressed work weeks

  • Answered by AI
  • Q4. What is your next 5 year goal?
  • Ans. 

    My goal is to become a skilled professional in my chosen field, advance in my career, and contribute positively to the company's success.

    • Continue learning and improving my skills through on-the-job training and additional courses

    • Seek opportunities for advancement within the company

    • Set specific career milestones to track progress and stay motivated

  • Answered by AI
  • Q5. Will you accept full time role if offered?
  • Ans. 

    Yes, I am open to accepting a full-time role if offered.

    • I am open to the possibility of transitioning to a full-time role if it aligns with my career goals and the company's needs.

    • I am committed to growing within the company and taking on more responsibilities.

    • I understand the importance of gaining experience and advancing my skills in a full-time position.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient

Apprenticeship Trainee Interview Questions asked at other Companies

Q1. What is the circuit breaker.circuit breaker protect by short circuit
View answer (8)

Get interview-ready with Top Birlasoft Interview Questions

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

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

Round 1 - Assignment 

Basic and easy . Aptitude + CS fundamentals

Round 2 - HR 

(1 Question)

  • Q1. Basic HR Questions
Round 3 - Technical 

(4 Questions)

  • Q1. Basic questions from Your resume.
  • Q2. Basic OOPs Concept (4 piler of OOPS)
  • Q3. SQL Query(Basic from Table)
  • Q4. One basic programming Questions

Apprentice Trainee Interview Questions asked at other Companies

Q1. # Modes of heat transfer and how do they work? #Thermodynamics #performance curve of pump #priming (pump)
View answer (3)

Software Engineer Interview Questions & Answers

user image Abhishek Gupta

posted on 18 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap Working
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Collision handling is important in Hashmap to deal with multiple keys mapping to the same index.

    • Example: HashMap map = new HashMap<>(); m

  • Answered by AI
  • Q2. Collections questions and overridding coding questions

Skills evaluated in this interview

Top Birlasoft Software Engineer Interview Questions and Answers

Q1. Write a program given String s="rao2022"; Integer int=22,Add two numbers and print result on output A)String s1=s.replaceall("[a-z]",""); Int a=Integer.parseint(s1); Int result=a+b; System.out.println(result);
View answer (2)

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 (169)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. I have added the questions below
  • Q2. I have added thebelow

Interview Preparation Tips

Interview preparation tips for other job seekers - 1) Write controller class and logic for getting list of employees for the given url:

URL given - http://localhost:8080/employees/salaryRange?=50000

2)Write sql query to find out the employees whose salary falls between a particular salary range.

3)How do we handle exceptions in controller class in springboot.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions regarding basics java, springboot questions.
Round 2 - Technical 

(1 Question)

  • Q1. About project ,and situational based questions
Round 3 - One-on-one 

(1 Question)

  • Q1. It was a technomanagerial round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well you can clear the interview

Top Birlasoft Technical Specialist Interview Questions and Answers

Q1. How many years of experience in Linux System Administrator?
View answer (1)

Technical Specialist Interview Questions asked at other Companies

Q1. What are the features of Solar wind which you are aware of?
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Were asked simple questions on pyspake and SQL concepts

Data Engineer 1 Interview Questions asked at other Companies

Q1. What are joins and types, number of cols after all types of joins...
View answer (1)

Birlasoft Interview FAQs

How many rounds are there in Birlasoft interview?
Birlasoft interview process usually has 2-3 rounds. The most common rounds in the Birlasoft interview process are Technical, HR and Resume Shortlist.
How to prepare for Birlasoft 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 Birlasoft. The most common topics and skills that interviewers at Birlasoft expect are SQL, Troubleshooting, Javascript, Oracle and Python.
What are the top questions asked in Birlasoft interview?

Some of the top questions asked at the Birlasoft interview -

  1. According to you, which is the most difficult part of Project Management? Stak...read more
  2. Write a program given String s="rao2022"; Integer int=22,Add two numbers and pr...read more
  3. What is agile? How you trained your team for agile development? What action ite...read more
How long is the Birlasoft interview process?

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

Tell us how to improve this page.

Birlasoft Interview Process

based on 243 interviews

Interview experience

4
  
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
DXC Technology Interview Questions
3.7
 • 813 Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
View all

Birlasoft Reviews and Ratings

based on 2.9k reviews

3.6/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.2

Salary

3.5

Job security

3.4

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 2.9k Reviews and Ratings
Software Developer
1.5k salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

Technical Specialist
1.1k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Technical Lead
1.1k salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Software Engineer
1.1k salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Explore more salaries
Compare Birlasoft with

Accenture

3.8
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Wipro

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