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 Team Lead Interview Questions and Answers

Updated 26 Jun 2024

Birlasoft Team Lead Interview Experiences

3 interviews found

Team Lead Interview Questions & Answers

user image Varrey Drao

posted on 26 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on angular and type script

Team Lead Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2023

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

I applied via Referral and was interviewed before Jan 2022. There were 2 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 

(2 Questions)

  • Q1. Salary was discussed and both fixed and variable were decided.
  • Q2. My previous salary was discussed.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in technical skills. And strong in the your field.

Team Lead Interview Questions Asked at Other Companies

Q1. write a java program to get maxing profit by buying and selling a ... read more
Q2. 1: What does Test Strategy means ? Test strategy is a document wh ... read more
asked in Delhivery
Q3. How will you calculate volume of a shipment?
Q4. 1) What happens when two positively charged material is placed to ... read more
Q5. A baseball bat and a ball cost 110together, and the bat costs 100 ... read more

Team Lead Interview Questions & Answers

user image Anonymous

posted on 11 Feb 2021

I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Explain current roles and Responsibilities of your current Organization?
  • Q2. Juniper SRX packet processing and details?
  • Q3. Explain any critical P1 kind issue ? How did you fix it and root cause?
  • Ans. 

    Resolved critical P1 issue related to server downtime

    • Identified root cause as a hardware failure in the server

    • Coordinated with IT team to replace faulty hardware and restore server functionality

    • Implemented measures to prevent similar issues in the future, such as regular hardware maintenance checks

    • Communicated updates and progress to stakeholders to ensure transparency and minimize impact on business operations

  • Answered by AI
  • Q4. Nexus VDC and VPC.
  • Q5. Cisco ASA, Access list, packet tracer

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good and less time consuming. I got confirmation 2 days after technical round interview.
Salary Part needs to be taken care.Very Complex components with very less support from HR both at the time of joining and after.
Atleast for Technical People they should go beyond their upper salary cap. Team selection is very good.A good mixture of different technical expertise.
Also they should focus on investing in more to groom current manpower. Very less or complex learning or training or certification reimbursement policy. Very less or No scope of On Site Projects but in COVID era WFH is like a saviour and I hope BirlaSoft continues with WFH.

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. AR integration in unity 3D
  • Ans. 

    AR integration in Unity 3D allows for immersive experiences by overlaying digital content onto the real world.

    • Unity's AR Foundation package provides a cross-platform solution for AR development

    • ARCore and ARKit are supported by AR Foundation for Android and iOS devices respectively

    • Vuforia is another popular AR platform that can be integrated with Unity

    • AR integration requires a camera and sensors to track the user's envi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication has to be priority.
Interviewer are pretty friendly. Be honest.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. IMS, Diameter, SIP, Deployment, Testing
Round 2 - Technical 

(1 Question)

  • Q1. How to check signal in lab during testing?
  • Ans. 

    Signal can be checked in lab during testing using various equipment and techniques.

    • Use oscilloscope to measure voltage and frequency of signal

    • Use spectrum analyzer to analyze frequency spectrum of signal

    • Use signal generator to generate and test signals

    • Use multimeter to measure signal strength and continuity

    • Use logic analyzer to analyze digital signals

    • Perform signal integrity testing to ensure signal quality

    • Use simulati...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your knowledge and experience...

Interview Questionnaire 

1 Question

  • Q1. Interviewer asked about DevOps tools and AKS deployment approach.

Interview Preparation Tips

