Premium Employer

i

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

Tata 1mg Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tata 1mg Senior Team Leader Interview Questions and Answers for Experienced

Updated 18 May 2024

Tata 1mg Senior Team Leader Interview Experiences for Experienced

2 interviews found

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

I applied via Company Website and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Experience mostly last mile operations logistics operations
  • Ans. 

    I have extensive experience in last mile logistics operations, focusing on efficient and timely delivery to customers.

    • Managed last mile delivery operations for a large e-commerce company, ensuring on-time delivery to customers

    • Implemented route optimization strategies to reduce delivery times and costs

    • Worked closely with delivery drivers to improve efficiency and customer satisfaction

    • Utilized technology such as GPS trac...

  • Answered by AI

I applied via Naukri.com and was interviewed before Oct 2021. 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 - HR 

(2 Questions)

  • Q1. Previous Work Experience
  • Q2. Previous Company and Salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Just attend like normal interview and just be prepared for the job roles you are applying for.

Senior Team Leader Interview Questions Asked at Other Companies for Experienced

asked in NetAmbit
Q1. How will u manage with low bandwidth and excessive target to achi ... read more
asked in Udaan
Q2. What do u know about B2B or E-commerce process.
Q3. What is the definition of new natal how we can save to them
Q4. What are the Key Performance Indicators (KPIs) and Key Result Are ... read more
Q5. 1 team member is performing very well, but he is not discipline, ... read more

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. What do u know about B2B or E-commerce process.
  • Ans. 

    B2B or E-commerce process involves businesses buying and selling products or services online.

    • B2B stands for Business-to-Business, where businesses sell products or services to other businesses.

    • E-commerce process refers to the buying and selling of goods or services over the internet.

    • B2B e-commerce involves online transactions between businesses, such as manufacturers, wholesalers, and retailers.

    • It includes processes li...

  • Answered by AI
  • Q2. How will u reveal consumers behaviour
  • Q3. What do u know about udaan
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. Tell me about your self & education qualifications
  • Ans. 

    I am a highly motivated individual with a Bachelor's degree in Business Administration and over 5 years of experience in leadership roles.

    • Bachelor's degree in Business Administration

    • Over 5 years of experience in leadership roles

    • Strong communication and problem-solving skills

    • Proven track record of successfully leading teams to achieve goals

  • Answered by AI
  • Q2. Tell about you over all experience
  • Ans. 

    I have over 10 years of experience in leadership roles, with a strong focus on team development and achieving targets.

    • Led teams in various industries such as retail, hospitality, and customer service

    • Implemented strategies to improve team performance and productivity

    • Successfully met and exceeded targets consistently

    • Trained and mentored team members to enhance their skills and capabilities

  • Answered by AI
  • Q3. Why did you leave you last jobs
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for a new challenge and opportunity for growth

    • Seeking a position with more responsibility

    • Company downsizing led to job loss

  • Answered by AI
  • Q4. What do you know about MS. excel..? & show some practical example
Round 2 - One-on-one 

(4 Questions)

  • Q1. Self introductions
  • Q2. About educations & experience
  • Q3. Additional skills
  • Q4. Roles & responsibility

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for job interview based on company be confident
Round 1 - One-on-one 

(2 Questions)

  • Q1. About working experience and all
  • Q2. About Excel knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on your career this is not much exposure job here

I applied via IIM Jobs and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Advance SQL Questions.
  • Q2. Multiple Approaches in the SQL questions were seen. Some unconventional SQL Syntax was also asked.
  • Q3. Metrics Driven Case studies.
  • Q4. More number of solutions were seen instead of in depth implementation of 1 solution. Good Communication skills is judged.
  • Q5. Tell me something about yourself.
  • Ans. 

    I am a highly motivated and detail-oriented Business Analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Business Administration with a focus on analytics.

    • I have experience working with cross-functional teams to gather and analyze business requirements.

    • I am proficient in using tools such as Excel, SQL, and Tableau for data analysis and visualization.

    • I have successfully im...

  • Answered by AI
  • Q6. Why quit last job.
  • Ans. 

    Seeking better growth opportunities and work-life balance.

    • Limited growth prospects in previous role

    • Lack of work-life balance

    • Desire for new challenges and learning opportunities

    • Company culture misalignment

    • Relocation or commute issues

    • Better compensation or benefits elsewhere

  • Answered by AI
  • Q7. Why Meesho.
  • Ans. 

    Meesho is a leading e-commerce platform that empowers individuals to start their own online businesses.

    • Meesho provides a user-friendly platform for individuals to sell products online without any investment.

    • It offers a wide range of products from various categories, allowing sellers to cater to different customer preferences.

    • Meesho provides extensive training and support to its sellers, helping them succeed in their on...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, It's very similar to any other business analyst interview in industry.

