Upload Button Icon Add office photos
Engaged Employer

i

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

Coforge Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 4.6k Reviews

Filter interviews by

Coforge Team Lead Interview Questions and Answers

Updated 10 Apr 2024

Coforge Team Lead Interview Experiences

3 interviews found

Team Lead Interview Questions & Answers

user image Madu Biradar

posted on 11 Mar 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. String based question.
  • Q2. Hashmap based question and internal working of hash map. Streams
Round 2 - One-on-one 

(1 Question)

  • Q1. Java stream apis
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion n notice period

Team Lead Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2023. There were 3 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 - Aptitude Test 

Which purely based on GK, Maths

Round 3 - HR 

(2 Questions)

  • Q1. Introduction, need of this job
  • Q2. About coforge and why Coforge

Interview Preparation Tips

Interview preparation tips for other job seekers - Please try if you have experience

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 13 Sep 2022

Round 1 - One-on-one 

(1 Question)

  • Q1. Should have the knowledge to explain yourself what you were doing in previous organisation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Apptitude questions keep on changing and i cannot share that here.

Team Lead Jobs at Coforge

View all

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about yourself.
  • Ans. 

    Experienced team lead with strong communication and problem-solving skills.

    • Over 5 years of experience leading teams in various industries

    • Skilled in conflict resolution and team motivation

    • Excellent communication and interpersonal skills

    • Proven track record of meeting and exceeding team goals

    • Strong problem-solving abilities, able to think quickly on my feet

  • Answered by AI
  • Q2. Past experience, metrics dealt with.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Same questions from round 1.
  • Q2. A bit of personal background.
Round 3 - One-on-one 

(1 Question)

  • Q1. Past experience and metrics dealt with.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Performance optimisation
Round 2 - Technical 

(1 Question)

  • Q1. Lods,parameters
Round 3 - Behavioral 

(2 Questions)

  • Q1. Sql queries on analytical queries
  • Q2. Different constraints and join methods
  • Ans. 

    Different constraints and join methods in database queries

    • Constraints in database queries ensure data integrity and enforce rules on data

    • Join methods in database queries are used to combine rows from two or more tables based on a related column between them

    • Examples of constraints include primary key, foreign key, unique key, and check constraints

    • Examples of join methods include inner join, outer join (left, right, full

  • Answered by AI
Round 4 - Coding Test 

It was mostly on sub queries.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Waste of time to go Mphasis
  • Ans. 

    It depends on individual circumstances and career goals.

    • Going to Mphasis may not be a waste of time if it aligns with your career goals and offers valuable experience.

    • Consider factors such as job role, growth opportunities, work culture, and learning potential before making a decision.

    • Some people may find Mphasis to be a valuable stepping stone in their career, while others may not see it as beneficial.

    • Ultimately, the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There is an individual named Anoop Prabhakar who serves as the Operations Manager for Project Money. He often displays a negative attitude toward employees and engages in verbal harassment. Upon joining the company, you may feel insecure about your job and may want to leave as soon as possible because of him; however, Mphasis has not removed him for various reasons, and he has the authority to hire and fire employees without justification.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a join in sql
  • Ans. 

    A SQL join is used to combine rows from two or more tables based on a related column between them.

    • Use the JOIN keyword to specify the tables to be joined

    • Use the ON keyword to specify the column to join on

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

  • Answered by AI
  • Q2. Java related many questions
Round 2 - Technical 

(2 Questions)

  • Q1. Explain your project in details
  • Q2. Write 2 any joins in sql
  • Ans. 

    Two common SQL joins are INNER JOIN and LEFT JOIN.

    • INNER JOIN: Returns rows when there is at least one match in both tables.

    • LEFT JOIN: Returns all rows from the left table and the matched rows from the right table.

  • Answered by AI

Skills evaluated in this interview

Team Lead Interview Questions & Answers

UST user image Anonymous

posted on 29 Nov 2024

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

(2 Questions)

  • Q1. How are you doing
  • Q2. Which was your previous institution
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. HOW JVM works ?
  • Ans. 

    JVM is a virtual machine that executes Java bytecode. It manages memory, provides security, and facilitates garbage collection.

    • JVM loads the bytecode generated by the Java compiler and interprets it.

    • It uses Just-In-Time (JIT) compilation to improve performance by compiling frequently used code into native machine code.

    • JVM manages memory through garbage collection, freeing up memory occupied by objects that are no longe...

  • Answered by AI
  • Q2. Hash Map internal working?
  • Ans. 

    Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hash Map provides constant time complexity O(1) for insertion,

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is stereo annotation ?
  • Ans. 

    Stereo annotation is the process of labeling or tagging images or videos with depth information to create a 3D effect.

    • Stereo annotation involves identifying corresponding points in a pair of images or frames to determine depth perception.

    • It is commonly used in computer vision tasks such as object detection, tracking, and scene understanding.

    • Examples of stereo annotation include creating depth maps for autonomous drivin

  • Answered by AI
  • Q2. Muti threading.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic java 8 questions

Coforge Interview FAQs

How many rounds are there in Coforge Team Lead interview?
Coforge interview process usually has 2-3 rounds. The most common rounds in the Coforge interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for Coforge 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 Coforge. The most common topics and skills that interviewers at Coforge expect are Team Leading, Team Handling, Investment Banking, J2Ee and Target Achievement.
What are the top questions asked in Coforge Team Lead interview?

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

  1. Hashmap based question and internal working of hash map. Stre...read more
  2. String based questi...read more
  3. Java stream a...read more

Tell us how to improve this page.

Coforge Team Lead Interview Process

based on 4 interviews

Interview experience

2.8
  
Poor
View more

Team Lead Interview Questions from Similar Companies

TCS Team Lead Interview Questions
3.7
 • 35 Interviews
Wipro Team Lead Interview Questions
3.7
 • 25 Interviews
UST Team Lead Interview Questions
3.8
 • 7 Interviews
View all
Coforge Team Lead Salary
based on 301 salaries
₹12.4 L/yr - ₹20 L/yr
44% more than the average Team Lead Salary in India
View more details

Coforge Team Lead Reviews and Ratings

based on 25 reviews

4.1/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.1

Salary

4.0

Job security

3.8

Company culture

3.1

Promotions

3.9

Work satisfaction

Explore 25 Reviews and Ratings
Hiring For Team Leader- Investment & Wealth Management

Gurgaon / Gurugram

4-8 Yrs

₹ 3-7.5 LPA

Explore more jobs
Senior Software Engineer
4.9k salaries
unlock blur

₹6.3 L/yr - ₹26 L/yr

Technical Analyst
2.6k salaries
unlock blur

₹9.4 L/yr - ₹38.4 L/yr

Software Engineer
2k salaries
unlock blur

₹2.2 L/yr - ₹9.5 L/yr

Senior Test Engineer
1.8k salaries
unlock blur

₹4.6 L/yr - ₹19.5 L/yr

Technology Specialist
1.2k salaries
unlock blur

₹11.8 L/yr - ₹42 L/yr

Explore more salaries
Compare Coforge with

Capgemini

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Infosys

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