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 Senior Software Engineer Interview Questions and Answers

Updated 19 Feb 2024

NEC Senior Software Engineer Interview Experiences

1 interview found

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 Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Array and string based questions

Round 2 - Technical 

(2 Questions)

  • Q1. Teams Round with Tech lead
  • Q2. Opps, c#, .net core ,web API sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Concept should be clear, they ask basic question only

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the different sizes available for a virtual warehouse in Snowflake, and which sizes are currently being utilized in your current project?
  • Q2. What are stored procedures in Snowflake, and how did you utilize them?
Round 2 - Technical 

(2 Questions)

  • Q1. How did you verify the data after transferring it from one database to another?
  • Q2. What are the different types of duplicate checks that can be performed using SQL queries?
Round 3 - HR 

(2 Questions)

  • Q1. Are you open to relocating to Hyderabad?
  • Q2. What information do you have about ValueLabs?

Interview Preparation Tips

Topics to prepare for ValueLabs Senior Software Engineer interview:
  • Snowflake
  • SQL
  • Python
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(3 Questions)

  • Q1. DSA question on string, Build lowest number by removing n digits from a given number.
  • Q2. Questions on Java 8 features, lambda, functional interface, streams, parallel streams. Multithreading questions: Executors, competable future, locks, synchronize, atomicInteger. Garbage collectors, algorit...
  • Q3. Coding question to filter unique element on streams and 2 more using comparator.

Interview Preparation Tips

Interview preparation tips for other job seekers - Average interview. prepare more on java thory.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Jetpack compose, kotlin, hilt, permission, Testing,
Round 2 - Technical 

(1 Question)

  • Q1. Questions on mvvm, clean architecture.
Round 3 - Technical 

(1 Question)

  • Q1. Client round with questions on android permission, Android security
Round 4 - HR 

(1 Question)

  • Q1. Salary discussed

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong knowledge of Jetpack compose, Clea architecture, mvvm, kotlin
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. DIscussed on mIcroservice arch with AWS
  • Q2. Question related to spring boot annotations
  • Q3. Questions related to design pattern
Round 2 - Technical 

(3 Questions)

  • Q1. Question related to previous project.
  • Q2. Some questions of MySQL
  • Q3. Multithreading related questions,
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Android interview asked about coroutines, flow, why we use MVVM instead of MVP, viewmodel pros and cons, security and how to hide keys in package
Round 2 - Group Discussion 

2nd round was about again Android but more focused on security features of android

Round 3 - Coding Test 

3rd round was live coding . I was asked to make an app from scratch in 1 hour without even using google.

Interview Preparation Tips

Interview preparation tips for other job seekers - Even after clearing all rounds I was rejected by HR because of salary issue. HR didn't communicated this before interviews and wasted our time and kept me as a backup plan. It is painful to get rejected after clearing all rounds and putting soo much efforts.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Regarding all basic java , sprint boot questions
  • Q2. More focused on Spring and microservices
Round 2 - Technical 

(1 Question)

  • Q1. Advance java questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain advantages of Angular
  • Ans. 

    Angular offers advantages such as two-way data binding, dependency injection, and modular architecture.

    • Two-way data binding allows automatic synchronization of data between the model and the view, reducing the need for manual DOM manipulation.

    • Dependency injection helps manage dependencies and promotes code reusability by allowing components to be easily injected with their dependencies.

    • Modular architecture enables deve...

  • Answered by AI
  • Q2. Explain about ngmodel
  • Ans. 

    ngModel is a directive in AngularJS that binds the value of HTML controls to application data.

    • ngModel is used for two-way data binding in AngularJS.

    • It can be used with input, select, textarea, and custom form controls.

    • Example:

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Java coding questions
  • Q2. Core java and spring questions
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation

Skills evaluated in this interview

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Suppose we have list contains abc1, abcd,1231,null, empty then write java 8 code to find numbers only
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Lambda functions
  • Q2. What is Streams in java8
  • Ans. 

    Streams in Java 8 provide a way to process collections of objects in a functional style.

    • Streams allow for functional-style operations on collections, such as map, filter, and reduce.

    • Streams can be sequential or parallel, allowing for efficient processing of large datasets.

    • Streams do not store elements, they are processed on-demand as needed.

    • Example: List names = Arrays.asList("Alice", "Bob", "Charlie"); Stream stream =

  • Answered by AI
  • Q3. Authentication vs Authorization
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what a user can access.

    • Authentication confirms the user's identity through credentials like passwords or biometrics.

    • Authorization determines the user's permissions and access levels to resources.

    • Example: Logging into a system with a username and password is authentication. Being able to view certain files based on your role is authorization.

  • Answered by AI
  • Q4. How the Hashmap works
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for quick retrieval of values based on keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hashmap provides constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Example: HashM...

  • Answered by AI
  • Q5. How to find duplicate in unsorted array
  • Ans. 

    Use a hash set to keep track of seen elements and identify duplicates in an unsorted array of strings.

    • Iterate through the array and add each element to a hash set.

    • If an element is already in the hash set, it is a duplicate.

    • Example: ['apple', 'banana', 'apple', 'orange'] => 'apple' is a duplicate.

  • Answered by AI
Round 2 - One-on-one 

(5 Questions)

  • Q1. Day to day responsibility
  • Q2. How to handle http requests in Spring Boot
  • Ans. 

    Handling http requests in Spring Boot involves creating controller classes, mapping endpoints, and using annotations like @RestController and @RequestMapping.

    • Create a controller class with @RestController annotation

    • Map endpoints using @RequestMapping annotation

    • Use @GetMapping, @PostMapping, @PutMapping, @DeleteMapping annotations for specific HTTP methods

    • Inject dependencies using @Autowired annotation

  • Answered by AI
  • Q3. How different microservices communicate with each other
  • Ans. 

    Microservices communicate with each other through APIs, message queues, or event-driven architecture.

    • APIs: Microservices can communicate with each other through RESTful APIs or GraphQL.

    • Message queues: Services can use message brokers like RabbitMQ or Kafka to send and receive messages.

    • Event-driven architecture: Services can publish events to a message broker and subscribe to events they are interested in.

    • Service discov...

  • Answered by AI
  • Q4. Exception handling in spring boot
  • Ans. 

    Exception handling in Spring Boot involves using @ControllerAdvice, @ExceptionHandler, and ResponseEntity.

    • Use @ControllerAdvice to define global exception handling for all controllers

    • Use @ExceptionHandler to handle specific exceptions in individual controllers

    • Return ResponseEntity with appropriate status codes and error messages

  • Answered by AI
  • Q5. Where will be microservices deployed in AWS
  • Ans. 

    Microservices can be deployed in AWS using services like ECS, EKS, Lambda, or Fargate.

    • Microservices can be deployed on AWS Elastic Container Service (ECS) for containerized applications.

    • AWS Elastic Kubernetes Service (EKS) can be used for deploying microservices using Kubernetes.

    • Serverless microservices can be deployed using AWS Lambda.

    • AWS Fargate provides serverless compute for containers, allowing for easy deployment

  • Answered by AI
Round 3 - HR 

(5 Questions)

  • Q1. Tell me something about yourself
  • Q2. About your family
  • Q3. What's your long term goals
  • Q4. Salary expectations
  • Q5. Location constraints etc

Interview Preparation Tips

Topics to prepare for YASH Technologies Senior Software Engineer interview:
  • Java
  • java8
  • Hibernate
  • hashmap
  • Spring Boot
Interview preparation tips for other job seekers - Prepare Basic Java interview questions and for spring boot, atleast you should know the flow of creating a new project and how to run it.

Skills evaluated in this interview

NEC Interview FAQs

How many rounds are there in NEC Senior Software Engineer interview?
NEC interview process usually has 2 rounds. The most common rounds in the NEC interview process are Coding Test and Technical.
How to prepare for NEC Senior Software 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 NEC. The most common topics and skills that interviewers at NEC expect are Biometrics, Cloud, Code Review, Delphi and Design.
What are the top questions asked in NEC Senior Software Engineer interview?

Some of the top questions asked at the NEC Senior Software Engineer interview -

  1. Opps, c#, .net core ,web API ...read more
  2. Teams Round with Tech l...read more

Tell us how to improve this page.

NEC Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
NEC Senior Software Engineer Salary
based on 171 salaries
₹7 L/yr - ₹27.2 L/yr
14% more than the average Senior Software Engineer Salary in India
View more details

NEC Senior Software Engineer Reviews and Ratings

based on 47 reviews

4.2/5

Rating in categories

3.9

Skill development

4.4

Work-life balance

4.3

Salary

4.1

Job security

4.1

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 47 Reviews and Ratings
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