Upload Button Icon Add office photos

Filter interviews by

NIPA International Interview Questions and Answers

Updated 15 Feb 2024

NIPA International Interview Experiences

Popular Designations

5 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Strengts weakness, family background etc.
Round 2 - Aptitude Test 

Questions are from lathe machine , milling,punching ,drilling ,guage etc

Round 3 - Group Discussion 

Education system in india

Round 4 - HR 

(1 Question)

  • Q1. About quality, injection molding,types of mold, material types and melting temp. And some question on late machine measuring devices,least count,types of defects in molded part

Interview Preparation Tips

Interview preparation tips for other job seekers - In which department you are focusing prepare for it and prepare basics of your core field thank you and best of luck 🙏

Production & Quality Engineer Interview Questions asked at other Companies

Q1. 1)What is kaizen , 2)what is 8 D methodology, 3) what are the types of measuring instruments used in manufacturing industries.
View answer (2)
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. Self introduction, education qualification

Interview Preparation Tips

Interview preparation tips for other job seekers - Friendly environment, all employee are supportive, skill development training

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2022. There were 2 interview rounds.

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 - HR 

(2 Questions)

  • Q1. Where did you work before?
  • Q2. How many years of experience you have?

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be more practical if you are an experienced guy

I applied via Job Portal and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. R u able to do manual work?

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good organization for fresher and at entry level. but dont go there if you are going for HR position.. you won't learn anything except how to save your job. some people in HR team is not at all cooperative and they are using ancient old policies and process and not ready to get upgrade which will take you back in your career. but yes very good management.. they listen to you and understand your problem.

Assistant Manager- HR Interview Questions asked at other Companies

Q1. how to maintain manpower data and what are the activities are there?
View answer (2)

NIPA International interview questions for popular designations

 Assistant Manager- HR

 (1)

 Deputy Store Manager

 (1)

 Graduate Engineer Trainee (Get)

 (1)

 Production & Quality Engineer

 (1)

 Tool & DIE Maker(Tooling Engineer)

 (1)

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

Interview Questionnaire 

1 Question

  • Q1. Job responsibilities , skills , positive attitude, Leadership

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive , be natural, communication best key,

Deputy Store Manager Interview Questions asked at other Companies

Q1. All processing of inventory management and how can handle all 80 member of team
View answer (2)

Interview questions from similar companies

AI ML Developer Interview Questions & Answers

Johnson Electric user image Anonymous

posted on 14 Dec 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Write SQL query to return the latest login date for each primary key?
  • Ans. 

    SQL query to return latest login date for each primary key

    • Use GROUP BY clause to group by primary key

    • Use MAX() function to get the latest login date

    • Join the tables if necessary

  • Answered by AI
  • Q2. How to find the number of times a number repeats in an array (with less time complexity)?
  • Ans. 

    Use a hashmap to store the frequency of each number in the array.

    • Create a hashmap to store the frequency of each number in the array.

    • Iterate through the array and update the frequency in the hashmap.

    • Retrieve the frequency of the desired number from the hashmap.

  • Answered by AI
  • Q3. Validate an array based on a set of rules, with less time complexity.
  • Ans. 

    Use regular expressions to validate array elements efficiently.

    • Use regular expressions to define the rules for validation.

    • Iterate through the array and apply the regular expression to each element.

    • Return true if all elements pass the validation rules, false otherwise.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Asked self intro
  • Q2. Asked about the projects
  • Q3. Explain about the communication serial Protocols like SPI,UART,I2c.
  • Ans. 

    SPI, UART, and I2C are communication serial protocols used in embedded systems to transfer data between devices.

    • SPI (Serial Peripheral Interface) is a full-duplex synchronous communication protocol commonly used for communication between microcontrollers and peripheral devices.

    • UART (Universal Asynchronous Receiver/Transmitter) is a serial communication protocol that uses two wires for data transmission and is commonly ...

  • Answered by AI
  • Q4. What is kernel space and any experience in device drivers
  • Ans. 

    Kernel space is a protected area of memory where the core of the operating system resides. Device drivers are software that allows the operating system to communicate with hardware devices.

    • Kernel space is a privileged area of memory that is reserved for the core components of the operating system.

    • Device drivers are software modules that facilitate communication between the operating system and hardware devices.

    • Experien...

  • Answered by AI
  • Q5. Explain about an os boot up sequence
  • Ans. 

    OS boot up sequence involves several steps such as BIOS initialization, bootloader loading, kernel loading, and initialization of system services.

    • BIOS (Basic Input/Output System) initialization

    • Bootloader loading (e.g. GRUB, LILO)

    • Kernel loading and initialization

    • Init process execution

    • System services initialization

  • Answered by AI

