Upload Button Icon Add office photos

ICICI Bank

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

ICICI Bank Team Lead Interview Questions and Answers

Updated 3 Feb 2025

ICICI Bank Team Lead Interview Experiences

2 interviews found

Team Lead Interview Questions & Answers

user image Anonymous

posted on 3 Feb 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Group Discussion 

DPD DISCUSS AND NPA CASES DISCUSS

Team Lead Interview Questions & Answers

user image Anonymous

posted on 3 Dec 2022

I applied via Referral

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. Question ask about previous job first
  • Q2. After that current work profile

Interview Preparation Tips

Interview preparation tips for other job seekers - I can not advice about interviewer who has taking the same.

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

Interview questions from similar companies

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

I applied via Company Website

Round 1 - HR 

(3 Questions)

  • Q1. Self introduction
  • Q2. I'm Laljee Kumar.I have bachalor Degree. "I'm Branch Manager at spandana Sfoorty ltd" "My job is Team leading, which essentially means ..." "I'm very glad to be here" "I'm excited to be a part of this gro...
  • Q3. Good Skills. ... Impressive target and 100% Achievements. ..
Round 2 - HR 

(1 Question)

  • Q1. Self introduction
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do you build a web performant app?
  • Ans. 

    To build a web performant app, focus on optimizing code, reducing server requests, using caching, and optimizing images.

    • Optimize code by minimizing unnecessary functions and variables

    • Reduce server requests by combining files, using CDNs, and lazy loading

    • Utilize caching to store data locally and reduce load times

    • Optimize images by resizing, compressing, and using modern formats like WebP

  • Answered by AI
  • Q2. What data structure you want to use for returning database records and why?
  • Ans. 

    I would use an array data structure for returning database records as it allows for easy access and manipulation of individual records.

    • Arrays provide O(1) access time for individual records, making it efficient for returning database records.

    • Arrays allow for easy iteration over all records to perform operations such as filtering or sorting.

    • Arrays can easily be converted to JSON or other data formats for returning to th...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Hiring manager was late to interview.
  • Q2. Do not join such organisations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Got a call from hiring manager (not from hr department). Discussed the date and timings for f2f interview.

On reaching upto location as discussed, said he/she hiring manager was not present in office only and he/she hiring manager wanted me to be on time for interview.

While I was waiting around 1.30 hrs and called multiple time he/she manager to confirm about his/her status to venue.

As a result, said manager was in office lately and did not had any courtesy to call back me or quickly attend F2F interview.

I was shocked to see such a behaviour from a private established bank where hiring process is not equipped with proper mechanism and God knows what hr departments are doing.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell about myself and background
  • Q2. Salary expectations for this role
Round 2 - Assignment 

Email writing, English aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Project presentation after one hour of demo session

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold for everything
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Apna Jobs and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Topics to prepare for Kotak Mahindra Bank Team Lead interview:
  • Wordpress
  • Banking
  • Deta entry

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. BASIC LOAN PROCESS
  • Q2. Marketing

Interview Preparation Tips

Interview preparation tips for other job seekers - It's unofficial role..multiple loan

Team Lead Interview Questions & Answers

HDFC Bank user image Sakshi Bankar

posted on 17 May 2024

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

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

Round 1 - Nothing 

(5 Questions)

  • Q1. Your job requirements
  • Q2. Any experience for this job
  • Q3. Your education with stream
  • Ans. 

    Bachelor's in Computer Science

    • Bachelor's degree in Computer Science

    • Specialized in software development and programming languages

    • Relevant coursework in algorithms, data structures, and software engineering

    • Hands-on experience with coding projects and internships

  • Answered by AI
  • Q4. What type of job role are you looking
  • Q5. What kye skill do you have ?

I applied via Campus Placement and was interviewed in Apr 2022. 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 - Coding Test 

There were 2 question:-
1. array(easy to medium)
2. Graph(easy to medium)

Round 3 - Technical 

(2 Questions)

  • Q1. Q1. Explain joins and their type?
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables

    • Cross join returns the Cartesian product of both tables

  • Answered by AI
  • Q2. Q2. what is normalization?
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables.

    • Each table should have a primary key and only contain data that is related to that key.

    • Normalization helps to prevent data inconsistencies and anomalies.

    • There are different levels of normalization, with each level building on t...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Bank of America Team Lead interview:
  • SQL
Interview preparation tips for other job seekers - if you are appling for Data Analyst role be sure to have good understanding of SQL and able to write SQL queries.

Skills evaluated in this interview

ICICI Bank Interview FAQs

How many rounds are there in ICICI Bank Team Lead interview?
ICICI Bank interview process usually has 1-2 rounds. The most common rounds in the ICICI Bank interview process are Resume Shortlist, One-on-one Round and Group Discussion.
How to prepare for ICICI Bank 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 ICICI Bank. The most common topics and skills that interviewers at ICICI Bank expect are Team Leading, Python, phone banking, Big Data and Data Science.

Tell us how to improve this page.

ICICI Bank Team Lead Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more
ICICI Bank Team Lead Salary
based on 791 salaries
₹0.7 L/yr - ₹10.3 L/yr
36% less than the average Team Lead Salary in India
View more details

ICICI Bank Team Lead Reviews and Ratings

based on 166 reviews

4.1/5

Rating in categories

4.0

Skill development

3.8

Work-life balance

3.6

Salary

4.0

Job security

3.8

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 166 Reviews and Ratings
Deputy Manager
15.5k salaries
unlock blur

₹2 L/yr - ₹10.8 L/yr

Relationship Manager
12.9k salaries
unlock blur

₹2.5 L/yr - ₹11.5 L/yr

Assistant Manager
10.2k salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Manager
4.8k salaries
unlock blur

₹5.5 L/yr - ₹18.5 L/yr

Senior Officer
3.4k salaries
unlock blur

₹1.1 L/yr - ₹6 L/yr

Explore more salaries
Compare ICICI Bank with

HDFC Bank

3.9
Compare

Axis Bank

3.8
Compare

State Bank of India

3.8
Compare

Kotak Mahindra Bank

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