Upload Button Icon Add office photos

Filter interviews by

People Tech Group Team Lead Interview Questions and Answers

Updated 1 Nov 2021

People Tech Group Team Lead Interview Experiences

1 interview found

Team Lead Interview Questions & Answers

user image Anonymous

posted on 1 Nov 2021

I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. No technical questions were asked but asked for problem solving
  • Q2. Write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling onc...
  • Ans. 

    Java program to find maximum profit by buying and selling shares from a given set of values.

    • Iterate through the array of values and keep track of the minimum value seen so far.

    • Calculate the difference between the current value and the minimum value, and update the maximum profit if necessary.

    • Return the maximum profit obtained.

  • Answered by AI
  • Q3. Reverse a linkedlist in groups of given set size
  • Ans. 

    Reverse a linkedlist in groups of given set size

    • Iterate through the linked list in groups of given size

    • Reverse each group using standard linked list reversal technique

    • Connect the reversed groups to form the final linked list

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - they were asking more into the problem solving, in the given time only

Skills evaluated in this interview

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Started from c# basics,. net, Design patterns, Current project architecture, Angular questions, Security,

Interview Preparation Tips

Interview preparation tips for other job seekers - basics must be clear
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Questions spring, design patterns.
  • Q2. Tools used like jira, questions on agile scrum.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions on Core java, java 8 streams, two coding questions java, questions on spring boot, Rest api.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. 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 

(3 Questions)

  • Q1. Builder design pattern in java
  • Ans. 

    Builder design pattern is a creational design pattern used to construct complex objects step by step.

    • Builder pattern separates the construction of a complex object from its representation.

    • It allows the same construction process to create different representations of the object.

    • Useful when there are multiple ways to construct an object or when the object creation process is complex.

    • Example: StringBuilder in Java allows ...

  • Answered by AI
  • Q2. Docker, MQ series involved
  • Q3. JOIN Query with country , emp name
  • Ans. 

    JOIN query to retrieve country and employee name

    • Use JOIN keyword to combine data from multiple tables

    • Specify the columns to select from each table

    • Use ON keyword to specify the relationship between the tables

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - we need to work in depth in Design patterns , Micro services concepts

Skills evaluated in this interview

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is the Microservice Design Pattern? Spring Boot, Kafka, DI IC
  • Q2. REST Api, PUB SUB
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2023.

Round 1 - Technical 

(4 Questions)

  • Q1. All possible questions around Agile Scrum
  • Q2. Questions around Defect management
  • Q3. Questions around Risk assessment
  • Q4. Questions around Jira and HP ALM
Round 2 - HR 

(3 Questions)

  • Q1. Behavioural questions
  • Q2. Questions around relocation, settlement and fitment / comfortness in new city
  • Q3. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more on Agile Scrum processes, their possible scenario-based questions; Thorough preparation on defect management; CI/CD concepts ; REST APIs; Test management - planning and strategy; Effort estimations, metrics and reporting
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Basics of Java 8
  • Q2. Basics of Multithreading
  • Q3. Kafka topics/brokers
  • Q4. Streams coding question using groupingBy
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Java 8 programming and features

Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 features
  • Q2. Collection question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell us about yourself
  • Ans. 

    I am a seasoned technical lead with over 10 years of experience in leading software development teams and delivering high-quality products.

    • Over 10 years of experience in software development

    • Proven track record of leading successful development teams

    • Strong expertise in various programming languages and technologies

    • Excellent communication and problem-solving skills

  • Answered by AI
  • Q2. Lot of questions on SQL and Linux commands
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell us about yourself
  • Ans. 

    I am a seasoned technical lead with over 10 years of experience in leading software development teams and delivering high-quality products.

    • Over 10 years of experience in software development

    • Proven track record of leading successful development teams

    • Strong expertise in various programming languages and technologies

    • Excellent communication and problem-solving skills

  • Answered by AI
  • Q2. It was a manager round combined with some technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing much, stick to your basics and prepare all the concepts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - HR 

(6 Questions)

  • Q1. Tell me about your self
  • Q2. Basic manual testing question and scenarios
  • Q3. API workflow and http codes
  • Q4. Basic database join question
  • Q5. Selenium and BDD framework
  • Q6. Java Oops and programming

People Tech Group Interview FAQs

What are the top questions asked in People Tech Group Team Lead interview?

Some of the top questions asked at the People Tech Group Team Lead interview -

  1. write a java program to get maxing profit by buying and selling a share from a ...read more
  2. Reverse a linkedlist in groups of given set s...read more
  3. No technical questions were asked but asked for problem solv...read more

Tell us how to improve this page.

People Tech Group Team Lead Salary
based on 4 salaries
₹6 L/yr - ₹10 L/yr
15% less than the average Team Lead Salary in India
View more details

People Tech Group Team Lead Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Junior Software Engineer
582 salaries
unlock blur

₹1 L/yr - ₹6.3 L/yr

Software Engineer
527 salaries
unlock blur

₹2.8 L/yr - ₹13 L/yr

Associate Software Engineer
221 salaries
unlock blur

₹2 L/yr - ₹5.1 L/yr

Senior Software Engineer
166 salaries
unlock blur

₹7.5 L/yr - ₹27 L/yr

Softwaretest Engineer
160 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Explore more salaries
Compare People Tech Group with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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