Filter interviews by
Add two numbers without using a third variable by leveraging arithmetic operations.
Use addition and subtraction: a = a + b; b = a - b; a = a - b.
Example: For a = 5 and b = 3, after operations, a becomes 8 and b becomes 5.
Use bitwise operations: a = a ^ b; b = a & b; a = a ^ b.
Example: For a = 5 (0101) and b = 3 (0011), after operations, a becomes 8 (1000) and b becomes 0.
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Allows for code reusability and promotes a hierarchical relationship between classes
Derived class can access the members of the base class
Types of inheritance include single, multiple, multilevel, and hierarchical
Example: class Animal { ... } class Dog extends Animal { ... }
Example: class Shap...
Polymorphism is the ability of a function or method to behave differently based on the object it is called with.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Animal class with methods like eat() can be inherited by Dog and Cat classes which can override ...
OOP concepts include encapsulation, inheritance, polymorphism, and abstraction, forming the foundation of object-oriented programming.
Encapsulation: Bundling data and methods in a class. Example: A class 'Car' with properties like 'speed' and methods like 'accelerate()'.
Inheritance: Mechanism to create a new class from an existing class. Example: 'ElectricCar' inherits from 'Car'.
Polymorphism: Ability to present t...
Graph data structure is a collection of nodes and edges that represent connections between them.
Nodes represent entities and edges represent relationships between them
Graphs can be directed or undirected
Examples include social networks, road networks, and computer networks
Collections in Java are frameworks that provide a way to store and manipulate groups of objects, including lists, sets, and maps.
1. Collections Framework: A unified architecture for representing and manipulating collections.
2. List: An ordered collection that allows duplicates. Example: ArrayList, LinkedList.
3. Set: A collection that does not allow duplicates. Example: HashSet, TreeSet.
4. Map: A collection of key-...
Generics allow classes, interfaces, and methods to be written with type parameters.
Generics provide type safety and reduce code duplication.
They allow for the creation of reusable code.
Examples include List
Generics are used extensively in Java and C# programming languages.
Multithreading is the ability of a CPU to execute multiple threads concurrently. Multitasking is the ability of an OS to run multiple tasks concurrently. Multiprocessing is the ability of a system to have multiple CPUs.
Multithreading allows for concurrent execution of multiple threads within a single process.
Multitasking allows for concurrent execution of multiple processes within an OS.
Multiprocessing allows for ...
String is Immutable means it cannot be changed once created.
Immutable means unchangeable or cannot be modified.
In programming, when we say string is immutable, it means that once a string object is created, its value cannot be changed.
Any operation that appears to modify a string actually creates a new string object with the modified value.
For example, if we concatenate two strings, a new string object is created ...
Pillars of OOPs are Inheritance, Encapsulation, Abstraction, and Polymorphism.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Abstraction: Hiding the complex implementation details and showing only the necessary features.
Polymorphism: Ability to present the same interface for different data types.
I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.
I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.
Aptitude ,Coding MCQ, Coding Test
Pillars of OOPs are Inheritance, Encapsulation, Abstraction, and Polymorphism.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Abstraction: Hiding the complex implementation details and showing only the necessary features.
Polymorphism: Ability to present the same interface for different data types.
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Allows for code reusability and promotes a hierarchical relationship between classes
Derived class can access the members of the base class
Types of inheritance include single, multiple, multilevel, and hierarchical
Example: class Animal { ... } class Dog extends Animal { ... }
Example: class Shape { ....
I applied via Campus Placement and was interviewed before Jun 2023. There was 1 interview round.
Add two numbers without using a third variable by leveraging arithmetic operations.
Use addition and subtraction: a = a + b; b = a - b; a = a - b.
Example: For a = 5 and b = 3, after operations, a becomes 8 and b becomes 5.
Use bitwise operations: a = a ^ b; b = a & b; a = a ^ b.
Example: For a = 5 (0101) and b = 3 (0011), after operations, a becomes 8 (1000) and b becomes 0.
I applied via Campus Placement and was interviewed in Sep 2022. There were 4 interview rounds.
Around 10 Reasoning questions 10 Aptitude and 10 English questions
1 coding problem and time alloted was 25 minutes
I applied via Campus Placement and was interviewed in Jul 2022. There were 5 interview rounds.
Normal level apti test with questions from work and time and some reasoning based questions.
2 coding questions were there, both were between easy and medium and only java and c++ was allowed.
I applied via Campus Placement and was interviewed in Jun 2022. There were 4 interview rounds.
Medium level aptitude questions
Two coding questions were asked
I applied via Campus Placement and was interviewed in Apr 2022. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.
All Aptitude related
Some Java Programs and Database questions.
I applied via Campus Placement and was interviewed in Jul 2021. There were 4 interview rounds.
Normal questions
I applied via Naukri.com and was interviewed before Sep 2021. There were 4 interview rounds.
Basic to intermediate coding test, learn searching and sorting algorithm along with basic trees and arrays data structures questions
Top trending discussions
Some of the top questions asked at the Nucleus Software Exports Assistant Software Engineer interview -
The duration of Nucleus Software Exports Assistant Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 10 interview experiences
Difficulty level
Duration
based on 29 reviews
Rating in categories
Software Engineer
1k
salaries
| ₹4.4 L/yr - ₹10.1 L/yr |
Senior Software Engineer
493
salaries
| ₹9.7 L/yr - ₹19 L/yr |
Technical Lead
227
salaries
| ₹17 L/yr - ₹30.6 L/yr |
Assistant Software Engineer
191
salaries
| ₹3 L/yr - ₹7.9 L/yr |
Software Developer
119
salaries
| ₹5.3 L/yr - ₹14 L/yr |
KPIT Technologies
Intellect Design Arena
Thomson Reuters
HighRadius