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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

NEC Interview Questions and Answers for Freshers

Updated 26 Jun 2025
Popular Designations

10 Interview questions

A Graduate Engineer Trainee (Get) was asked
Q. Can you provide an example of how cloud computing works?
Ans. 

Cloud computing allows users to access and store data and applications over the internet instead of on a physical hard drive.

  • Data and applications are stored on remote servers and accessed through the internet.

  • Users can access their data and applications from any device with an internet connection.

  • Cloud services can include storage, databases, networking, analytics, and more.

  • Examples of cloud services include Amaz...

View all Graduate Engineer Trainee (Get) interview questions
A Graduate Engineer Trainee (Get) was asked
Q. Explain the RJ45 connector with its color specifications.
Ans. 

The RJ45 connector is a standardized physical interface for connecting ethernet cables, with color specifications for wiring.

  • RJ45 connectors have 8 pins and are commonly used for Ethernet connections

  • The color specifications for wiring in an RJ45 connector are typically T568A or T568B standards

  • T568A wiring uses green and orange pairs, while T568B uses orange and green pairs

  • For example, in T568B standard, pin 1 is w...

View all Graduate Engineer Trainee (Get) interview questions
A Graduate Engineer Trainee (Get) was asked
Q. What is the difference between a 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)

View all Graduate Engineer Trainee (Get) interview questions
A Graduate Engineer Trainee (Get) was asked
Q. What is a .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 interp...

View all Graduate Engineer Trainee (Get) interview questions
A Graduate Engineer Trainee (Get) was asked
Q. 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...

View all Graduate Engineer Trainee (Get) interview questions
A Graduate Engineer Trainee (Get) was asked
Q. What is a 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 pow...

View all Graduate Engineer Trainee (Get) interview questions
A Graduate Engineer Trainee (Get) was asked
Q. Capitalize the first and last character of each word in a given string. For example, '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

View all Graduate Engineer Trainee (Get) interview questions
Are these interview questions helpful?
A Graduate Engineer Trainee (Get) was asked
Q. Write a function to 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.

View all Graduate Engineer Trainee (Get) interview questions
A Software Developer was asked
Q. Reverse a string remove duplicate elements inheritance question
Ans. 

Answering three technical questions for a software developer interview

  • To reverse a string, use a loop to iterate through the string and append each character to a new string in reverse order

  • To remove duplicate elements, use a set data structure to store unique elements and then convert it back to a list

  • Inheritance allows a subclass to inherit properties and methods from a superclass, allowing for code reuse and or...

View all Software Developer interview questions
A Graduate Engineer Trainee (Get) was asked
Q. Aws cloud vs azure vs gcp
Ans. 

