Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Nuclei Full Stack Developer Interview Questions and Answers

Updated 13 Sep 2024

Nuclei Full Stack Developer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Devi Ahilya Vishwa Vidhyalaya (DAVV), Indore and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It lasted for around 1hr 30 minutes, I have a nice developer profile, so they asked me simple DSA questions. I was asked to write the code on an online IDE and the question was given to me on google docs while the platform for the interview was gather.
The first question was a medium array question and the other one was a medium DP question.

Round 2 - Coding Test 

It lasted to 2hrs, they asked to design a system related to a payment application, I had to write a working implementation for the task given. the requirements were 5 pages on google docs and I had to implement that on the online IDE. After this, I was asked a lot of Core concepts related to DBMS, OOPS, OS, Network security and Computer Networks.

Round 3 - HR 

(4 Questions)

  • Q1. How do you help other, kindly Give real life examples.
  • Q2. Have you ever suggested someone an innovative idea? Give real life example
  • Q3. How do you help your peers with their growth? How do you contribute? Give real life example.
  • Q4. Are you able to communicate your problems with others, if so, what kind of problems do you share with others and with whom?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with either DSA or Development, if you are good enough with development, you will not need to worry much about the DSA part. Have a very clear understanding of core concepts.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Given a problem in DSA related to stack, queues, binary search, and binary tree

Round 2 - Technical 

(1 Question)

  • Q1. Asked about the DSA questions, optimizations and CS fundamentals
Round 3 - HR 

(1 Question)

  • Q1. Basic and regular HR questions, how do you make yourself accountable, why you should join the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on your DSA skills and CS fundamentals

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query and Matrix Problem Statement You are given a binary matrix ... read more
asked in Accenture
Q2. Find Duplicates in an Array Given an array ARR of size 'N', where ... read more
asked in MakeMyTrip
Q3. Tower of Hanoi Problem Statement You have three rods numbered fro ... read more
Q4. Maximum Difference Problem Statement Given an array ARR of N elem ... read more
asked in Samsung
Q5. LCA of Binary Tree Problem Statement You are given a binary tree ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were around 60 questions and negative marking was also there

Round 2 - Technical 

