Upload Button Icon Add office photos
Premium Employer

i

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

NEC Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NEC Interview Questions, Process, and Tips

Updated 16 Jan 2025

Top NEC Interview Questions and Answers

View all 25 questions

NEC Interview Experiences

Popular Designations

68 interviews found

I applied via Naukri.com and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apti +
general programming questions (mcq) +
3 code (very easy)

Round 2 - Technical 

(1 Question)

  • Q1. Basics and whatever is there on your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself in the interview and in your resume..it may sound basic..but this is the best tip.

Top NEC Graduate Engineer Trainee (Get) Interview Questions and Answers

Q1. Round 2: capitalize 1st and last character of each word in a given string. Eg: 'hello there' should return 'HellO TherE'
View answer (3)

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)
Round 1 - Technical 

(1 Question)

  • Q1. -------- OOPS concepts ------
Round 2 - Assignment 

----------------Oops-------------------

Interview Preparation Tips

Interview preparation tips for other job seekers - ----------_--------------oops----------------------

Mts Software Engineer Interview Questions asked at other Companies

Q1. What are decorators in Python and how define it. and what is a function object
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 4 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 

(1 Question)

  • Q1. When you say you are aware of VAPT, then qn is from tools that u have used. projects that u have worked so far in internship or bugbounty or anything that u have mentioned in CV. Any vuln that u r more fam...
Round 3 - One-on-one 

(1 Question)

  • Q1. 2nd round is with manager not much technical general qn like - 5 years down the line where do u see ur self,
Round 4 - HR 

(1 Question)

  • Q1. About salary, family background, education done

Cyber Security Analyst Interview Questions asked at other Companies

Q1. 3- If you have received 2 mails from PwC with same name how will you identify that which one is fake and which one is genuine?
View answer (2)

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

Interview Questionnaire 

6 Questions

  • Q1. Round -2 : reverse a string using recursion.
  • Ans. 

    Reverse a string using recursion.

    • Create a function that takes a string as input.

    • Check if the string is empty or has only one character.

    • If yes, return the string.

    • If not, call the function recursively with the substring excluding the first character and concatenate the first character at the end.

    • Return the reversed string.

  • Answered by AI
  • Q2. Round 2: capitalize 1st and last character of each word in a given string. Eg: 'hello there' should return 'HellO TherE'
  • Ans. 

    The task is to capitalize the first and last character of each word in a given string.

    • Split the string into an array of words

    • Iterate through each word and capitalize the first and last character

    • Join the modified words back into a string

  • Answered by AI
  • Q3. Round 1: What is generator?
  • Ans. 

    A generator is a device that converts mechanical energy into electrical energy.

    • Generators are commonly used in power plants to produce electricity.

    • They work on the principle of electromagnetic induction.

    • The mechanical energy can be provided by various sources such as steam turbines, gas turbines, wind turbines, etc.

    • Generators can be classified into AC generators and DC generators.

    • AC generators are used in most power pl...

  • Answered by AI
  • Q4. Round 1: What is a decorator?
  • Ans. 

    A decorator is a design pattern in object-oriented programming that allows behavior to be added to an individual object, dynamically.

    • Decorators are used to modify the behavior of a function or class without changing its source code.

    • They are implemented using the @ symbol in Python.

    • Decorators can be used for logging, timing, caching, and more.

    • An example of a decorator is the @staticmethod decorator in Python, which mark...

  • Answered by AI
  • Q5. Round 1: What is .pyc file?
  • Ans. 

    A .pyc file is a compiled Python file that contains bytecode.

    • It is created by the Python interpreter when a .py file is imported or run.

    • It is platform-independent and can be executed on any system with the same version of Python.

    • It speeds up the execution of Python code as the interpreter does not have to compile the code every time it is run.

    • It can be deleted without affecting the original .py file, as the interpreter

  • Answered by AI
  • Q6. Round 1 : What is the difference between list and a tuple?
  • Ans. 

    List is mutable while tuple is immutable.

    • List can be modified while tuple cannot be modified.

    • List is defined using square brackets [] while tuple is defined using parentheses ().

    • List is used for homogenous data while tuple is used for heterogenous data.

    • List is slower than tuple in terms of performance.

    • Example of list: [1, 2, 3] and example of tuple: (1, 'hello', 3.14)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In order to clear the first technical round your programming fundamental should be strong.
The interviewer will ask you questions from your preferred programming language. From basic to advanced levels.

Skills evaluated in this interview

Top NEC Graduate Engineer Trainee (Get) Interview Questions and Answers

Q1. Round 2: capitalize 1st and last character of each word in a given string. Eg: 'hello there' should return 'HellO TherE'
View answer (3)

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)

NEC interview questions for popular designations

 Graduate Engineer Trainee (Get)

 (7)

 Member Technical Staff

 (5)

 Software Developer

 (4)

 Internship Trainee

 (2)

 Java Developer

 (2)

 National Sales Manager

 (2)

 Project Manager

 (2)

 Senior Project Engineer

 (2)

Executive HR (Talent Acquisition) Interview Questions & Answers

user image Gaurav Agarwal

posted on 8 Feb 2022

I applied via Referral and was interviewed in Aug 2021. There were 5 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 - Technical 

(1 Question)

  • Q1. Tell me about Yourself? Tell me about your experience? Tell me something that is not in your experience?
Round 3 - Technical 

