Upload Button Icon Add office photos

Tata Group

Compare button icon Compare button icon Compare

Filter interviews by

Tata Group Lab Technician Interview Questions and Answers

Updated 25 Jun 2024

Tata Group Lab Technician Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. Dissolution testing apparatus
  • Q2. Disintegration Testing Apparatus
  • Q3. Friability Testing Apparatus

Interview Preparation Tips

Topics to prepare for Tata Group Lab Technician interview:
  • HPLC
  • pH Meter
  • Gas chromatography
  • USP Apparatus
Interview preparation tips for other job seekers - I can do it successfully completed my interview task from Tata Group Alliance.

I applied via Walk-in and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. All technical Question
Round 3 - HR 

(8 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?
  • Q3. What is your family background?
  • Q4. Share details of your previous job.
  • Q5. Why should we hire you?
  • Q6. Where do you see yourself in 5 years?
  • Q7. What are your strengths and weaknesses?
  • Q8. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills, punctual,hard work, dedication

Lab Technician Interview Questions Asked at Other Companies

Q1. Order of draw Cbc parameters and normal range
Q2. How to work with ABG machine how can use to suck blood. From whic ... read more
asked in KONE
Q3. Types of motor used for Lift installation?
asked in KONE
Q4. What about elevator breakdown??
Q5. 1) what is a lipid profile...? Ans - 1)Total cholesterol 2) Trigl ... read more

Interview questions from similar companies

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 - Assignment 
Round 3 - Assignment 
Round 4 - HR 

(8 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. Why are you looking for a change?
  • Q3. What are your salary expectations?
  • Q4. What is your family background?
  • Q5. Share details of your previous job.
  • Q6. Why should we hire you?
  • Q7. What are your strengths and weaknesses?
  • Q8. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I like to easy for interview process
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jul 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 

Aptitude test is a standardized assessment designed to measure a person abilities

Round 3 - Group Discussion 

A group discussion is a structured conversation among a small group of individuals who share their ideas

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Research
2.customize your resume
3.Networking
4.cover letter
5.interview preparation
6.online presence
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Feb 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 

Practice. Practice is the most commonly advocated route to aptitude test success, and one very few people would dispute. ...
Know your test. ...
Don't get your friends to help. ...
Make the most of online tests. ...
Realistic simulation. ...
Be alert and stay focused. ...
Ask for feedback. ...
Know when to move on.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell about your self
  • Q2. My name is.. From your place... Long time goal short term goal

Interview Preparation Tips

Interview preparation tips for other job seekers - Code reviews, also known as peer reviews, act as quality assurance of the code base. Code reviews are methodical assessments of code designed to identify bugs, increase code quality, and help developers learn the source code.

I applied via Referral and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Introduction for your reference
  • Q2. Introduction to the same
  • Q3. Introduction to the smoky

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduction to the smoky and thanks for your

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of c, matrix multiplication, sql,he said to write group by query and swapping program without using third variable

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with basics of the mentioned languages in the resume.

I appeared for an interview before Jul 2021.

Round 1 - Technical 

(4 Questions)

  • Q1. What is Polymorphism and it’s type?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as if they were of the same class.

    • Polymorphism is achieved through method overriding and method overloading.

    • Method overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class.

    • Method overloading is when a class has two or more methods with the ...

  • Answered by AI
  • Q2. What is Dependency Injection?
  • Ans. 

    Dependency Injection is a design pattern where the dependencies of an object are injected into it rather than created within it.

    • It helps in achieving loose coupling between objects

    • It makes testing easier as dependencies can be mocked or stubbed

    • There are three types of Dependency Injection - Constructor Injection, Setter Injection, and Interface Injection

    • Example: In a web application, the database connection object can ...

  • Answered by AI
  • Q3. How Garbage Collection works in .Net?
  • Ans. 

    Garbage Collection in .Net automatically manages memory by freeing up unused objects.

    • Garbage Collector runs in the background and periodically checks for unused objects.

    • It frees up memory by deallocating objects that are no longer being used.

    • GC can be configured using different modes like Server, Workstation, Concurrent, etc.

    • GC can also be manually triggered using GC.Collect() method.

    • GC.SuppressFinalize() method can be...

  • Answered by AI
  • Q4. What is LINQ and some basic concept related it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy. Go through basic concepts of OOPs and SQL.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Data Structure?
  • Ans. 

    Data structure is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures are used to manage large amounts of data efficiently.

    • They can be implemented using arrays, linked lists, trees, graphs, and other techniques.

    • Examples include stacks, queues, hash tables, and binary search trees.

    • Choosing the right data structure for a particular problem is important for op...

  • Answered by AI
  • Q2. Real time use of stack and Queue?
  • Ans. 

    Stack and Queue are used in real-time systems for managing tasks and events.

    • Stack is used for managing function calls, undo/redo operations, and backtracking.

    • Queue is used for managing events, scheduling tasks, and buffering data.

    • Real-time systems use both data structures for managing tasks and events in a time-sensitive manner.

    • Examples include task scheduling in operating systems, event handling in GUI applications, a

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C
  • C++
  • Java
  • Pyth
Interview preparation tips for other job seekers - 1 hr C/ python Programming, Debugging, Programming, Networking

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Apr 2021. 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 - Technical 

(1 Question)

  • Q1. .Net related technical questions
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are your strengths and weaknesses?
  • Q3. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well basic concepts like OOPs

Tata Group Interview FAQs

How many rounds are there in Tata Group Lab Technician interview?
Tata Group interview process usually has 2 rounds. The most common rounds in the Tata Group interview process are Technical, Aptitude Test and HR.
What are the top questions asked in Tata Group Lab Technician interview?

Some of the top questions asked at the Tata Group Lab Technician interview -

  1. Disintegration Testing Appara...read more
  2. All technical Quest...read more
  3. Dissolution testing appara...read more

Tell us how to improve this page.

Tata Group Lab Technician Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
View all
Tata Group Lab Technician Salary
based on 4 salaries
₹2.2 L/yr - ₹7 L/yr
74% more than the average Lab Technician Salary in India
View more details
Manager
124 salaries
unlock blur

₹9 L/yr - ₹38 L/yr

Assistant Manager
116 salaries
unlock blur

₹3.8 L/yr - ₹16 L/yr

Software Engineer
83 salaries
unlock blur

₹5 L/yr - ₹21 L/yr

Senior Manager
70 salaries
unlock blur

₹12 L/yr - ₹42 L/yr

Engineer
45 salaries
unlock blur

₹2.1 L/yr - ₹10 L/yr

Explore more salaries
Compare Tata Group with

TCS

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

Infosys

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