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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Decorators, generators,

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

Simple array questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Difference between spring jpa and hibernate
  • Ans. 

    Spring JPA is a part of the Spring framework that provides an abstraction layer on top of JPA, while Hibernate is a standalone ORM framework.

    • Spring JPA is a part of the Spring framework and provides additional features like transaction management, dependency injection, and aspect-oriented programming.

    • Hibernate is a standalone ORM framework that provides mapping between Java objects and database tables, along with featu...

  • Answered by AI
  • Q2. What is cyclic barrier
  • Ans. 

    Cyclic barrier is a synchronization aid that allows a set of threads to wait for each other to reach a common barrier point.

    • Cyclic barrier is similar to CountDownLatch but can be reused after the barrier point is reached.

    • It is initialized with a count of the number of threads that must invoke await() before the barrier is tripped.

    • Threads wait at the barrier until all threads have invoked await(), then the barrier is re...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics of coding.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Find smallest positive integer in an array which is missing in the array

Round 2 - Technical 

(2 Questions)

  • Q1. What is cyclic barrier ?
  • Ans. 

    Cyclic barrier is a synchronization aid that allows a set of threads to wait for each other to reach a common barrier point.

    • Cyclic barrier is similar to CountDownLatch but can be reused after the waiting threads are released.

    • It is initialized with a count of the number of threads that must invoke await() before the barrier is tripped.

    • Threads wait at the barrier until all threads have invoked await(), then the barrier i...

  • Answered by AI
  • Q2. Spring JPA vs Hibernate
  • Ans. 

    Spring JPA is a part of the Spring Data project that makes it easier to work with JPA. Hibernate is a popular ORM framework.

    • Spring JPA is a higher level abstraction on top of JPA, providing more features and simplifying development.

    • Hibernate is a powerful ORM framework that provides mapping between Java objects and database tables.

    • Spring JPA can be used with Hibernate as the underlying ORM provider.

    • Hibernate offers mor...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Current Roles and responsibilities
  • Ans. 

    As a Technical Lead, my current roles and responsibilities include overseeing the technical aspects of projects, providing guidance to team members, and ensuring successful project delivery.

    • Overseeing technical aspects of projects

    • Providing guidance to team members

    • Ensuring successful project delivery

  • Answered by AI
  • Q2. Willing to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a challenging role that aligns with my career goals.

    • I have relocated for previous job opportunities and have found it to be a positive experience.

    • I understand the importance of being flexible and adaptable in today's job market.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and positive

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2022. There were 5 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 

(1 Question)

  • Q1. Basics of related technology and coding questions related to basic operations of array string
Round 3 - Technical 

(1 Question)

  • Q1. Tech 2 round is more about concept
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager round not technical
Round 5 - HR 

(1 Question)

  • Q1. Formal discussion ,salary negotiation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a linked list.
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Nodes contain data and a reference to the next node

    • Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)

    • Example: Node 1 -> Node 2 -> Node 3

  • Answered by AI
  • Q2. Find the middle node of a linked list.
  • Ans. 

    To find the middle node of a linked list, use the slow and fast pointer technique.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.

    • The node pointed to by the slow pointer at this point will be the middle node.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How do you handle conflict between manager and developer
  • Ans. 

    Addressing conflict between manager and developer requires open communication, understanding both perspectives, and finding a mutually beneficial solution.

    • Encourage open communication between the manager and developer to understand each other's perspectives and concerns.

    • Facilitate a meeting to discuss the conflict and find common ground or compromises.

    • Seek to understand the underlying reasons for the conflict and addre...

  • Answered by AI
  • Q2. Where do you see yourself in next 5 years

Skills evaluated in this interview

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

Coding and concepts of data science

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic knowledge of your skills
  • Q2. Scenario based questions.
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. SQL technical question.
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion, joining date negotiation and Joining Bonus.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perfect and ready with your skills whatever you have.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mix of coding, theory and design questions

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
556 salaries
unlock blur

₹1.5 L/yr - ₹6.3 L/yr

Software Engineer
523 salaries
unlock blur

₹2 L/yr - ₹11.5 L/yr

Associate Software Engineer
224 salaries
unlock blur

₹2 L/yr - ₹5.1 L/yr

Senior Software Engineer
164 salaries
unlock blur

₹7.3 L/yr - ₹25.2 L/yr

Softwaretest Engineer
153 salaries
unlock blur

₹2 L/yr - ₹9.5 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