(4 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a Full Stack Developer with experience in front-end and back-end technologies.

    • Proficient in HTML, CSS, JavaScript for front-end development

    • Skilled in Node.js, Express, MongoDB for back-end development

    • Experience with React.js and Angular for building interactive web applications

  • Answered by AI
  • Q2. What is diamond problem
  • Ans. 

    Diamond problem is a common issue in multiple inheritance where a class inherits from two classes that have a common ancestor.

    • Occurs in languages that support multiple inheritance like C++

    • Results in ambiguity when calling methods or accessing attributes from the common ancestor class

    • Can be resolved using virtual inheritance or interfaces

  • Answered by AI
  • Q3. Run length encoding dsa problem
  • Ans. 

    Run length encoding is a data compression technique that replaces repeated characters with a count and single character.

    • Iterate through the input array of strings

    • Count the number of consecutive characters in each string

    • Replace consecutive characters with count and character

  • Answered by AI
  • Q4. Rotate an array by d times
  • Ans. 

    Rotate an array of strings by d times

    • Create a new array and copy elements from original array based on rotation index

    • Use modulo operator to handle cases where d is greater than array length

    • Handle edge cases like empty array or d being negative

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Coding Test 

First round was a DSA round. Interviewers were helpful.

Round 2 - Technical 

(1 Question)

  • Q1. It was a technical round with the team lead.

Software Developer Interview Questions & Answers

Vtiger Systems user image 21501A0519 BILLA DEEKSHITHA

posted on 12 Nov 2024

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

Basic aptitude problem time speed and distance

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Aptitude Test 

Baics apptitude, easy only can clear

Round 3 - Coding Test 

Basics of c language, alomost basics

Round 4 - Technical 

(2 Questions)

  • Q1. Array pointers structure linked list
  • Q2. Array pointers structures
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Bascic html and django questions
Round 3 - Coding Test 

Waste of time and energy sql queries

Round 4 - HR 

(1 Question)

  • Q1. Salary negotation and location details

Interview Preparation Tips

Interview preparation tips for other job seekers - dont look at it
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were around 60 questions and negative marking was also there

Round 2 - Technical 

(4 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a Full Stack Developer with experience in front-end and back-end technologies.

    • Proficient in HTML, CSS, JavaScript for front-end development

    • Skilled in Node.js, Express, MongoDB for back-end development

    • Experience with React.js and Angular for building interactive web applications

  • Answered by AI
  • Q2. What is diamond problem
  • Ans. 

    Diamond problem is a common issue in multiple inheritance where a class inherits from two classes that have a common ancestor.

    • Occurs in languages that support multiple inheritance like C++

    • Results in ambiguity when calling methods or accessing attributes from the common ancestor class

    • Can be resolved using virtual inheritance or interfaces

  • Answered by AI
  • Q3. Run length encoding dsa problem
  • Ans. 

    Run length encoding is a data compression technique that replaces repeated characters with a count and single character.

    • Iterate through the input array of strings

    • Count the number of consecutive characters in each string

    • Replace consecutive characters with count and character

  • Answered by AI
  • Q4. Rotate an array by d times
  • Ans. 

    Rotate an array of strings by d times

    • Create a new array and copy elements from original array based on rotation index

    • Use modulo operator to handle cases where d is greater than array length

    • Handle edge cases like empty array or d being negative

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Technology, (NIT), Sikkim and was interviewed in Sep 2023. There were 3 interview rounds.

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 Resume tips
Round 2 - Coding Test 

It is consisting of 5 questions,and each question carry 20 marks.difficulaty level of the question is easy to moderate.

Round 3 - Technical 

(1 Question)

  • Q1. They were asking mainy DSA, project,and internship

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have a strong command on DSA as well as u should have a project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Total 60 question 30 from C/C++ output and 30 from profit-loss, find age and related to ratio

Round 2 - Technical 

(5 Questions)

  • Q1. Dsa coding question, aptitude, oops, rdbms(joins and normalization)
  • Q2. Rotate materix(nxn) 90 degree
  • Ans. 

    To rotate a matrix 90 degrees, transpose the matrix and then reverse each row.

    • Transpose the matrix by swapping matrix[i][j] with matrix[j][i]

    • Reverse each row of the transposed matrix to get the final rotated matrix

  • Answered by AI
  • Q3. A pattern printing question
  • Q4. Reverse doubli-linkedlist
  • Q5. Preorder traversal without using recursion
  • Ans. 

    Iterative solution to perform preorder traversal without using recursion

    • Use a stack to keep track of nodes

    • Start by pushing the root node onto the stack

    • While the stack is not empty, pop a node, visit it, then push its right child followed by its left child onto the stack

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Why you chose b.tech
  • Q3. Why you chose cse

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Nuclei Interview FAQs

How many rounds are there in Nuclei Full Stack Developer interview?
Nuclei interview process usually has 3 rounds. The most common rounds in the Nuclei interview process are Coding Test, HR and Technical.

Recently Viewed

INTERVIEWS

Esyasoft

No Interviews

INTERVIEWS

Infosys

No Interviews

INTERVIEWS

Aventra Group

No Interviews

INTERVIEWS

Kirloskar Electric Company

No Interviews

INTERVIEWS

Think41

No Interviews

INTERVIEWS

Cognizant

No Interviews

INTERVIEWS

Doubtnut

No Interviews

INTERVIEWS

Velnik India

No Interviews

INTERVIEWS

Zoom Video Communications

No Interviews

INTERVIEWS

Emerson Electric Co.

No Interviews

Tell us how to improve this page.

Nuclei Full Stack Developer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

HCLTech

Workplace transformation starts with you

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 776 Interviews
PolicyBazaar Interview Questions
3.6
 • 344 Interviews
PhonePe Interview Questions
4.0
 • 307 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Mobikwik Interview Questions
4.1
 • 47 Interviews
Paytm Money Interview Questions
3.2
 • 30 Interviews
ENH iSecure Interview Questions
4.0
 • 29 Interviews
BillDesk Interview Questions
3.2
 • 14 Interviews
Avantel Interview Questions
3.9
 • 13 Interviews
View all
Nuclei Full Stack Developer Salary
based on 5 salaries
₹8 L/yr - ₹19 L/yr
34% more than the average Full Stack Developer Salary in India
View more details

Nuclei Full Stack Developer Reviews and Ratings

based on 2 reviews

2.5/5

Rating in categories

3.1

Skill development

2.1

Work-life balance

1.7

Salary

3.7

Job security

1.4

Company culture

1.7

Promotions

2.1

Work satisfaction

Explore 2 Reviews and Ratings
Product Manager
14 salaries
unlock blur

₹13 L/yr - ₹27 L/yr

Software Developer
13 salaries
unlock blur

₹4.5 L/yr - ₹16 L/yr

Software Development Engineer II
10 salaries
unlock blur

₹12 L/yr - ₹33 L/yr

Associate Product Manager
7 salaries
unlock blur

₹5.9 L/yr - ₹10 L/yr

IOS Developer
6 salaries
unlock blur

₹9.8 L/yr - ₹11 L/yr

Explore more salaries
Compare Nuclei with

Razorpay

3.6
Compare

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent