Upload Button Icon Add office photos

Filter interviews by

Nuclei Interview Questions, Process, and Tips

Updated 13 Sep 2024

Top Nuclei Interview Questions and Answers

View all 7 questions

Nuclei Interview Experiences

Popular Designations

5 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 3 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 

(2 Questions)

  • Q1. What are spring bean scope ?
  • Ans. 

    Spring bean scope defines the lifecycle and visibility of a bean in the Spring container.

    • Singleton scope: Only one instance of the bean is created and shared across the application.

    • Prototype scope: A new instance of the bean is created every time it is requested.

    • Request scope: A new instance of the bean is created for each HTTP request.

    • Session scope: A new instance of the bean is created for each HTTP session.

    • Global se...

  • Answered by AI
  • Q2. Explain internal working of hashmap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to provide constant time complexity for basic operations.

    • HashMap internally uses an array of linked lists called buckets to store the key-value pairs.

    • When a key-value pair is added, the hash code of the key is computed and used to determine the index of the bucket.

    • If multiple key-value pairs have the same hash code, they are stored as a linked lis...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Situtional based question asked, basically problem solving kind.
  • Q2. What is the difference between Spring singletone ans java singletone ?
  • Ans. 

    The main difference is that Spring singleton is managed by the Spring container, while Java singleton is managed by the developer.

    • Spring singleton is created and managed by the Spring container, while Java singleton is created and managed by the developer.

    • Spring singleton is a design pattern used in Spring framework to create a single instance of a class, while Java singleton is a design pattern used in Java to create ...

  • Answered by AI
  • Q3. Singletone is Thread Safe?
  • Ans. 

    No

    • Singleton is not inherently thread-safe

    • Multiple threads can access and modify the singleton instance simultaneously

    • To make it thread-safe, synchronization or double-checked locking can be used

    • Alternatively, an enum implementation of singleton is inherently thread-safe

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic should be clear in core java, Exception handeling and collections use.

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement 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.

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Junior Finance Executive Interview Questions & Answers

user image Shashank Shekhar Tiwari

posted on 6 Dec 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 4 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 

(3 Questions)

  • Q1. Basics of accounting and gst
  • Q2. Accrual concept Advance expenses Accrued income Defferend revenue
  • Q3. Gstr return due date Tds section 194 j 192 ,194c
Round 3 - Technical 

(1 Question)

  • Q1. Same as first round but they ask ITC of gst
Round 4 - Technical 

(1 Question)

  • Q1. In some of the cases they took 3rd round it is also similar as first and second round

Interview Preparation Tips

Topics to prepare for Nuclei Junior Finance Executive interview:
  • Accounting basics
  • Goods and services tax
  • Input tax credit
  • TDS
  • MCA fillings
  • Due dates
Interview preparation tips for other job seekers - I am sharing my experience
They select my profile and conduct a first round of interview which was simple basics questions of accounts and taxation
Then assign me a task
And then second round of interview they ask me about the distance between particular area
And then go for 3rd round
In all of three I round I am confident for this job
Answers all the questions
But after three rounds
They reject me because of they are looking for more experienced candidates but they are looking for candidates who have 0-1 year of experience
And reason is provided by hr is first ly they tell me you are rejected because of we are looking for candidates having some more experience
And in mail they tell me you have great skills and technical knowledge but your profile is not matching with the profile

The whole interview process is takes 20-25 days
So really I am very much disappointed by their reason rejection is not an issue for me
But the reason is really very much disappointing

Junior Finance Executive Interview Questions asked at other Companies

Q1. What is the journal entry for prepaid rent. How will you classify that prepaid is an asset
View answer (1)
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

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Nuclei interview questions for popular designations

 Full Stack Developer

 (2)

 Junior Finance Executive

 (1)

 Java Developer

 (1)

Interview Questions & Answers

user image Anonymous

posted on 18 Oct 2023

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 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 - Coding Test 

I was asked 3 coding questions.

Round 3 - Technical 

(4 Questions)

  • Q1. DSA, OS and iOS fundamentals
  • Q2. Differentiate class and struct
  • Q3. Optionals in iOS
  • Q4. Custom implementatoion of optional

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed in Sep 2020.

Interview Questionnaire 

1 Question

  • Q1. At first round, its programming round. It will be easy to solve. next will be a technical round, they concentrate on data structure and indepth concepts in the java

Interview Preparation Tips

Interview preparation tips for other job seekers - make sure you are strong in data structure , try to reduce complexity.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

The interviewer asked me to build an accordion, the interview was 1 hour long