Skills evaluated in this interview

VC++ MFC developere Interview Questions & Answers

Samsung Electro-Mechanics user image pawan mishra

posted on 16 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. OOPs basics questions like inheritance, smart pointers, diamond problem etc.
  • Q2. MFC basic questions like sending data from one window to other, sendmessage post message etc.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Nehru Institute of Engineering and Technology, Coimbatore and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between diode and transistor
  • Ans. 

    A diode is a two-terminal electronic component that allows current to flow in one direction only, while a transistor is a three-terminal electronic component that can amplify or switch electronic signals.

    • Diode has two terminals, anode and cathode, and allows current to flow in one direction only

    • Transistor has three terminals, base, emitter, and collector, and can amplify or switch electronic signals

    • Diodes are used in r...

  • Answered by AI
  • Q2. Explain micro processor
  • Ans. 

    A microprocessor is a small electronic device that functions as the central processing unit of a computer.

    • Microprocessors are made up of millions of tiny components like transistors, resistors, and capacitors.

    • They execute instructions and perform calculations for various tasks.

    • Examples of microprocessors include Intel's Core i7, AMD's Ryzen, and ARM's Cortex series.

  • Answered by AI
  • Q3. What is communication
  • Ans. 

    Communication is the process of exchanging information, ideas, thoughts, or feelings between individuals or groups.

    • Communication involves both verbal and non-verbal methods.

    • Effective communication requires active listening and clear expression.

    • Examples include speaking, writing, body language, and gestures.

    • Communication can be one-way or two-way.

    • Feedback is essential for successful communication.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - basic technical question asked

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I applied via Job Fair and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What does a stress-strain diagram look like?
  • Ans. 

    A stress-strain diagram shows the relationship between stress (force applied) and strain (resulting deformation) in a material.

    • The diagram typically starts with a linear elastic region where stress is directly proportional to strain.

    • After the elastic limit, the material enters the plastic region where it deforms permanently.

    • Finally, the material reaches its ultimate strength before failure occurs.

    • Examples of stress-str...

  • Answered by AI

NIPA International Interview FAQs

How many rounds are there in NIPA International interview?
NIPA International interview process usually has 2-3 rounds. The most common rounds in the NIPA International interview process are HR, Resume Shortlist and Group Discussion.

Tell us how to improve this page.

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
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
IBM Interview Questions
4.1
 • 2.4k Interviews
HOLITECH INDIA Interview Questions
3.9
 • 25 Interviews
View all

NIPA International Reviews and Ratings

based on 63 reviews

3.5/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

3.2

Salary

3.7

Job security

3.1

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 63 Reviews and Ratings
Quality Engineer
33 salaries
unlock blur

₹2.1 L/yr - ₹4.8 L/yr

Assistant Engineer
13 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Assistant Manager
12 salaries
unlock blur

₹4 L/yr - ₹9.5 L/yr

Design Engineer
12 salaries
unlock blur

₹2.7 L/yr - ₹5.7 L/yr

Senior Design Engineer
10 salaries
unlock blur

₹4.2 L/yr - ₹8.6 L/yr

Explore more salaries
Compare NIPA International with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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