I appeared for an interview before Apr 2021.

Round 1 - Telephonic Call 

(2 Questions)

Round duration - 45 Minutes
Round difficulty - Medium

It was in the mid day and since I applied for a Frontend role the discussion was majorly around data structure and bit of Javascript.
The interviewer was helping and good listener.

  • Q1. 

    Merge Two Sorted Linked Lists Problem Statement

    You are provided with two sorted linked lists. Your task is to merge them into a single sorted linked list and return the head of the combined linked list.

    ...
  • Ans. 

    Merge two sorted linked lists into a single sorted linked list without using additional space.

    • Create a dummy node to start the merged list

    • Compare the values of the two linked lists and add the smaller value to the merged list

    • Move the pointer of the merged list and the pointer of the smaller value list

    • Continue this process until one of the lists is fully traversed

    • Append the remaining elements of the other list to the me

  • Answered by AI
  • Q2. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an array of 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.

    • Swap elements based on the values encountered to sort the array in-place.

    • Time complexity should be O(N) and space complexity should be O(1).

  • Answered by AI
Round 2 - Face to Face 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

It was more of a in depth round on the framework I'm working on and problem solving.

  • Q1. What is the event loop and what is its significance?
  • Ans. 

    The event loop is a mechanism in programming that allows for asynchronous execution of code.

    • The event loop is a key component in JavaScript's runtime environment, responsible for handling asynchronous operations.

    • It continuously checks the call stack for any pending tasks and executes them in a non-blocking manner.

    • The event loop ensures that the program remains responsive by allowing other code to run while waiting for ...

  • Answered by AI
  • Q2. Can you provide examples of output-based questions in JavaScript that utilize browser APIs?
  • Ans. 

    Output-based questions in JavaScript using browser APIs

    • Example 1: Write a script that uses the Geolocation API to display the user's current location on a map

    • Example 2: Create a program that uses the Web Audio API to play a sound when a button is clicked

    • Example 3: Develop a web page that uses the Canvas API to draw a simple animation

  • Answered by AI
  • Q3. How would you design a system to support localization in a mobile app?
  • Ans. 

    Designing a system to support localization in a mobile app

    • Use resource files to store localized strings for different languages

    • Implement a language selection feature for users to choose their preferred language

    • Utilize localization libraries or frameworks to streamline the process

    • Consider cultural differences when localizing content, such as date formats and currency symbols

  • Answered by AI
Round 3 - Face to Face 

(3 Questions)

Round duration - 75 Minutes
Round difficulty - Hard

