Upload Button Icon Add office photos

Nucleus Software Exports

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Nucleus Software Exports Software Engineer Interview Questions, Process, and Tips

Updated 26 Feb 2025

Top Nucleus Software Exports Software Engineer Interview Questions and Answers

Nucleus Software Exports Software Engineer Interview Experiences

7 interviews found

Software Engineer Interview Questions & Answers

user image Akanksha Bhayekar

posted on 21 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy medium to hard medium

Round 2 - Coding Test 

Questions on array , linked list

Round 3 - Technical 

(1 Question)

  • Q1. Oops ,dbms,cn,operating system
Round 4 - HR 

(1 Question)

  • Q1. Easy question of hr round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

Aptitude test(Quants+Reasoning+English)

Round 2 - Coding Test 

1 Beginner+ 1 Intermediate

Round 3 - Technical 

(2 Questions)

  • Q1. Technical CSE & IT Questions
  • Q2. HR Round

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Interview Questions & Answers

user image Apurve Gupta

posted on 26 Feb 2025

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

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

General Aptitude Test.

Round 2 - One-on-one 

(4 Questions)

  • Q1. One to one discussion about OOPS, Hibernate, Java.
  • Q2. What is one-one mapping.
  • Ans. 

    One-one mapping is a relationship between two sets where each element of one set is associated with exactly one element of the other set.

    • Each element in the first set maps to exactly one element in the second set.

    • No two elements in the first set map to the same element in the second set.

    • Example: Mapping employee IDs to employee names in a database.

  • Answered by AI
  • Q3. Explain Inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can override or extend the functionality of the base class

    • Example: Class 'Car' can inherit from class 'Vehicle' and inh...

  • Answered by AI
  • Q4. Select 2nd top salary.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Easy test on 2 ques of coding

Round 2 - Technical 

(2 Questions)

  • Q1. Java and AQL ques
  • Q2. Aptitude and DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this company theh will put you anywhere without even discussing. Waste of company no hike you will get no work life balance. They do nothing for employees and they just want work.

Nucleus Software Exports interview questions for designations

 Assistant Software Engineer

 (11)

 Associate Software Engineer

 (4)

 Senior Software Engineer

 (3)

 Software Engineer Trainee

 (1)

 Software Developer

 (1)

 Assistant Software Developer

 (1)

 Softwaretest Engineer

 (1)

 Senior Sse Software Engineering Analyst

 (1)

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 - Technical 

(2 Questions)

  • Q1. Write a program to reverse a string.
  • Ans. 

    A program to reverse a string

    • Iterate through the string from end to start and append each character to a new string

    • Use built-in functions like reverse() or StringBuilder.reverse() in some programming languages

  • Answered by AI
  • Q2. Difference between arraylist and linkedlitst
  • Ans. 

    ArrayList is a resizable array while LinkedList is a doubly linked list.

    • ArrayList is faster for accessing elements while LinkedList is faster for adding or removing elements.

    • ArrayList uses contiguous memory while LinkedList uses non-contiguous memory.

    • ArrayList is better for random access while LinkedList is better for sequential access.

    • Example: ArrayList - List names = new ArrayList<>(); LinkedList - List names = new L

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core java concepts like oops, collections and multithreading

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Quite lengthy interview with many fresher Java question and logical questions. Overall was good experience.
Round 2 - HR 

(1 Question)

  • Q1. Easy interview with no hard questions

I applied via Job Portal and was interviewed before Sep 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 - Technical 

(1 Question)

  • Q1. Questions related to Java and Data structure algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - I joined as a fresher and undergone 2 months training and worked as an intern after training for 6 months. After internship placed as permanent employee in the organisation.

Interview questions from similar companies

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.
Contribute & help others!
anonymous
You can choose to be anonymous

Nucleus Software Exports Interview FAQs

How many rounds are there in Nucleus Software Exports Software Engineer interview?
Nucleus Software Exports interview process usually has 2-3 rounds. The most common rounds in the Nucleus Software Exports interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Nucleus Software Exports 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 Nucleus Software Exports. The most common topics and skills that interviewers at Nucleus Software Exports expect are CRM, Coding, SAN, Troubleshooting and Agile.
What are the top questions asked in Nucleus Software Exports Software Engineer interview?

Some of the top questions asked at the Nucleus Software Exports Software Engineer interview -

  1. Write a program to reverse a stri...read more
  2. Difference between arraylist and linkedli...read more
  3. What is one-one mappi...read more

Recently Viewed

SALARIES

Altair Engineering

SALARIES

FinIQ Consulting

SALARIES

Synerzip Softech India

INTERVIEWS

Nucleus Software Exports

No Interviews

INTERVIEWS

Aker Solutions

No Interviews

JOBS

Oceaneering International

No Jobs

SALARIES

Nucleus Software Exports

INTERVIEWS

Nucleus Software Exports

No Interviews

INTERVIEWS

Nucleus Software Exports

No Interviews

INTERVIEWS

Nucleus Software Exports

No Interviews

Tell us how to improve this page.

Nucleus Software Exports Software Engineer Interview Process

based on 7 interviews

2 Interview rounds

  • Aptitude Test Round
  • Technical Round
View more
Nucleus Software Exports Software Engineer Salary
based on 932 salaries
₹3.5 L/yr - ₹11.3 L/yr
18% less than the average Software Engineer Salary in India
View more details

Nucleus Software Exports Software Engineer Reviews and Ratings

based on 140 reviews

3.3/5

Rating in categories

3.0

Skill development

2.8

Work-life balance

2.9

Salary

4.0

Job security

3.1

Company culture

2.7

Promotions

2.7

Work satisfaction

Explore 140 Reviews and Ratings
Software Engineer
932 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
484 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
203 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Software Engineer
173 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
113 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nucleus Software Exports 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