Nucleus Software interview experience Real time questions & tips from candidates to crack your interview

Developer Associate

Nucleus Software
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Webdevelopment,java language,DSA,frontend react,backend nodejs,MONGODB,sql
Tip
Tip

Tip 1 : atleast make one project on any of the latest technology like cloud computing, machine learning I have made on webdevelopment 
Tip 2 : at least learn one language form basic to intermediate level at least you able to solve code 
Tip 3 : Learn basic DSA and sorting technique and solve question of this in GFG

Application process
Where: Campus
Eligibility: 60% throughout and no active backlog at the time of interview
Resume Tip
Resume tip

Tip 1 : Show case your project along with the github deployed link 
Tip 2 : mention all the skills that you know and you use in project

Interview rounds

01
Round
Medium
Online Coding Interview
Duration45 min
Interview date22 Sep 2021
Coding problem1

First round is mcq and coding question in which aptitude and SQL and java question asked and one coding question based on linkedlist data structures

1. Fold and Merge Linked List

Moderate
0/80
Asked in company
Nucleus Software

You are given a singly linked list containing ‘N’ nodes (‘N’ is even), where every node in the linked list contains a pointer ‘NEXT’, which points to the next node in the list and has an integer value associated with it.

Your task is to break LinkedList into two halves and then take the first half, fold it over the second half and merge all the intersecting nodes by taking their product.

Note :

You will apply this operation only once, check example for better understanding.
Example :
N = 4
NODE = 1 -> 2 -> 3 -> 4

In the following example, first, you break your List into two equal half, [ 1 -> 2 ] and [ 3 -> 4 ], 

Now you will fold the first half over the second half and merge them with their product.
So the answer is [ 3 * 2 -> 4 * 1 ] i.e. [ 6 -> 4 ].

Try solving now
02
Round
Easy
Video Call
Duration30min
Interview date22 Sep 2021
Coding problem1

It is a technical interview round in which they ask the java intermediate question and all other question is based on the technology that you mention on the resume be prepare for the project question also like which technology you use to build this project explain your project and cross question in between when you explaining your project and in Java ops concept and basic keyword and modifiers and singelton class and in SQL basic dml operation joints and SQL query

1. Star Pattern

Easy
0/40
Asked in companies
IBMAmazonRaja Software Labs (RSL)

Pattern for N = 4


Hint
As taught in the video, you just have to modify the code so that instead of printing numbers, it should output stars ('*').

The dots represent spaces.



Problem approach

It is easy when you learn the coding all this is a basic one for printing pattern be careful which logic is go in inner loop

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
Associate Software Engineer
2 rounds | 3 problems
Interviewed by Nucleus Software
1332 views
0 comments
0 upvotes
Software Engineer
3 rounds | 3 problems
Interviewed by Nucleus Software
1230 views
0 comments
0 upvotes
Associate Software Engineer
3 rounds | 3 problems
Interviewed by Nucleus Software
1788 views
0 comments
0 upvotes
Software Engineer
3 rounds | 7 problems
Interviewed by Nucleus Software
1566 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Developer Associate
3 rounds | 6 problems
Interviewed by CIS - Cyber Infrastructure
619 views
0 comments
0 upvotes