Upload Button Icon Add office photos

Flender

Compare button icon Compare button icon Compare

Filter interviews by

Flender Manufacturing Executive Interview Questions and Answers

Updated 13 Jun 2021

Flender Manufacturing Executive Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Regarding Metallurgical Testing processes which are conducted in Heat Treatment Laboratory Like Rockwell Brinell Vickers Hardness testing as well as CHD testing. How to perform LECO and OES. Different Meta...

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Flender?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Nov 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Introduce yourself?? What project do you done in your education? Explain your project? Do you comfortable to shift pune?
  • Q2. Why we need to hire you?
  • Ans. 

    I bring extensive experience, strong leadership skills, and a commitment to efficiency and safety in production environments.

    • Proven track record of improving production efficiency by 20% in my previous role through process optimization.

    • Strong leadership skills demonstrated by successfully managing a team of 15 employees, fostering collaboration and high morale.

    • Expertise in implementing safety protocols that reduced wor...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident on your answer whether it is wrong or right.. Don't be panic.. Just study basics of automobile subject before the interview..

Manufacturing Executive Interview Questions Asked at Other Companies

Q1. What is fermentation process? What is the operating efficiency of ... read more
Q2. What are flow-through collection and fraction collection?
asked in PepsiCo
Q3. How do you handle unionized employees when they are in a violent ... read more
Q4. In the blending stage of tablet manufacturing, the actual blend r ... read more
Q5. What are the parameters in an analytical method validation?

I applied via Recruitment Consultant and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions will be related to the post which company is offering.
  • Q2. Should be very accurate to all electronics queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be smart and to the point answers will help.

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

Interview Questionnaire 

1 Question

  • Q1. Write the equation for dynamics and wave spectra equations. I do not remember questions as it is 3 years back.

Interview Preparation Tips

Interview preparation tips for other job seekers - This happened in Technip FMC Hyderabad, India. I hold 10 years experience. Interviewers don not know what to get from the candidates. The panel tried to prove within themselves that can ask difficult questions. The even entered to doctorate level questions which is not valid for performing job. Finally, I conclude that they performed some time-pass session.

I applied via Recruitment Consultant and was interviewed in Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were related to the post John Deere were offering to candidates. For me it was Diagnostics Author position.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be aware that answer as simple as you can.
If you don't know the answer don't try to attempt simply say that you don't know and assure interviewer that if you ll get a chance you will definitely answer that.

Be optimistic and attentive.

I applied via Walk-in and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain Compilation process steps?
  • Ans. 

    Compilation process involves several steps to convert source code into executable code.

    • Preprocessing: Includes header file inclusion, macro expansion, and conditional compilation.

    • Compilation: Translates source code into assembly code.

    • Assembly: Converts assembly code into machine code.

    • Linking: Combines object files and libraries to create an executable file.

    • Loading: Loads the executable file into memory and prepares it ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well prior the interview, revise all the basic concepts of Embedded C and MATLAB if you have applied for embedded systems.

I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Process,Simulation, CAD

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Are these interview questions helpful?

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

Interview Questionnaire 

1 Question

  • Q1. CNC programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very technical
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(8 Questions)

  • Q1. Boxing and unboxing in. C#
  • Ans. 

    Boxing and unboxing in C# are processes for converting value types to reference types and vice versa.

    • Boxing: Converting a value type (e.g., int) to an object type.

    • Example: int num = 123; object obj = num; // Boxing

    • Unboxing: Converting an object type back to a value type.

    • Example: int num2 = (int)obj; // Unboxing

    • Boxing involves memory allocation on the heap, while unboxing retrieves the value from the heap.

  • Answered by AI
  • Q2. .net framework and .net core
  • Q3. Simple program to print star pattern in c#
  • Ans. 

    A simple program to print star pattern in C#

    • Use nested loops to print the desired pattern

    • Start with a small pattern and then expand it to more complex ones

    • Experiment with different loop structures to create various patterns

  • Answered by AI
  • Q4. String and string builder Mutable and immutable Heap and stack memory which is used when
  • Q5. Difference in stored procedure and functions ACiD properties, normalization
  • Ans. 

    Stored procedures and functions differ in their usage and capabilities. ACID properties ensure data integrity, normalization reduces redundancy.

    • Stored procedures are precompiled SQL queries that can perform multiple operations, while functions are reusable code blocks that return a single value.

    • Stored procedures can have input and output parameters, while functions can only return a single value.

    • ACID properties (Atomic...

  • Answered by AI
  • Q6. What are solid principles explain with example and also tell where you used them in previous project
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code.

    • Single Responsibility Principle: A class should have only one reason to change. For example, a class that handles user authentication should not also be responsible for sending emails.

    • Open/Closed Principle: Software entities should be open for extension but closed for modification. For example, using interfaces to allow for new i...

  • Answered by AI
  • Q7. OOP related questions What are 4 pillars of OOP? Difference between encapsulation and abstraction. Difference in overloading and overriding.
  • Q8. Questions on Interitance Given 3 classes A is parent of B and B is parent of C How do we call methods of B and A from C Which method will be called incase of same method in A B and C And some more I don'...
Round 2 - HR 

(2 Questions)

  • Q1. Questions on salary expectations
  • Q2. And informal discussion about work and team

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a Senior Engineer with 10+ years of experience in software development, specializing in backend systems and database management.

    • 10+ years of experience in software development

    • Specialize in backend systems and database management

    • Strong problem-solving skills

    • Experience with various programming languages such as Java, Python, and SQL

  • Answered by AI

Tell us how to improve this page.

Interview Questions from Similar Companies

John Deere Interview Questions
4.0
 • 244 Interviews
Caterpillar Inc Interview Questions
4.2
 • 185 Interviews
Hitachi Interview Questions
4.0
 • 84 Interviews
TechnipFMC Interview Questions
4.0
 • 76 Interviews
TÜV SÜD Interview Questions
3.9
 • 76 Interviews
Hilti Interview Questions
3.4
 • 61 Interviews
Sandvik Asia Interview Questions
4.2
 • 33 Interviews
Sulzer Interview Questions
3.8
 • 32 Interviews
View all
Junior Engineer
55 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Senior Engineer
37 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Senior Design Engineer
33 salaries
unlock blur

₹5.6 L/yr - ₹10.6 L/yr

Design Engineer
31 salaries
unlock blur

₹4.2 L/yr - ₹9 L/yr

Design Manager
23 salaries
unlock blur

₹10.4 L/yr - ₹15.8 L/yr

Explore more salaries
Compare Flender with

John Deere

4.0
Compare

Caterpillar Inc

4.2
Compare

TÜV SÜD

3.9
Compare

TechnipFMC

4.0
Compare
write
Share an Interview