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

Clear (1)

NEC Trainee Interview Questions and Answers

Updated 14 Jun 2024

NEC Trainee Interview Experiences

2 interviews found

Trainee Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2024

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

I applied via Campus Placement

Round 1 - Aptitude Test 

3 sections each have separate time period

Round 2 - Coding Test 

3 coding questions difficult

Round 3 - Technical 

(2 Questions)

  • Q1. Questions on networking
  • Q2. Questions on coding to write some scripts
Round 4 - Technical 

(1 Question)

  • Q1. Questions on coding
Round 5 - HR 

(1 Question)

  • Q1. They tell us about company norms

Trainee Interview Questions & Answers

user image Anonymous

posted on 29 Dec 2022

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

I applied via Approached by Company and was interviewed before Dec 2021. There were 2 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is Data Science and Machine Learning. Name few algorithms and if I have used any of them in my projects or learning.
  • Ans. 

    Data Science is the study of data to extract insights and knowledge. Machine Learning is a subset of Data Science that uses algorithms to learn patterns from data.

    • Data Science involves collecting, cleaning, analyzing, and interpreting data to make informed decisions

    • Machine Learning algorithms include Linear Regression, Decision Trees, Random Forest, K-Means Clustering, and Neural Networks

    • I have used Random Forest algor...

  • Answered by AI
  • Q2. What is Decision tree and how it works and what principle it follows. What is Keras and Random forest where it is used and for why it is used.
  • Ans. 

    Decision tree is a tree-like model used for classification and regression. Keras is a deep learning library and Random forest is an ensemble learning method.

    • Decision tree is a supervised learning algorithm that works by recursively splitting the dataset into subsets based on the most significant attribute.

    • Keras is a high-level neural networks API written in Python that runs on top of TensorFlow, CNTK, or Theano. It is ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NEC Trainee interview:
  • Resume
  • self introduction
Interview preparation tips for other job seekers - Before going for any interview, it’s a must to go through your resume. Have a clear understanding of each points written on you resume either if its projects or certifications or anything just have the understanding of it. Keep yourself calm and confident if you don’t know the answer, clearly say don’t know, don’t try to beat around the bush your interviewer is no fool. Just try to be calm, go through your resume.

Skills evaluated in this interview

Trainee Interview Questions Asked at Other Companies

Q1. Ques1: There is a big file of words which is dynamically changing ... read more
Q2. Ques 1: An array of n integers is there in which the range of ele ... read more
Q3. Ques 1: You are given pairs of numbers. In a pair the first numbe ... read more
Q4. 1) What was the College project ? 2) Subjects ? 3) Types of cooli ... read more
Q5. During cruise, Thrust equals drag, then how does plane move forwa ... read more

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. They asked about my domain, my b.tech projects, switches, Induction motor, BLDC motor
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQs type questions in first round

Round 2 - Coding Test 

2 section for coding round with 3questions in first and 2 in second

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice basic DSA linked list, array, stack,queue etc

I applied via Company Website and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

40 question asked 25 questions from aptitude and 15 questions from data structure and some from computer fundamental's, questions are easy to medium.

Round 2 - Coding Test 

3 Coding questions were asked in Coding round
First question from String
Second question from Array
3rd from Dynamic Programming

Round 3 - Technical 

(1 Question)

  • Q1. One coding question were asked Find missing and duplicate numbers from N Natural numbers array
  • Ans. 

    Find missing and duplicate numbers from N Natural numbers array

    • Iterate through the array and keep track of seen numbers using a hash set

    • For each number, check if it is already in the hash set. If yes, it is a duplicate. If not, add it to the set

    • After iterating through the array, the missing numbers are the ones not in the hash set

    • Alternatively, sort the array and check for duplicates and missing numbers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go for normal aptitude questions for 1st round.
Array and string questions for practice if 2 questions solved then you will get call for interview.
Practice questions from array string and linked list and some basic data structure topics.

I applied via Company Website and was interviewed in Sep 2022. 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 Resume tips
Round 2 - Aptitude Test 

This round consisted of Aptitude and Computer Fundamental Questions.I don't remember exactly how many but I guess there were around 50 MCQ's. I might solved around 37+ correct questions.

Round 3 - Coding Test 

This round consisted of 3 Coding Questions. 1 Easy Medium, 1 Medium and 1 Hard Question.Solved first two and passed only 3 test cases in the third question.

Round 4 - Technical 

(2 Questions)

  • Q1. This round lasted for only 15 minutes and the interviewer asked me Two Sum Problem. Explained from Naive to Most Optimized solution, i.e O(N^2) to O(N).Gave him 3 solutions and the interviewer was satisfie...
  • Q2. Given an array find if there are two elements are present that sum to target, else return -1;
  • Ans. 

    Given an array find if there are two elements are present that sum to target, else return -1

    • Iterate through the array and for each element check if target - element is present in the array

    • Use a hash table to store the elements and their indices for faster lookup

    • If no such pair is found, return -1

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. General HR Questions like Strengths, Weaknesses, About Company and bit about my family background.

Interview Preparation Tips

Topics to prepare for Nagarro Trainee interview:
  • Data Structures
  • Algorithms
  • Java
  • DBMS
Interview preparation tips for other job seekers - Be strong in Basics and be clear with your answers.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2023. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Medium to moderate level questions on profit loss, percentage etc

Round 3 - Coding Test 

Medium to moderate question on array , string and HashMap

Round 4 - Technical 

(2 Questions)

  • Q1. Question on OOPs and Sql
  • Q2. OOPs question like inheritance, polymorphism , interface and some coding question on array SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOPS and SQL and also practice some question on array and string
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions, time duration within 60 minutes.

Round 2 - Coding Test 

Five questions - two easy, three moderate level

Round 3 - Technical 

(1 Question)

  • Q1. Basic DSA, OOPS concepts, complexities related questions
Round 4 - HR 

(1 Question)

  • Q1. About yourself? Why you want to join nagarro? Salary expectation? Location is ok with you?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Aptitude Test 

Simple Aptitude Questions

Round 3 - Coding Test 

3 coding questions, easy to medium difficulty

Round 4 - Technical 

(1 Question)

  • Q1. Basic Oops questions
Round 5 - HR 

(1 Question)

  • Q1. Intro and why you want to join.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. DSA Question about linked list operation
Round 3 - HR 

(1 Question)

  • Q1. Simple hr questions like your strength weakness , able to relocate
Contribute & help others!
anonymous
You can choose to be anonymous

NEC Interview FAQs

How many rounds are there in NEC Trainee interview?
NEC interview process usually has 3-4 rounds. The most common rounds in the NEC interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for NEC Trainee 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 C++, AWS, Administration, Administrative Assistance and Analytics.
What are the top questions asked in NEC Trainee interview?

Some of the top questions asked at the NEC Trainee interview -

  1. What is Data Science and Machine Learning. Name few algorithms and if I have us...read more
  2. What is Decision tree and how it works and what principle it follows. What is K...read more
  3. questions on coding to write some scri...read more

Recently Viewed

SALARIES

Brillio

JOBS

Brillio

No Jobs

SALARIES

PI Industries

DESIGNATION

INTERVIEWS

NEC

No Interviews

LIST OF COMPANIES

Brillio

Overview

JOBS

NEC

No Jobs

SALARIES

Crisil

SALARIES

Crisil

SALARIES

Crisil

Tell us how to improve this page.

NEC Trainee Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

NEC Trainee Reviews and Ratings

based on 3 reviews

2.1/5

Rating in categories

3.3

Skill development

2.0

Work-life balance

2.0

Salary

2.0

Job security

2.1

Company culture

2.0

Promotions

2.1

Work satisfaction

Explore 3 Reviews and Ratings
Member Technical Staff
365 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
305 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Member of Technical Staff
190 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
172 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Lead
161 salaries
unlock blur

₹0 L/yr - ₹0 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