AWS, Azure, and GCP are three major cloud service providers offering a range of services and features for businesses.

  • AWS (Amazon Web Services) is the oldest and most widely used cloud platform, offering a wide range of services and global data centers.

  • Azure (Microsoft Azure) is known for its strong integration with Microsoft products and services, as well as its hybrid cloud capabilities.

  • GCP (Google Cloud Platform...

View all Graduate Engineer Trainee (Get) interview questions

NEC Interview Experiences for Freshers

11 interviews found

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

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

Round 1 - Aptitude Test 

Easy questions mostly on programming languages and data analysis.

Round 2 - HR 

(2 Questions)

  • Q1. Friendly HR. Typical Hr questions were asked.
  • Q2. Got the information regarding other rounds.
Round 3 - Technical 

(2 Questions)

  • Q1. Linux questions, Cybersecurity questions.
  • Q2. Sql and python coding questions
Round 4 - One-on-one 

(2 Questions)

  • Q1. With senior management.
  • Q2. Simple and most easiest typical tech questions based on the resume.

Interview Preparation Tips

Topics to prepare for NEC Internship Trainee interview:
  • SQL
  • Cybersecurity
  • Linux
Interview preparation tips for other job seekers - Prepare for the interview questions using the available resources that would be enough.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Binary search questions
  • Q2. Deep dive project related
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2022. 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 - Aptitude Test 

Basics aptitude question mixed with cs question

Round 3 - Coding Test 

Sql commands and queries with some cloud computing questions and oops concepts

Round 4 - Technical 

(3 Questions)

  • Q1. About projects done basically whatever you wrote in your resume. Oops concept Networking questions
  • Q2. Basic Linux commands like mv rm ls etc
  • Q3. The networking stacks and chart
Round 5 - Technical 

(4 Questions)

  • Q1. Cloud questions case study Pvt public clouds networking linux commands
  • Q2. Explain the rj45 connector with its colour specifications
  • Ans. 

    The RJ45 connector is a standardized physical interface for connecting ethernet cables, with color specifications for wiring.

    • RJ45 connectors have 8 pins and are commonly used for Ethernet connections

    • The color specifications for wiring in an RJ45 connector are typically T568A or T568B standards

    • T568A wiring uses green and orange pairs, while T568B uses orange and green pairs

    • For example, in T568B standard, pin 1 is white/...

  • Answered by AI
  • Q3. Aws cloud vs azure vs gcp
  • Ans. 

    AWS, Azure, and GCP are three major cloud service providers offering a range of services and features for businesses.

    • AWS (Amazon Web Services) is the oldest and most widely used cloud platform, offering a wide range of services and global data centers.

    • Azure (Microsoft Azure) is known for its strong integration with Microsoft products and services, as well as its hybrid cloud capabilities.

    • GCP (Google Cloud Platform) is ...

  • Answered by AI
  • Q4. Give example of how cloud works
  • Ans. 

    Cloud computing allows users to access and store data and applications over the internet instead of on a physical hard drive.

    • Data and applications are stored on remote servers and accessed through the internet.

    • Users can access their data and applications from any device with an internet connection.

    • Cloud services can include storage, databases, networking, analytics, and more.

    • Examples of cloud services include Amazon We...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NEC Graduate Engineer Trainee (Get) interview:
  • OOPS
  • Cloud Computing
  • Computer Networking
  • Linux
  • Python
  • SQL

Skills evaluated in this interview

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Assessment Test ,Basic java, basic sql
  • Q2. Java - oops, collection, Multithreading and Coding Question from- Array and String easy questions
  • Q3. Basic Sql both theory and particle - Select, Group By, having and joins
  • Q4. Prepare your college project

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a fresher and want to join NEC. Remember 2-3 things 1. Be good in your tech-If you are not good enough they give project whatever they want. 2. Don't depend upon company- They don't care about you.
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 

(3 Questions)

  • Q1. Reverse a string remove duplicate elements inheritance question
  • Ans. 

    Answering three technical questions for a software developer interview

    • To reverse a string, use a loop to iterate through the string and append each character to a new string in reverse order

    • To remove duplicate elements, use a set data structure to store unique elements and then convert it back to a list

    • Inheritance allows a subclass to inherit properties and methods from a superclass, allowing for code reuse and organiz...

  • Answered by AI
  • Q2. Reverse a string , remove duplicate elements, inheritance question
  • Q3. Asking about tuples ,list

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in resume skills and confidence and coding also

Skills evaluated in this interview

Round 1 - Coding Test 

Coding round easy level ques and some of them is mcq

Round 2 - Technical 

(2 Questions)

  • Q1. It was technical round they were asked 2 aptitude ques
  • Q2. And asked some basic tech ques only

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go with the flow,
They are offering 5lpa for 2 years bond and with 4 rounds
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 6 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 

There were total 60 MCQ worth time of 1 hour. The major part is covered by the computer fundamentals like OS and CN , Verbal reasoning , Quant , Cloud and code snippet output based questions. If you are scoring 48/60 then there is a great chance to qualify this round.

Round 3 - Coding Test 

3 coding questions worth time of 30 minutes. The level was moderate. 2 question was based on string and 1 question was on Array. If you solve 2 questions then there is a great chance to qualify this round.

Round 4 - Technical 

(2 Questions)

  • Q1. After qualifying these 2 rounds we moved to our next segment , which was Technical Interview Round 1 (L-1).
  • Q2. In level 1 interview the level of questions was above easy to below moderate. They asked me some command of Linux , Algorithm for Binary Search , Fundamentals of OOPS , 2 coding questions which were as fol...
Round 5 - Technical 

(1 Question)

  • Q1. This Round was quite tough. They asked me various coding questions based on OOPS , some scripts for Data Analytics , all the operations possible in Data Bases.
Round 6 - HR 

(1 Question)

  • Q1. Just a simple interaction not as much need to worry about this segment.

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

Intern Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What makes you fitted in this company?

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

C language and java

Round 3 - HR 

(7 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Ans. 

    I come from a supportive family that values education and hard work, fostering a nurturing environment for personal growth.

    • Parents: My father is an engineer and my mother is a teacher, both instilling a strong work ethic and the importance of education.

    • Siblings: I have one younger sister who is currently pursuing her studies in computer science, inspired by our family's emphasis on learning.

    • Family Values: We prioritize...

  • Answered by AI
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?
  • Q5. Where do you see yourself in 5 years?
  • Ans. 

    In five years, I envision myself as a skilled programmer, contributing to innovative projects and mentoring junior developers.

    • Career Growth: I aim to advance to a senior programming role, leading projects that utilize cutting-edge technologies like AI and machine learning.

    • Skill Development: I plan to enhance my programming skills by mastering languages such as Python and JavaScript, and frameworks like React and Node.j...

  • Answered by AI
  • Q6. What are your strengths and weaknesses?
  • Ans. 

    Identifying strengths and weaknesses helps in personal growth and aligning skills with job requirements for better performance.

    • Strength: Strong problem-solving skills. For example, I successfully debugged a complex issue in a software project, improving efficiency by 30%.

    • Strength: Adaptability. I quickly learned new programming languages and tools, such as transitioning from Java to Python for a project.

    • Weakness: Publi...

  • Answered by AI
  • 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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about NEC?
Ask anonymously on communities.

NEC Interview FAQs

How many rounds are there in NEC interview for freshers?
NEC interview process for freshers usually has 3 rounds. The most common rounds in the NEC interview process for freshers are Technical, Resume Shortlist and Coding Test.
How to prepare for NEC interview for freshers?
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 Communication Skills, Python, Machine Learning, Excel and C++.
What are the top questions asked in NEC interview for freshers?

Some of the top questions asked at the NEC interview for freshers -

  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. Round -2 : reverse a string using recursi...read more
What are the most common questions asked in NEC HR round for freshers?

The most common HR questions asked in NEC interview are for freshers -

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. Why are you looking for a chan...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.

Overall Interview Experience Rating

3/5

based on 6 interview experiences

Difficulty level

Easy 17%
Moderate 83%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more
Join NEC NEC creates the social values to promote a more sustainable world

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.9k Interviews
DXC Technology Interview Questions
3.7
 • 841 Interviews
NTT Data Interview Questions
3.8
 • 661 Interviews
UST Interview Questions
3.8
 • 544 Interviews
Atos Interview Questions
3.8
 • 392 Interviews
Synechron Interview Questions
3.5
 • 378 Interviews
Tiger Analytics Interview Questions
3.7
 • 232 Interviews
VVDN Technologies Interview Questions
3.6
 • 222 Interviews
Cybage Interview Questions
3.8
 • 201 Interviews
View all

NEC Reviews and Ratings

based on 1.6k reviews

4.3/5

Rating in categories

4.2

Skill development

4.4

Work-life balance

4.2

Salary

4.2

Job security

4.2

Company culture

4.0

Promotions

4.2

Work satisfaction

Explore 1.6k Reviews and Ratings
Technical Lead

Bangalore / Bengaluru

6-8 Yrs

Not Disclosed

Contingent Worker

Noida

3-5 Yrs

Not Disclosed

Job Opportunity For Technical Lead (SDWAN)

Noida

10-14 Yrs

Not Disclosed

Explore more jobs
Member Technical Staff
360 salaries
unlock blur

₹3.5 L/yr - ₹7.9 L/yr

Technical Lead
268 salaries
unlock blur

₹16.4 L/yr - ₹30 L/yr

Senior Member of Technical Staff
247 salaries
unlock blur

₹4.6 L/yr - ₹18 L/yr

Senior Software Engineer
166 salaries
unlock blur

₹11.5 L/yr - ₹23.4 L/yr

Senior Technical Lead
161 salaries
unlock blur

₹19 L/yr - ₹33 L/yr

Explore more salaries
Compare NEC with

Cognizant

3.7
Compare

DXC Technology

3.7
Compare

UST

3.8
Compare

Atos

3.8
Compare
write
Share an Interview