(2 Questions)

  • Q1. Analytical Questions. Case Studies. Strength of basic skills and tools used in your work.
  • Q2. Tell me some stories where you did something awesome/outstanding that got you appreciation from your peers.
  • Ans. I was hiring for a new project and my target audience were candidates from NIIT Technologies. I started hiring junior developers and testers. Then through references, networking, head-hunting and poaching, I ended up hiring the entire team. I cleared out their entire team by hiring from junior devs/testers to consultants, team leads, Senior Managers and even the Project Director. I was the sole person responsible for m...
  • Answered by Gaurav Agarwal
Round 4 - Behavioral 

(1 Question)

  • Q1. General Managerial questions related to your life and work.
Round 5 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Original. Be Raw. Be patient. Be Honest. Show them never give up attitude even if you're stuck on a problem/Don't know the answer, but intelligently as to not make them think you're wasting their time. Always keep your Profiles and Resume updated. Always modify your profile every 15 days. Login on Job Portals every 7 days. Recruiters check when you last modified your profile, whether your resume is up-to-date and when you were last active (trust me it makes a huge difference). Keep networking on LinkedIn. Connect with companies and people and specially recruiters of companies you're targeting.

Get interview-ready with Top NEC Interview Questions

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

I applied via campus placement at Bangalore Institute Of Technology (BIT) and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Syllogism
Time and distance
Coding
Find the output
Reasoning

Round 2 - Coding Test 

Write reverse of string
FozzBuzz program
Annogram
Oops

Round 3 - HR 

(1 Question)

  • Q1. Ready to Relocate Salary structure

Member Technical Staff Interview Questions asked at other Companies

Q1. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the price of a particular stock for the next ‘N’ days. You can either buy or sell a stock. Also, you can only complete at most 2-transactions. Find the maximum profit that you ca... read more
View answer (4)

Jobs at NEC

View all

Researcher Interview Questions & Answers

user image Anonymous

posted on 21 Mar 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Mumbai and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Psychometric Test 

(1 Question)

  • Q1. Why do you want to come to japan?

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have a strong reason to first come to japan and stay in japan.

Researcher Interview Questions asked at other Companies

Q1. What are the methods for identifying and resolving defects related to HPDC (High-Pressure Die Casting)?
View answer (1)

Senior Test Manager -SI service Assurance Interview Questions & Answers

user image Shashivendra Pratap Singh

posted on 29 Apr 2024

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. QMS and testing related

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not come in this company , job is not secure for new comers no policy and structured management.

I applied via Walk-in and was interviewed in Mar 2022. There were 3 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 - Coding Test 

C language and java

Round 3 - HR 

(7 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?
  • Q5. Where do you see yourself in 5 years?
  • Q6. What are your strengths and weaknesses?
  • Q7. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I am fresher and i have theoretical knowledge and practically knowledge but I can do hard work for my organization my organization and i will work in the company to the best of knowledge ability and skill and try to fulfill the organization goal .i am confidence about my work

Computer Operator and Programming Assistant Interview Questions asked at other Companies

Q1. What is the computer
View answer (6)

Executive Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2024

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

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What have u learnt in ur MBA

Executive Interview Questions asked at other Companies

Q1. How will you start RS method Development for known drug product?
View answer (16)

NEC Interview FAQs

How many rounds are there in NEC interview?
NEC interview process usually has 2-3 rounds. The most common rounds in the NEC interview process are Technical, HR and Resume Shortlist.
How to prepare for NEC 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 NEC. The most common topics and skills that interviewers at NEC expect are Telecom, Logistics, Python, SQL and Analytics.
What are the top questions asked in NEC interview?

Some of the top questions asked at the NEC interview -

  1. Round 2: capitalize 1st and last character of each word in a given string. Eg: ...read more
  2. Round 1 : What is the difference between list and a tup...read more
  3. What is Data Science and Machine Learning. Name few algorithms and if I have us...read more
How long is the NEC interview process?

The duration of NEC interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

NEC Interview Process

based on 58 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Nagarro Interview Questions
4.0
 • 778 Interviews
Samsung Interview Questions
3.9
 • 561 Interviews
Cisco Interview Questions
4.1
 • 397 Interviews
LG Electronics Interview Questions
4.0
 • 193 Interviews
Hitachi Interview Questions
4.0
 • 82 Interviews
Sony Interview Questions
4.2
 • 66 Interviews
Panasonic Interview Questions
4.1
 • 47 Interviews
Toshiba Interview Questions
4.0
 • 28 Interviews
View all

NEC Reviews and Ratings

based on 1.5k reviews

4.4/5

Rating in categories

4.3

Skill development

4.4

Work-life balance

4.3

Salary

4.3

Job security

4.3

Company culture

4.1

Promotions

4.2

Work satisfaction

Explore 1.5k Reviews and Ratings
Technical Product Development

Chennai

2-5 Yrs

Not Disclosed

Senior Technical Lead

Chennai

8-17 Yrs

Not Disclosed

Technical Architect

Chennai

11-17 Yrs

Not Disclosed

Explore more jobs
Member Technical Staff
365 salaries
unlock blur

₹3.2 L/yr - ₹8.5 L/yr

Technical Lead
305 salaries
unlock blur

₹8.7 L/yr - ₹32 L/yr

Senior Member of Technical Staff
190 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Senior Software Engineer
171 salaries
unlock blur

₹7 L/yr - ₹27.2 L/yr

Senior Technical Lead
161 salaries
unlock blur

₹12 L/yr - ₹39 L/yr

Explore more salaries
Compare NEC with

Hitachi

4.0
Compare

Toshiba

4.0
Compare

Panasonic

4.0
Compare

Sony

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