Upload Button Icon Add office photos
Engaged Employer

i

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

TCS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TCS Manufacturing Engineer Interview Questions, Process, and Tips

Updated 15 Apr 2024

Top TCS Manufacturing Engineer Interview Questions and Answers

TCS Manufacturing Engineer Interview Experiences

2 interviews found

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

Mast discussion tomorrow at the time of

Round 2 - One-on-one 

(3 Questions)

  • Q1. Mast question paper of class
  • Q2. Mast booking of flight tickets for
  • Ans. 

    The question seems to be incomplete or unclear.

    • It appears that the question is missing important information or context.

    • It is unclear what is being asked about mast booking of flight tickets.

    • Without more details, it is difficult to provide a specific answer.

  • Answered by AI
  • Q3. Mast khel namaste namaste namaste

Interview Preparation Tips

Interview preparation tips for other job seekers - Mast khel I am safest with the conference schedule namaste namaste
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. About manufacturing Engineering domain
  • Q2. Types of manufacturing
  • Ans. 

    Types of manufacturing include discrete, process, repetitive, and job shop manufacturing.

    • Discrete manufacturing involves producing distinct items like cars or appliances.

    • Process manufacturing involves creating goods by combining raw materials through chemical or biological processes.

    • Repetitive manufacturing is used for high-volume production of standardized goods like electronics.

    • Job shop manufacturing is custom produc

  • Answered by AI
  • Q3. Types of manufacturing process
  • Ans. 

    Manufacturing processes include casting, machining, forming, joining, and additive manufacturing.

    • Casting: pouring molten material into a mold to create a desired shape (e.g. metal casting)

    • Machining: removing material from a workpiece using cutting tools (e.g. milling, turning)

    • Forming: shaping a material without removing any material (e.g. stamping, bending)

    • Joining: combining multiple parts to create a final product (e....

  • Answered by AI
  • Q4. Welding process in metal
  • Ans. 

    Welding process in metal involves joining two metal pieces together using heat and pressure.

    • Welding involves melting the base metal and adding a filler material to create a strong joint.

    • Common welding processes include MIG, TIG, and stick welding.

    • Proper safety precautions must be taken when welding to protect against burns and fumes.

    • Welding can be used in various industries such as automotive, construction, and aerospa

  • Answered by AI
  • Q5. Casting process in manufacturing
  • Ans. 

    Casting process involves pouring molten metal into a mold to create a specific shape.

    • Molten metal is poured into a mold

    • The metal solidifies and takes the shape of the mold

    • Common types of casting processes include sand casting, investment casting, and die casting

  • Answered by AI

Manufacturing Engineer Interview Questions Asked at Other Companies

Q1. What is RPN? How its calculated.
asked in SKF
Q2. What are 7QC tools? How did you solve A3 in your previous organis ... read more
Q3. What is the concept of Geometric Dimensioning and Tolerancing (GD ... read more
Q4. Do you know what kind of work in tata power solar? differentiate ... read more
asked in SKF
Q5. Tell us about kaizen did by you in your previous organisation? Wh ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Case Study 
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is smooth and majorly asked direct questions and some scenarios

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Past experience and communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Coming to AEM,Interviewer has covered all the topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't join in TechMahindra.Especially for AEM Folks.Because there are no projects at all.They force you to learn and work in other domain.Then your AEM knowledge will vanish.Worst Company.

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

Interview Questionnaire 

2 Questions

  • Q1. Questions based on the CV we kept
  • Q2. Questions related to powershell, storages, networking in azure IaaS, NSG

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare whatever u kept in CV and the basics

Interview Questionnaire 

6 Questions

  • Q1. Explain abstract factory design pattern ?
  • Ans. 

    Abstract Factory is a creational design pattern that provides an interface for creating families of related objects.

    • Abstract Factory is used when we need to create families of related objects without specifying their concrete classes.

    • It provides an interface for creating objects of related classes without specifying their concrete classes.

    • It encapsulates a group of factories that have a common theme.

    • It promotes loose c...

  • Answered by AI
  • Q2. How do you do range based map iteration
  • Ans. 

    Range based map iteration can be done using a for-each loop or iterators.

    • Use a for-each loop to iterate over the map elements.

    • Alternatively, use iterators to traverse the map.

    • The range-based for loop is preferred for its simplicity and readability.

    • Example: for(auto const& [key, value] : myMap) { //do something with key and value }

  • Answered by AI
  • Q3. What are detached and joined threads
  • Ans. 

    Detached threads are independent threads that run separately from the main thread. Joined threads are threads that wait for the main thread to finish.

    • Detached threads are created using pthread_detach() function

    • Joined threads are created using pthread_join() function

    • Detached threads do not need to be explicitly terminated

    • Joined threads must be explicitly terminated using pthread_exit() or return statement

    • Detached thread...

  • Answered by AI
  • Q4. What are static code analysis tools
  • Ans. 

    Static code analysis tools are software programs that analyze source code to find potential issues and improve code quality.

    • Static code analysis tools scan code without executing it

    • They can detect issues such as security vulnerabilities, coding errors, and performance problems

    • Examples of static code analysis tools include SonarQube, ESLint, and Checkstyle

  • Answered by AI
  • Q5. Command to list currently running threads in linux
  • Ans. 

    Command to list currently running threads in linux

    • Use the 'ps' command with the 'H' option to display threads in a hierarchy

    • Use the 'top' command to display threads in real-time

    • Use the 'htop' command for an interactive display of threads

  • Answered by AI
  • Q6. Can we perform arithmetic operation on Unique pointer
  • Ans. 

    No, arithmetic operations cannot be performed on unique pointers.

    • Unique pointers are used to manage the lifetime of dynamically allocated objects.

    • They cannot be copied or assigned, only moved.

    • Arithmetic operations are not defined for pointers, including unique pointers.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. About skilla
  • Q2. Project
  • Q3. Roles in

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All questions related to Digital and networks and they asked core java question like functional interface uses and why do we need it and difference with interface

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite good

I applied via LinkedIn and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Angular
  • Q2. Basics of js

Interview Preparation Tips

Interview preparation tips for other job seekers - Freshen up basics on skills.

TCS Interview FAQs

How many rounds are there in TCS Manufacturing Engineer interview?
TCS interview process usually has 1-2 rounds. The most common rounds in the TCS interview process are Technical, Group Discussion and One-on-one Round.
How to prepare for TCS Manufacturing Engineer 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 TCS. The most common topics and skills that interviewers at TCS expect are PFMEA, AutoCAD, CATIA, Control Panel and Control Plan.
What are the top questions asked in TCS Manufacturing Engineer interview?

Some of the top questions asked at the TCS Manufacturing Engineer interview -

  1. Mast booking of flight tickets ...read more
  2. Casting process in manufactur...read more
  3. Types of manufactur...read more

Tell us how to improve this page.

TCS Manufacturing Engineer Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

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
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
TCS Manufacturing Engineer Salary
based on 44 salaries
₹3.7 L/yr - ₹11 L/yr
37% more than the average Manufacturing Engineer Salary in India
View more details

TCS Manufacturing Engineer Reviews and Ratings

based on 5 reviews

2.3/5

Rating in categories

3.2

Skill development

3.5

Work-life balance

2.3

Salary

4.0

Job security

2.9

Company culture

2.2

Promotions

3.0

Work satisfaction

Explore 5 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
66.1k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.8k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Associate Consultant
30k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹5.8 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

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