Round 2 - Technical 

(2 Questions)

  • Q1. Rate Limiting algorithm
  • Ans. 

    Rate limiting algorithm is used to control the rate of traffic sent or received by a system.

    • Rate limiting helps prevent abuse, protect against DoS attacks, and ensure fair usage of resources.

    • Common rate limiting algorithms include token bucket, leaky bucket, and fixed window.

    • Token bucket algorithm allows bursts of traffic up to a certain limit, while leaky bucket algorithm smooths out traffic over time.

    • Fixed window alg...

  • Answered by AI
  • Q2. HTTP status codes
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was mostly around Frontend and JavaScript, asked basic questions on javascript. Then they gave me a problem to make form with multiple steps where every step has some form fields, handle state and validations for such form. After building the solution he asked follow up questions like what if form is dynamic.

Round 2 - Technical 

(1 Question)

  • Q1. It was a normal discussion around my past projects and experiences.
Round 3 - HR 

(1 Question)

  • Q1. Genral Discussion

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 70 minutes
Round difficulty - Medium

The test started around 3 pm and was of 70 minutes. 3 coding questions were asked which were mainly on trees and number theory.

  • Q1. 

    Factorial Calculation Problem Statement

    Develop a program to compute the factorial of a given integer 'n'.

    The factorial of a non-negative integer 'n', denoted as n!, is the product of all positive integ...

  • Ans. 

    Program to compute factorial of a given integer 'n', with error handling for negative values.

    • Create a function to calculate factorial using a loop or recursion

    • Check if input is negative, return 'Error' if true

    • Handle edge cases like 0 and 1 separately

    • Return the calculated factorial value

  • Answered by AI
  • Q2. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    The task is to find the Next Greater Element for each element in a list of integers.

    • Iterate through the list of integers from right to left

    • Use a stack to keep track of elements whose NGE is yet to be found

    • Pop elements from the stack until a greater element is found or the stack is empty

    • Assign the NGE as the top element of the stack or -1 if the stack is empty

  • Answered by AI
  • Q3. 

    Ceil Value from BST Problem Statement

    Given a Binary Search Tree (BST) and an integer, write a function to return the ceil value of a particular key in the BST.

    The ceil of an integer is defined as the s...

  • Ans. 

    Ceil value of a key in a Binary Search Tree (BST) is the smallest integer greater than or equal to the given number.

    • Traverse the BST to find the closest integer greater than or equal to the given key.

    • Compare the key with the current node value and update the ceil value accordingly.

    • Recursively traverse left or right subtree based on the key value to find the ceil value.

    • Return the ceil value once found for each test case

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Interviewer was very friendly and supportive. My interview happened on google meet. What is a View? What is Denormalization? Difference between “==” and “===” operators in js.

  • Q1. 

    Sub Sort Problem Statement

    You are given an integer array ARR. Determine the length of the shortest contiguous subarray which, when sorted in ascending order, results in the entire array being sorted in a...

  • Ans. 

    Determine the length of the shortest contiguous subarray that needs to be sorted to make the entire array sorted in ascending order.

    • Iterate from left to right to find the first element out of order.

    • Iterate from right to left to find the last element out of order.

    • Calculate the length of the subarray between the two out of order elements.

  • Answered by AI
  • Q2. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an integer array containing only 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.

    • Swap elements based on the values encountered to sort the array in-place.

    • Time complexity should be O(N) to solve the problem efficiently.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

What are some of the advantages of Angular over other frameworks?

  • Q1. 

    Cousin Nodes in a Binary Tree

    Determine if two nodes in a binary tree are cousins. Nodes are considered cousins if they are at the same level and have different parents.

    Explanation:

    In a binary tree, e...

  • Ans. 

    Determine if two nodes in a binary tree are cousins based on level and parent nodes.

    • Traverse the binary tree to find the levels and parents of the given nodes.

    • Check if the nodes are at the same level and have different parents to determine if they are cousins.

    • Return 'YES' if the nodes are cousins, 'NO' otherwise.

    • Example: For input '1 2 3 4 -1 5 6 -1 7 -1 -1 -1 -1 -1 -1' and nodes 4 7, output is 'YES'.

  • Answered by AI
Round 4 - HR 

(3 Questions)

Round duration - 10 minutes
Round difficulty - Easy

