Upload Button Icon Add office photos

Filter interviews by

Tarang Engineers Assistant Engineer Production Interview Questions and Answers

Updated 1 May 2023

Tarang Engineers Assistant Engineer Production Interview Experiences

1 interview found

Assistant Engineer Production Interview Questions & Answers

user image Anshul Suresh Wankhede

posted on 1 May 2023

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

I applied via Referral and was interviewed in Apr 2023. 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 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. About your previous experience
  • Q3. How long would you expect to work here
  • Ans. My self my name, and i told their my previous experience and i long time work here
  • Answered by Anshul Suresh Wankhede

Interview Preparation Tips

Topics to prepare for Tarang Engineers Assistant Engineer Production interview:
  • About my current experience

Interview questions from similar companies

I applied via Walk-in and was interviewed before Sep 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 - Group Discussion 

Discuss with group and share the importance of sales

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to join and easy to do work in Amazon company as a sales manager in a company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Hydraulic systems and hydraulic machines.

Round 2 - Technical 

(3 Questions)

  • Q1. What is the difference between BS4 and BS6 emissions standards?
  • Ans. 

    BS6 emissions standards are more stringent than BS4, with lower limits on emissions of pollutants like nitrogen oxides and particulate matter.

    • BS6 standards have stricter limits on emissions of pollutants like nitrogen oxides (NOx) and particulate matter (PM) compared to BS4.

    • BS6 compliant vehicles are required to have advanced emission control technologies like selective catalytic reduction (SCR) and diesel particulate ...

  • Answered by AI
  • Q2. What is the difference between an electric motor and an electric generator?
  • Ans. 

    An electric motor converts electrical energy into mechanical energy to produce motion, while an electric generator converts mechanical energy into electrical energy.

    • Electric motor converts electrical energy into mechanical energy

    • Electric generator converts mechanical energy into electrical energy

    • Electric motor is used in appliances like fans, washing machines

    • Electric generator is used in power plants to generate electr

  • Answered by AI
  • Q3. Difference between four stroke and two stroke engine
  • Ans. 

    Four stroke engines have separate intake, compression, power, and exhaust strokes, while two stroke engines combine intake and compression in one stroke and power and exhaust in another.

    • Four stroke engines have a dedicated stroke for each of the four processes: intake, compression, power, and exhaust

    • Two stroke engines combine intake and compression in one stroke and power and exhaust in another

    • Four stroke engines are m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always perform your work with integrity.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic problem on maths can be solve

Round 2 - Group Discussion 

Nice went normal daily problem

Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join company
  • Q2. Biggest challenge
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About interview is production engineer
  • Q2. About interview is production supervisor

Interview Preparation Tips

Interview preparation tips for other job seekers - This jab is very narmal

Production Engineer Interview Questions & Answers

TCS user image Shreevardhan Patil

posted on 28 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

60 mins of aptitude test

Round 2 - Coding Test 

60 mins of coding round

Round 3 - Technical 

(2 Questions)

  • Q1. OOPs concepts explanation with example
  • Ans. 

    OOPs concepts revolve around classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for objects, defining their properties and behaviors.

    • Objects are instances of classes, representing real-world entities.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism enables objects to be treated as instances of their parent class.

    • Encapsulation restricts acces...

  • Answered by AI
  • Q2. About the projects we created in 2nd and 4th year of our academic
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated and experienced Production Engineer with a strong background in manufacturing processes and quality control.

    • Bachelor's degree in Mechanical Engineering

    • 5+ years of experience in production engineering

    • Proficient in CAD software and manufacturing processes

    • Implemented lean manufacturing principles to improve efficiency

    • Led cross-functional teams to troubleshoot production issues

  • Answered by AI
  • Q2. Tell me what you know about Unix and SQL
  • Ans. 

    Unix is a powerful operating system known for its multitasking and multi-user capabilities, while SQL is a language used for managing and querying databases.

    • Unix is an operating system developed in the 1970s known for its command-line interface and flexibility.

    • SQL (Structured Query Language) is a language used to communicate with databases to retrieve, update, and manage data.

    • Unix commands are case-sensitive and often ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is mutex and it's syntax?
  • Ans. 

    A mutex is a synchronization primitive used to control access to shared resources in a multi-threaded environment.

    • Mutex is typically used to protect critical sections of code to prevent race conditions.

    • Syntax for using mutex in C++: std::mutex myMutex;

    • To lock a mutex: myMutex.lock();

    • To unlock a mutex: myMutex.unlock();

  • Answered by AI
  • Q2. What is a goroutine and how it's used?
  • Ans. 

    A goroutine is a lightweight thread managed by the Go runtime. It allows concurrent execution of functions.

    • Goroutines are created using the 'go' keyword followed by a function call.

    • They are used for concurrent programming in Go, allowing multiple functions to run simultaneously.

    • Goroutines are more efficient than traditional threads as they have lower memory overhead and can be multiplexed onto fewer OS threads.

    • Example:...

  • Answered by AI
Round 2 - Coding Test 

DSA, Queries and logical coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and attend the interview with confidence. That all.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Not applicable for now
  • Q2. Not aaica for now plese excuse
Round 2 - HR 

(1 Question)

  • Q1. Na for other please
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. They will ask how u can handle the customers.
  • Q2. What do u know about the different product company offers

Interview Preparation Tips

Topics to prepare for BYJU'S Production Associate interview:
  • watch interview
Interview preparation tips for other job seekers - first, understand the different products the company offers and how they solve the customer's issue.

Tarang Engineers Interview FAQs

How many rounds are there in Tarang Engineers Assistant Engineer Production interview?
Tarang Engineers interview process usually has 2 rounds. The most common rounds in the Tarang Engineers interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

People are getting interviews through

based on 1 Tarang Engineers interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Assistant Manager Quality
4 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

Production Engineer
3 salaries
unlock blur

₹2.7 L/yr - ₹3 L/yr

Explore more salaries
Compare Tarang Engineers with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview