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
3.6

based on 2.8k Reviews

Filter interviews by

Birlasoft Interview Questions, Process, and Tips

Updated 23 Jan 2025

Top Birlasoft Interview Questions and Answers

View all 192 questions

Birlasoft Interview Experiences

Popular Designations

287 interviews found

Apprentice Interview Questions & Answers

user image Anonymous

posted on 24 Dec 2024

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

Online MCQ test of dbms c java oops and aptitude

Round 2 - HR 

(1 Question)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in business administration and a passion for marketing.

    • Recent graduate with a degree in business administration

    • Passionate about marketing

    • Strong communication and organizational skills

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in business administration and a passion for marketing and sales.

    • Recent graduate with a degree in business administration

    • Passionate about marketing and sales

    • Strong communication and interpersonal skills

    • Experience in customer service and retail sales

  • Answered by AI
  • Q2. Tell me about your project which you have done in final year
  • Ans. 

    Developed a mobile application for tracking daily water intake and hydration levels

    • Researched the importance of hydration for overall health

    • Designed user-friendly interface for inputting water intake

    • Implemented reminders and notifications to encourage regular hydration

    • Conducted user testing to gather feedback for improvements

  • Answered by AI
  • Q3. What is inheritance explain its type
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Inheritance allows for code reusability and promotes the concept of hierarchy in programming.

    • There are different types of inheritance such as single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Example: A 'Car' class can inherit attributes and methods fro...

  • Answered by AI
  • Q4. SQL query related questions

Apprentice Interview Questions asked at other Companies

Q1. 3. What do you know about artificial intelligence and Machine learning?
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Technical introduction like explain last project.
  • Q2. Basic Oracle Apex like Interactive report, Authentication, Dynamic Action, what Apex version you have worked.
  • Q3. What new features are introduced in Apex latest version.
  • Ans. 

    Apex latest version introduces new features like Lightning Web Components, Apex Recipes, and improved debugging capabilities.

    • Lightning Web Components allow developers to build reusable components using modern web standards like JavaScript and HTML.

    • Apex Recipes provide pre-built code snippets for common use cases, making development faster and easier.

    • Improved debugging capabilities include enhanced error messages and be

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. How to handle performance issue in Oracle Apex.
  • Ans. 

    Performance issues in Oracle Apex can be handled by optimizing SQL queries, reducing network latency, and caching data.

    • Optimize SQL queries by using indexes, reducing unnecessary joins, and avoiding full table scans.

    • Reduce network latency by minimizing the number of round trips between the client and server.

    • Cache data to reduce the need for repeated database queries and improve response times.

  • Answered by AI
  • Q2. About apex collection.
  • Q3. About apex liberary
  • Q4. Difference between Server side condition, client side condition
  • Ans. 

    Server side condition is evaluated on the server before the page is sent to the client, while client side condition is evaluated on the client side after the page is received.

    • Server side condition is processed on the server before the page is rendered to the client

    • Client side condition is processed on the client's browser after the page is received

    • Server side conditions are typically used for security and data validati...

  • Answered by AI
  • Q5. What is Authorization and Authentication.
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what actions they are allowed to perform.

    • Authentication confirms the identity of a user through credentials like passwords or biometrics.

    • Authorization determines the level of access a user has to resources or actions.

    • Examples: Logging into a system with a username and password is authentication. Being able to view/edit specific files based o

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Expected salary
  • Ans. 

    My expected salary is negotiable and dependent on the overall compensation package offered.

    • My expected salary is based on my experience, skills, and the responsibilities of the role.

    • I am open to discussing the salary range during the interview process.

    • I am looking for a competitive salary that reflects my qualifications and contributions to the company.

  • Answered by AI
  • Q2. Preferred location
  • Ans. 

    I am open to relocation for the right opportunity.

    • Open to various locations based on job requirements

    • Prefer locations with good work-life balance

    • Interested in exploring new cities or countries for work

  • Answered by AI
  • Q3. How early you can join
  • Ans. 

    I can join within 2 weeks of receiving a job offer.

    • I can start within 2 weeks of receiving a job offer

    • My current notice period is 2 weeks

    • I am available to start immediately

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's not very hard to crack Oracle Apex developer position if you are good in Sql and plsql.
You can prepare mostly Apex questions from Google itself. Try to go through general questions available on Google.

Skills evaluated in this 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)

Software Developer Interview Questions & Answers

user image Kwaab Ki duniya

posted on 7 Nov 2024

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

(2 Questions)

  • Q1. Explain sldc architecture
  • Ans. 

    SDLC architecture stands for Software Development Life Cycle architecture, which is a process used in software development to design, develop, and test software applications.

    • SDLC architecture involves planning, designing, coding, testing, and deploying software applications.

    • It helps in ensuring that the software development process is organized and efficient.

    • Common SDLC models include Waterfall, Agile, and DevOps.

    • Each ...

  • Answered by AI
  • Q2. Explain DBMS and its needs
  • Ans. 

    DBMS stands for Database Management System, it is a software that manages databases and allows users to interact with them.

    • DBMS is used to create, retrieve, update, and manage data in databases.

    • It provides a way to store and organize data efficiently.

    • DBMS ensures data integrity, security, and consistency.

    • Examples of DBMS include MySQL, Oracle, SQL Server, and PostgreSQL.

  • Answered by AI

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a JDE Functional Consultant with 5 years of experience in implementing and supporting JD Edwards ERP systems.

    • 5 years of experience in implementing and supporting JD Edwards ERP systems

    • Strong knowledge of JDE modules such as Finance, Distribution, and Manufacturing

    • Experience in gathering business requirements and translating them into functional specifications

    • Skilled in conducting user training and providing post-i...

  • Answered by AI
  • Q2. What is your role in current organisation?
  • Ans. 

    I am responsible for implementing and supporting JDE applications in my current organization.

    • Implementing and configuring JDE applications based on business requirements

    • Providing support and troubleshooting for JDE users

    • Collaborating with business stakeholders to gather requirements and design solutions

    • Training end users on JDE functionality and best practices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be honest with your answer.

Birlasoft interview questions for popular designations

 Software Developer

 (21)

 Software Engineer

 (12)

 Technical Specialist

 (11)

 Consultant

 (10)

 Senior Software Developer

 (10)

 Senior Software Engineer

 (10)

 Technical Lead

 (10)

 Java Developer

 (8)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Life cycle hooks in Angular
  • Ans. 

    Life cycle hooks in Angular are methods that allow you to tap into the lifecycle of a component or directive.

    • ngOnChanges - called when an input property changes

    • ngOnInit - called once when the component is initialized

    • ngDoCheck - called during every change detection run

    • ngAfterContentInit - called after content (ng-content) has been projected into the component

    • ngAfterContentChecked - called after every check of the projec...

  • Answered by AI
  • Q2. Explain Interception in Angular
  • Ans. 

    Interception in Angular allows you to intercept and modify HTTP requests and responses.

    • Interceptors are services that can be used to intercept HTTP requests and responses

    • They can be used to add headers, modify requests, handle errors, etc.

    • Example: Adding an authorization token to every outgoing request

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain your previous project.
  • Q2. Some question from cicd
Round 3 - HR 

(1 Question)

  • Q1. How soon you can join

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Get interview-ready with Top Birlasoft Interview Questions

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

Aptitude and Logical reasonong

Round 2 - Coding Test 

Sql , front end , python

Round 3 - HR 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. Define the role and why

Interview Preparation Tips

Interview preparation tips for other job seekers - hustle hard

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)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Jamf, EUC, VVIP support Networking and infrastructure.
  • Q2. Team lead relationship with colleagues.
Round 2 - One-on-one 

(2 Questions)

  • Q1. What you know. Share more details about work.
  • Q2. Related to past experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Birlasoft is very know IT company but from inside it is mismanaged. Managers don’t take responsibility and provide support to team members.

Senior Team Leader Interview Questions asked at other Companies

Q1. How will u manage with low bandwidth and excessive target to achieve EOD.
View answer (1)

Technical Engineer interview

user image edu-mania

posted on 25 Nov 2021

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 (2)

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 232 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
KPIT Technologies Interview Questions
3.5
 • 293 Interviews
View all

Birlasoft Reviews and Ratings

based on 2.8k 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.8k 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 - ₹24 L/yr

Technical Lead
1.1k salaries
unlock blur

₹10 L/yr - ₹33.8 L/yr

Software Engineer
1.1k salaries
unlock blur

₹2.5 L/yr - ₹10.6 L/yr

Technical Specialist
1.1k salaries
unlock blur

₹8 L/yr - ₹29 L/yr

Explore more salaries
Compare Birlasoft with

Accenture

3.9
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Wipro

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