It was more of a fitment/managerial round.
Didn't had any coding questions, but was asked more on approaches and optimisations.
Discussions on the project you have worked on.

  • Q1. You need to find the fastest 3 horses out of a group, given that you can only race 5 horses at a time. How would you approach this problem?
  • Ans. 

    To find the fastest 3 horses out of a group with 5 horses racing at a time, we can use a tournament style approach.

    • Divide the horses into groups of 5 and race them against each other. This will give you the fastest horse in each group.

    • Take the winners from each group and race them against each other. The top 3 horses in this final race will be the fastest 3 overall.

    • Keep track of the results and compare the timings to d

  • Answered by AI
  • Q2. How do you debug the root cause of lag on a screen?
  • Ans. 

    To debug lag on a screen, analyze code, check for memory leaks, optimize rendering, and use profiling tools.

    • Analyze code to identify any inefficient algorithms or operations causing lag.

    • Check for memory leaks that could be impacting performance.

    • Optimize rendering by reducing the number of draw calls, optimizing shaders, and minimizing overdraw.

    • Use profiling tools like Xcode Instruments or Android Profiler to identify p

  • Answered by AI
  • Q3. Can you explain the architecture of the app you have recently worked on?
  • Ans. 

    The app I recently worked on is a social media platform for sharing photos and connecting with friends.

    • The app follows a client-server architecture, with the client being the mobile app and the server handling data storage and processing.

    • The client side is built using React Native for cross-platform compatibility.

    • The server side is implemented using Node.js with a MongoDB database for storing user data and photos.

    • The a...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaNo criteriaCars24 interview preparation:Topics to prepare for the interview - Data Structures Algorithms, Javascript, System DesignTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Get your JS fundamentals right (if applying for a Frontend role, https://javascript.info/ is a good start)
Tip 2 : Apart from preparing data structures, practise on the communication skills as well (prepare your introduction, be a good listener and on spot improvisation plays key roles)

Application resume tips for other job seekers

Tip 1 : highlight projects related to the job profile in your resume and mention what was your contribution in them precisely in 1/2 lines.
Tip 2 : Include URLs to applications/projects that you have build and your achievements/blog (if any)

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions were from SQL, Python, Statistics & Business Case Studies/Metrics in the form of 4-5 rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - So Key Takeaway is You have to be good with your Technical Knowledge (SQL Expert, Python, Overall Stats Knowledge) and That is not really enough. What differs a Business Analyst from other Developers/Statisticians etc. is Business acumen, Problem Solving Skills etc. To have a Business Knowledge and Understanding such that you find the problems/solutions/ Metrics and then solve them using the Technology.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

Data Structures, Coding MCQs

Round 2 - Technical 

(2 Questions)

  • Q1. What is Data Structure
  • Ans. 

    Data structures are organized formats for storing, managing, and accessing data efficiently.

    • 1. Types: Common data structures include arrays, linked lists, stacks, queues, trees, and graphs.

    • 2. Arrays: Fixed-size collections of elements, e.g., [1, 2, 3, 4].

    • 3. Linked Lists: Collections of nodes where each node points to the next, e.g., 1 -> 2 -> 3.

    • 4. Stacks: Last-in, first-out (LIFO) structures, e.g., function call ...

  • Answered by AI
  • Q2. Write DFS Algorithm
  • Ans. 

    Depth-First Search (DFS) is a graph traversal algorithm that explores as far as possible along each branch before backtracking.

    • DFS uses a stack data structure, either explicitly or via recursion.

    • It starts from a selected node and explores each branch before backtracking.

    • Example: In a binary tree, DFS can be implemented using pre-order, in-order, or post-order traversal.

    • DFS can be used to find connected components in a ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Familiar in Data Structures and Algorithms
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Easy to medium questions, Questions on DSA and Node.js.

Round 2 - Technical 

(2 Questions)

  • Q1. Valid parenthesis
  • Q2. Three sum problem

Interview Preparation Tips

Topics to prepare for Zetwerk Software Developer interview:
  • js
  • node.js
  • dsa

Tata 1mg Interview FAQs

How many rounds are there in Tata 1mg Senior Team Leader interview for experienced candidates?
Tata 1mg interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Tata 1mg interview process for experienced candidates are Resume Shortlist, HR and One-on-one Round.
How to prepare for Tata 1mg Senior Team Leader interview for experienced candidates?
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 Tata 1mg. The most common topics and skills that interviewers at Tata 1mg expect are CCTV Monitoring, Clinical Data Management, Content Writing, Data Analysis and Data Extraction.

Tell us how to improve this page.

Tata 1mg Senior Team Leader Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Tata 1mg We bring you closer to better health

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 441 Interviews
CARS24 Interview Questions
3.5
 • 338 Interviews
Udaan Interview Questions
3.9
 • 338 Interviews
Meesho Interview Questions
3.7
 • 338 Interviews
BlackBuck Interview Questions
3.8
 • 182 Interviews
Digit Insurance Interview Questions
3.9
 • 148 Interviews
Paisabazaar.com Interview Questions
3.4
 • 144 Interviews
Urban Company Interview Questions
3.4
 • 137 Interviews
Ninjacart Interview Questions
3.9
 • 97 Interviews
Zetwerk Interview Questions
4.1
 • 91 Interviews
View all
Tata 1mg Senior Team Leader Salary
based on 60 salaries
₹3 L/yr - ₹8.1 L/yr
38% less than the average Senior Team Leader Salary in India
View more details

Tata 1mg Senior Team Leader Reviews and Ratings

based on 12 reviews

2.8/5

Rating in categories

3.9

Skill development

3.4

Work-life balance

3.7

Salary

3.3

Job security

3.0

Company culture

2.4

Promotions

3.0

Work satisfaction

Explore 12 Reviews and Ratings
Team Lead
285 salaries
unlock blur

₹1.5 L/yr - ₹7 L/yr

Senior Executive
263 salaries
unlock blur

₹2.2 L/yr - ₹6.5 L/yr

Pharmacist
260 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Assistant Manager
184 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Executive
145 salaries
unlock blur

₹1.6 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Tata 1mg with

PharmEasy

3.8
Compare

Udaan

3.9
Compare

Swiggy

3.8
Compare

CARS24

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