I got a call from HR in the evening around 6:30 pm.

  • Q1. Can you tell me about yourself?
  • Q2. How was your experience with the previous two technical rounds?
  • Q3. What do you know about Paytm?
  • Ans. 

    Paytm is a leading Indian digital payment platform offering a wide range of services including mobile recharges, bill payments, and online shopping.

    • Founded in 2010 by Vijay Shekhar Sharma

    • Offers services like mobile recharges, bill payments, online shopping, and digital wallet

    • Acquired by One97 Communications in 2013

    • Expanded into financial services like Paytm Payments Bank and Paytm Money

    • One of the largest digital paymen

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. Eligibility criteriaAbove 7 CGPAPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, OOPS, OS, DBMS, Computer Networks, System DesignTime required to prepare for the interview - 7 monthsInterview preparation tips for other job seekers

Tip 1 : Practice at least 350 questions to have good hold on data structures
Tip 2 : Practice at least 100 - 150 company specific coding questions.
Tip 3 : Try to give timing contests to build up your speed.

Application resume tips for other job seekers

Tip 1 : Keep your resume only of 1 page
Tip 2 : Showcase your major projects on the top

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Easy

there was some coding questions and some mcqs related to js, html, css, java and aptitude.

  • Q1. 

    Bridge in Graph Problem Statement

    Given an undirected graph with V vertices and E edges, your task is to find all the bridges in this graph. A bridge is an edge that, when removed, increases the number of...

  • Ans. 

    Find all the bridges in an undirected graph by identifying edges that, when removed, increase the number of connected components.

    • Use Tarjan's algorithm to find bridges in the graph.

    • Keep track of the discovery time and low time of each vertex during DFS traversal.

    • An edge (u, v) is a bridge if low[v] > disc[u].

    • Handle multiple test cases efficiently to find bridges in each graph.

    • Ensure the output contains the count of

  • Answered by AI
  • Q2. 

    House Robber Problem Statement

    Mr. X is a professional robber with a plan to rob houses arranged in a circular street. Each house has a certain amount of money hidden, separated by a security system that ...

  • Ans. 

    The task is to find the maximum amount of money Mr. X can rob from houses arranged in a circle without alerting the police.

    • The problem can be solved using dynamic programming.

    • Create two arrays to store the maximum amount of money robbed when considering the first house and when not considering the first house.

    • Iterate through the array and update the maximum amount of money robbed at each house.

    • The final answer will be

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Electrical Engineering from Indian Institute of Technology (Indian School of Mines), Dhanbad. I applied for the job as Fullstack Developer in NoidaEligibility criteria7 CGPAPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - coding practice, Operating system , OOPs, Dbms , projects .Time required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Do 300+ questions on IB or leetcode or gfg 
Tip 2 : Must do DSA course of coding ninjas for clear understanding
Tip 3 : Must complete CS subjects also

Application resume tips for other job seekers

Tip 1 : not add too much things
Tip 2 : be confident that you write in CV

Final outcome of the interviewRejected
Contribute & help others!
anonymous
You can choose to be anonymous

Nuclei Interview FAQs

How many rounds are there in Nuclei interview?
Nuclei interview process usually has 3-4 rounds. The most common rounds in the Nuclei interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Nuclei 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 Nuclei. The most common topics and skills that interviewers at Nuclei expect are Java, Algorithms, Data Structures, Hibernate and Kubernetes.
What are the top questions asked in Nuclei interview?

Some of the top questions asked at the Nuclei interview -

  1. What is the difference between Spring singletone ans java singleton...read more
  2. what are spring bean scop...read more
  3. explain internal working of hashm...read more

Recently Viewed

INTERVIEWS

Embraco

No Interviews

INTERVIEWS

Odico

No Interviews

INTERVIEWS

Newt Global

No Interviews

INTERVIEWS

Oda Class

No Interviews

INTERVIEWS

Boomi

No Interviews

DESIGNATION

INTERVIEWS

Stockedge

No Interviews

INTERVIEWS

Oda Class

No Interviews

INTERVIEWS

Stockedge

No Interviews

Tell us how to improve this page.

Nuclei Interview Process

based on 6 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 778 Interviews
PolicyBazaar Interview Questions
3.6
 • 346 Interviews
PhonePe Interview Questions
4.0
 • 307 Interviews
Razorpay Interview Questions
3.6
 • 150 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
Zerodha Interview Questions
4.2
 • 9 Interviews
View all

Nuclei Reviews and Ratings

based on 22 reviews

2.7/5

Rating in categories

3.1

Skill development

2.5

Work-life balance

2.0

Salary

3.2

Job security

3.0

Company culture

2.2

Promotions

2.7

Work satisfaction

Explore 22 Reviews and Ratings
Product Manager
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Product Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IOS Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nuclei with

Razorpay

3.6
Compare

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

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