Upload Button Icon Add office photos
Engaged Employer

i

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

Nipha Exports Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Nipha Exports Senior Engineer Interview Questions and Answers

Updated 4 Mar 2023

Nipha Exports Senior Engineer Interview Experiences

1 interview found

Senior Engineer Interview Questions & Answers

user image kinkar Pramanik

posted on 4 Mar 2023

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

I was interviewed in Feb 2023.

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 

(2 Questions)

  • Q1. Hydraulic press Operation
  • Q2. Electronic components working function
  • Ans. 

    Electronic components are devices that perform specific functions within an electronic circuit.

    • Electronic components can be passive (e.g. resistors, capacitors) or active (e.g. transistors, diodes)

    • They can perform functions such as amplification, filtering, switching, and signal processing

    • Examples of electronic components include resistors, capacitors, inductors, diodes, transistors, and integrated circuits

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge about material, electronic components, hydraulic system

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 5 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. Segula manager interview based on resume skills
Round 3 - One-on-one 

(1 Question)

  • Q1. Client interview 1
Round 4 - Technical 

(1 Question)

  • Q1. Client interview 2
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Based on experience related questions and core tools
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical question related to department For Quality - Tolerance, QC tools
Round 3 - HR 

(1 Question)

  • Q1. Family details Job background

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical knowledge should be good

Senior Engineer Interview Questions & Answers

Rieter user image RAJA IRUTHAYARAJ

posted on 8 Dec 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2022. There were 3 interview rounds.

Round 1 - Assignment 

Best assignment that you had accomplished in your career

Round 2 - HR 

(4 Questions)

  • Q1. Salary expectations?
  • Q2. Rs 12 Lakhs per annum if I am not provided factory quarter in Pune
  • Q3. When can you join? IMMEDIATELY
  • Q4. Rs 12 Lakhs per annum in Pune Rs 8 Lakhs per annum in Cbe in technology dept
Round 3 - One-on-one 

(1 Question)

  • Q1. Where will you be after 10 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing to advice

I applied via Recruitment Consulltant and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to your present job profile
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to their requirements

Interview Preparation Tips

Interview preparation tips for other job seekers - Well explains your skills and how they are going to help their organisation
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#
  • 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
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Threads vs process
  • Ans. 

    Threads are lightweight processes within a single process, sharing memory space, while processes are independent instances of a program with their own memory space.

    • Threads share memory space within a process, allowing for efficient communication and data sharing.

    • Processes have their own memory space, making them more isolated and secure.

    • Threads are faster to create and switch between compared to processes.

    • Processes are...

  • Answered by AI
  • Q2. Thread synchronization program using semaphore/mutex
  • Ans. 

    Thread synchronization using semaphore/mutex in programming

    • Use semaphores to control access to shared resources among multiple threads

    • Mutex can be used to ensure only one thread can access a resource at a time

    • Implement a program where threads wait for a semaphore signal before accessing a shared resource

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Logical test in the aptitude

Round 3 - Group Discussion 

Based on the manufacturing

Round 4 - HR 

(1 Question)

  • Q1. Based on me or product

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

It is written test

Round 3 - Technical 

(1 Question)

  • Q1. Question will be on candidates experience
Round 4 - HR 

(1 Question)

  • Q1. They ask about your education history..habits

Interview Preparation Tips

Interview preparation tips for other job seekers - MNC Company has just brand value. But there is no much benifits for employees. Insurance is only provided for the employee. Not even children or wife covered.
Cab and food are charged (27k and 7k) yearly.
18% variable pay is part of ctc. which they will not tell you unless you ask.

If you are coming from company which has better benifits, then think and take decision.

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. All gearbox related
  • Q2. Geared motor
  • Q3. Motor gear manufacturing

Interview Preparation Tips

Interview preparation tips for other job seekers - Gearbox and geared motor

Nipha Exports Interview FAQs

How many rounds are there in Nipha Exports Senior Engineer interview?
Nipha Exports interview process usually has 2 rounds. The most common rounds in the Nipha Exports interview process are Resume Shortlist and Technical.
How to prepare for Nipha Exports Senior 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 Nipha Exports. The most common topics and skills that interviewers at Nipha Exports expect are Automobile Engineering, Mechanical Engineering, Project Coordination, SAP Production Planning and Stock Management.
What are the top questions asked in Nipha Exports Senior Engineer interview?

Some of the top questions asked at the Nipha Exports Senior Engineer interview -

  1. Electronic components working funct...read more
  2. Hydraulic press Operat...read more

Tell us how to improve this page.

Nipha Exports Senior Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Nipha Exports Senior Engineer Salary
based on 8 salaries
₹4 L/yr - ₹4.5 L/yr
51% less than the average Senior Engineer Salary in India
View more details

Nipha Exports Senior Engineer Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

2.8

Salary

2.7

Job security

3.3

Company culture

1.7

Promotions

3.7

Work satisfaction

Explore 3 Reviews and Ratings
Production Supervisor
25 salaries
unlock blur

₹1.5 L/yr - ₹3.2 L/yr

Production Engineer
14 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Machine Operator
11 salaries
unlock blur

₹1.2 L/yr - ₹2.1 L/yr

Quality Inspector
10 salaries
unlock blur

₹1.5 L/yr - ₹2.4 L/yr

Foundry Engineer
10 salaries
unlock blur

₹1.6 L/yr - ₹2.9 L/yr

Explore more salaries
Compare Nipha Exports with

Texport Industries

3.6
Compare

Gokaldas Exports

3.9
Compare

Welspun Living Limited

4.0
Compare

Vardhman Fabrics

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