Upload Button Icon Add office photos

Filter interviews by

NEC Software Solutions Interview Questions and Answers

Updated 9 Jan 2025

NEC Software Solutions Interview Experiences

Popular Designations

18 interviews found

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

I applied via Walk-in and was interviewed in Apr 2023. 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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Projects (flowchart, working, etc..)
  • Q2. Basic Coding and knowledge about java, C,C#,Python and ML

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 8 Jun 2022

Round 1 - One-on-one 

(1 Question)

  • Q1. All Scrum Master role related - ceremonies performed, burn down charts, live scenarios
Round 2 - One-on-one 

(1 Question)

  • Q1. Onshore PM interview. Regarding scrum master role only
Round 3 - One-on-one 

(1 Question)

  • Q1. High level responsibilities
Round 4 - HR 

(1 Question)

  • Q1. HR interview and information about me

Interview Preparation Tips

Interview preparation tips for other job seekers - Through knowledge of scrum master role and responsibilities

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical questions related to BAU responsibilities.
Round 2 - One-on-one 

(1 Question)

  • Q1. Management round.. mostly emphasis on your interpersonal skills and overall qualities.

Capacity Analyst Interview Questions asked at other Companies

Q1. What if we have two WAN sites working as Primary and Backup, if one went down then how you can calculate the capacity for that site.
View answer (1)
Round 1 - Aptitude Test 

All topics in the Aptitude

Round 2 - Coding Test 

Coding on arrays,string

Round 3 - Technical 

(1 Question)

  • Q1. Inheritance reverse a string
  • Ans. 

    Reverse a given string using inheritance in software development.

    • Create a class that inherits from the string class

    • Override the __str__ method to return the reversed string

    • Instantiate the class with the given string and call the __str__ method

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared well for the interview ,practices the coding question

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

NEC Software Solutions interview questions for popular designations

 Software Developer

 (3)

 Test Analyst

 (3)

 Senior Software Engineer

 (2)

 Associate Engineer

 (1)

 Associate Technical Leader

 (1)

 Capacity Analyst

 (1)

 Data Analyst

 (1)

 Plsql Developer

 (1)

I applied via Indeed and was interviewed before Nov 2021. 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 tips
Round 2 - Aptitude Test 

1.Grammar
2.Speee, Time related question
3. Decoding of letter

Round 3 - Group Discussion 

They Test GK, Technical knowledge, Situation Handling and Confidence

Round 4 - One-on-one 

(2 Questions)

  • Q1. They as you to write Programming challenges. Prime number Fibonacci series and leap year etc etc Please do programming
  • Q2. Testing team go for regression. Automation realated I don't know

Interview Preparation Tips

Topics to prepare for NEC Software Solutions Associate Engineer interview:
  • OOPS
  • Collections
  • Java
Interview preparation tips for other job seekers - Keep Going People Have Strong Knowledge and Personality.

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)
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 - Technical 

(1 Question)

  • Q1. Difference between delete and truncate?
  • Ans. 

    Delete removes specific rows from a table while truncate removes all rows from a table.

    • Delete is a DML operation while truncate is a DDL operation.

    • Delete can be rolled back while truncate cannot be rolled back.

    • Delete operation is slower than truncate operation.

    • Delete operation does not reset the identity of the table while truncate operation resets the identity of the table.

    • Delete operation fires triggers while truncat

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why are you looking for switch?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on basics for the role which you are applying

Skills evaluated in this interview

Plsql Developer Interview Questions asked at other Companies

Q1. What is procedure in plsql and it's syntax and difference between procedure and function?
View answer (7)

Jobs at NEC Software Solutions

View all
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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Oops, .net core, signalr

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of .net, SQL, angular. Be well prepared

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Gk questions and coding knowledge

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic concepts of java live scenario
  • Q2. Basic concepts of oops, coding scenario

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

NEC Software Solutions Interview FAQs

How many rounds are there in NEC Software Solutions interview?
NEC Software Solutions interview process usually has 2-3 rounds. The most common rounds in the NEC Software Solutions interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for NEC Software Solutions 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 Software Solutions. The most common topics and skills that interviewers at NEC Software Solutions expect are Healthcare, IT Services, Information Technology, Financial Services and microsoft.
What are the top questions asked in NEC Software Solutions interview?

Some of the top questions asked at the NEC Software Solutions interview -

  1. How to define function in VB...read more
  2. Difference between delete and trunca...read more
  3. Inheritance reverse a str...read more
How long is the NEC Software Solutions interview process?

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

Tell us how to improve this page.

NEC Software Solutions Interview Process

based on 17 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 800 Interviews
TCS iON Interview Questions
3.9
 • 364 Interviews
View all

NEC Software Solutions Reviews and Ratings

based on 166 reviews

4.0/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

3.5

Salary

4.1

Job security

3.9

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 166 Reviews and Ratings
Senior Full Stack Developer

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

.NET Application Developer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

NECSWS Senior executive Invoice creation

Mumbai

1-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
169 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Senior Software Engineer
115 salaries
unlock blur

₹8 L/yr - ₹27 L/yr

Test Analyst
94 salaries
unlock blur

₹4 L/yr - ₹10.2 L/yr

Senior Test Analyst
80 salaries
unlock blur

₹6.1 L/yr - ₹21.6 L/yr

Lead Software Engineer
73 salaries
unlock blur

₹13 L/yr - ₹27 L/yr

Explore more salaries
Compare NEC Software Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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