Interview preparation tips for other job seekers - One would need to prepare Azure release approach and AKS ACR and Docker.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. 1Asked to write a Program based on arrays to get all the negatives at one side and positives at other
  • Q2. About multiple DB configurations in Spring Boot

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Java 8, multithreading, design patterns, spring, micro services
  • Q2. CICD pilelines

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly switch on video if you want candidate to switch their video
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Swift advanced topic
  • Q2. Memory management related questions
  • Q3. Team management related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good experience for interview process..
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(6 Questions)

  • Q1. Is live data is life cycle aware. If it's aware what does ViewModel do?
  • Ans. 

    Yes

    • LiveData is lifecycle aware and can be used to observe changes in data.

    • ViewModel provides a way to store and manage UI-related data across configuration changes.

    • ViewModel can hold LiveData objects to provide data to the UI.

    • LiveData and ViewModel work together to ensure data consistency and prevent memory leaks.

  • Answered by AI
  • Q2. How does viewmodel survive when activity is destroyed on configuration?
  • Ans. 

    The ViewModel survives configuration changes by being retained by the system.

    • ViewModels are designed to survive configuration changes like screen rotations or language changes.

    • When an activity is destroyed and recreated, the ViewModel is not destroyed and retains its data.

    • The ViewModel is associated with the activity's lifecycle and is retained until the activity is finished.

    • The retained ViewModel instance can be acces...

  • Answered by AI
  • Q3. Advantage of mvp over mvc.
  • Ans. 

    MVP offers better separation of concerns and easier unit testing compared to MVC.

    • MVP separates the presentation layer from the business logic, making it easier to maintain and modify the codebase.

    • MVP allows for easier unit testing as the presenter can be tested independently from the view.

    • MVP provides better decoupling between components, enabling easier code reuse and scalability.

    • MVP promotes a clear separation of con...

  • Answered by AI
  • Q4. How does SSL pinning works?
  • Ans. 

    SSL pinning is a security technique that ensures a client only communicates with a server using a pre-defined public key.

    • SSL pinning involves hardcoding the server's public key in the client's code or configuration.

    • During the SSL handshake, the client checks if the server's public key matches the pinned key.

    • If the keys match, the connection is established; otherwise, it is rejected.

    • Pinning prevents man-in-the-middle at

  • Answered by AI
  • Q5. How do you achieve data security when saving data persistanly.
  • Ans. 

    Data security can be achieved through encryption, access controls, backups, and regular security audits.

    • Encrypt sensitive data using strong encryption algorithms.

    • Implement access controls to restrict unauthorized access to the data.

    • Regularly backup the data to prevent data loss.

    • Conduct regular security audits to identify and fix vulnerabilities.

    • Use secure protocols and communication channels for data transfer.

    • Implement...

  • Answered by AI
  • Q6. Where to save encription key?
  • Ans. 

    Encryption keys should be securely stored in a separate key management system.

    • Encryption keys should not be stored alongside the encrypted data.

    • Use a dedicated key management system (KMS) to store and manage encryption keys.

    • Implement strong access controls and authentication mechanisms for the KMS.

    • Consider using hardware security modules (HSMs) for added security.

    • Regularly rotate encryption keys to minimize the impact

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your current implementation projected thoroughly.

Skills evaluated in this interview

Birlasoft Interview FAQs

How many rounds are there in Birlasoft Team Lead interview?
Birlasoft interview process usually has 1-2 rounds. The most common rounds in the Birlasoft interview process are Technical and Resume Shortlist.
How to prepare for Birlasoft Team Lead 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 Team Leading, Troubleshooting, Networking, Active Directory and Linux.
What are the top questions asked in Birlasoft Team Lead interview?

Some of the top questions asked at the Birlasoft Team Lead interview -

  1. Explain any critical P1 kind issue ? How did you fix it and root cau...read more
  2. Juniper SRX packet processing and detai...read more
  3. Cisco ASA, Access list, packet tra...read more

Tell us how to improve this page.

Birlasoft Team Lead Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Birlasoft Team Lead Salary
based on 324 salaries
₹8 L/yr - ₹27.5 L/yr
99% more than the average Team Lead Salary in India
View more details

Birlasoft Team Lead Reviews and Ratings

based on 36 reviews

3.6/5

Rating in categories

3.1

Skill development

3.4

Work-life balance

3.2

Salary

3.2

Job security

3.0

Company culture

2.8

Promotions

3.0

Work satisfaction

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

₹2.5 L/yr - ₹11.2 L/yr

Senior Software Engineer
1.2k salaries
unlock blur

₹5.9 L/yr - ₹24 L/yr

Technical Specialist
1.2k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Software Engineer
1.1k salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Technical Lead
1.1k salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Explore more salaries
Compare Birlasoft with

Accenture

3.8
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Wipro

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