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 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Medium

There were 3 problems 1 was easy and 2 were of medium types.

  • Q1. 

    Odd Even Levels in Binary Tree

    Given a binary tree, the task is to compute the modulus of the difference between the sum of nodes at odd levels and the sum of nodes at even levels.

    Input:

    The first line...
  • Ans. 

    The task is to compute the modulus of the difference between the sum of nodes at odd levels and the sum of nodes at even levels in a binary tree.

    • Traverse the binary tree level by level and calculate the sum of nodes at odd and even levels separately.

    • Find the absolute difference between the sums and return the modulus of this difference.

    • Handle null nodes by skipping them during the sum calculation.

  • Answered by AI
  • Q2. 

    Rotting Oranges Problem Statement

    You are given a grid containing oranges where each cell of the grid can contain one of the three integer values:

    • 0 - representing an empty cell
    • 1 - representing a fre...
  • Ans. 

    Find the minimum time required to rot all fresh oranges in a grid.

    • Create a queue to store the rotten oranges and their time of rotting.

    • Iterate through the grid to find all rotten oranges and add them to the queue.

    • Simulate the rotting process by checking adjacent cells and updating their status.

    • Track the time taken to rot all fresh oranges and return the result.

    • Handle edge cases like unreachable fresh oranges or already

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 50 minutes
Round difficulty - Medium

the interviewer was very polite and straightforward, he didn't ask me to introduce myself and he directly jumps to the coding problems.
What is new about the relationship between the and tags in HTML5?
Explain Components, Modules and Services in Angular

  • Q1. 

    Circular Move Problem Statement

    You have a robot currently positioned at the origin (0, 0) on a two-dimensional grid, facing the north direction. You are given a sequence of moves in the form of a string ...

  • Ans. 

    Determine if a robot's movement path is circular on a 2D grid given a sequence of moves.

    • Iterate through the move sequence and update the robot's position based on the moves ('L' - turn left, 'R' - turn right, 'G' - move forward).

    • Check if the robot returns to the starting position after completing the move sequence.

    • If the robot ends up at the starting position and facing the north direction, the movement path is circula

  • Answered by AI
Round 3 - Video Call 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Easy

What is a View in sql? What are the TRUNCATE, DELETE and DROP statements?

  • Q1. 

    Rotate Matrix by 90 Degrees Problem Statement

    Given a square matrix 'MATRIX' of non-negative integers, rotate the matrix by 90 degrees in an anti-clockwise direction using only constant extra space.

    Inpu...

  • Ans. 

    Rotate a square matrix by 90 degrees in an anti-clockwise direction using constant extra space.

    • Iterate through each layer of the matrix from outer to inner layers

    • Swap elements in groups of 4 to rotate the matrix

    • Handle odd-sized matrices by adjusting the center element if needed

  • Answered by AI
  • Q2. 

    Minimum Characters to Make a String Palindrome

    Given a string STR of length N, determine the minimum number of characters to be added to the front of the string to make it a palindrome.

    Input:

    The first...
  • Ans. 

    The task is to find the minimum number of characters needed to be added to the front of a string to make it a palindrome.

    • Iterate through the string from both ends and count the number of characters that need to be added to make it a palindrome.

    • Use two pointers approach to compare characters from start and end of the string.

    • Keep track of the count of characters needed to be added to form a palindrome.

  • Answered by AI
Round 4 - HR 

Round duration - 20 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute Of Information Technology Sonepat. Eligibility criteria7 CGPA with no ongoing backlogs.Paytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, DBMS, Operating Systems, Computer Networking, System Design.Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Deep knowledge of the projects mentioned in your resume is a must.
Tip 2 : Practice as many problems as you can from leetcode.

Application resume tips for other job seekers

Tip 1 : mention 1 or 2 projects in your resume.
Tip 2 : don't put false things in your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

It was in the evening, at around 3 - 4 PM. There were 3 coding questions. One easy, two moderate ones. The platform had autocomplete feature too.

  • Q1. 

    Problem Statement: Parity Move

    You have an array of integers, and your task is to modify the array by moving all even numbers to the beginning while placing all odd numbers at the end. The order within ev...

  • Ans. 

    Move all even numbers to the beginning and odd numbers to the end of an array.

    • Iterate through the array and swap even numbers to the front and odd numbers to the back.

    • Use two pointers, one starting from the beginning and one from the end, to achieve the desired arrangement.

    • Return the modified array with even numbers at the start and odd numbers at the end.

  • Answered by AI
  • Q2. 

    Anagram Pairs Verification Problem

    Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...

  • Ans. 

    Determine if two strings are anagrams of each other by checking if they have the same characters in different order.

    • Create a character frequency map for both strings and compare them.

    • Sort both strings and compare if they are equal.

    • Use a hash table to store character counts and check if they are the same for both strings.

  • Answered by AI
  • Q3. 

    LCA in a Binary Search Tree

    You are given a binary search tree (BST) containing N nodes. Additionally, you have references to two nodes, P and Q, within this BST.

    Your task is to determine the Lowest Com...

  • Ans. 

    Find the Lowest Common Ancestor (LCA) of two nodes in a Binary Search Tree (BST).

    • Traverse the BST from the root node to find the LCA of the given nodes.

    • Compare the values of the nodes with the values of P and Q to determine the LCA.

    • If the values of P and Q are on opposite sides of the current node, then the current node is the LCA.

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

They asked 2 coding questions and 2 sql queries in this round

  • Q1. 

    Find the Longest Palindromic Substring

    Given a string ‘S’ composed of lowercase English letters, your task is to identify the longest palindromic substring within ‘S’.

    If there are multiple longest palin...

  • Ans. 

    Find the longest palindromic substring in a given string, returning the rightmost one if multiple exist.

    • Iterate through each character in the string and expand around it to find palindromes

    • Keep track of the longest palindrome found and its starting index

    • Return the substring starting from the index of the longest palindrome found

  • Answered by AI
  • Q2. 

    Trapping Rain Water Problem Statement

    You are given a long type array/list ARR of size N, representing an elevation map. The value ARR[i] denotes the elevation of the ith bar. Your task is to determine th...

  • Ans. 

    Calculate the total amount of rainwater that can be trapped between given elevations in an array.

    • Iterate through the array and calculate the maximum height on the left and right of each bar.

    • Calculate the amount of water that can be trapped at each bar by taking the minimum of the maximum heights on the left and right.

    • Sum up the trapped water at each bar to get the total trapped water for the entire array.

  • Answered by AI
  • Q3. What is a nested SQL query?
  • Ans. 

    A nested SQL query is a query within another query, used to retrieve data from multiple tables in a single query.

    • Nested queries are enclosed within parentheses and can be used in SELECT, INSERT, UPDATE, or DELETE statements.

    • They are commonly used to perform subqueries to filter results based on the output of the inner query.

    • Example: SELECT * FROM table1 WHERE column1 IN (SELECT column2 FROM table2 WHERE condition);

  • Answered by AI
Round 3 - Video Call 

Round duration - 50 Minutes
Round difficulty - Medium

This round was about OS, networking and my projects. What are the different ways to style a React component?
Name a few techniques to optimize React app performance.

Round 4 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

It was a fun round, in which they ask about your preferences about programming languages, technologies or your hobbies. If you reach this round, it means that your chances of selection are 99%.

  • Q1. What was the biggest hurdle you faced while developing a project?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Fullstack Developer in NoidaEligibility criteriaAbove 7 CGPAPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - Data structures, OOPS, Networking, Dynamic Programming, DBMS, JavascriptTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : If weak in coding, enroll for Coding Ninjas eminence course
Tip 2 : Practice everyday, atleast 2- 3 questions
Tip 3 : Participate in weekly coding contests on leetcode

Application resume tips for other job seekers

Tip 1 : Keep in One page
Tip 2 : Don't mention your hobbies, recruiters are not interested in them and moreover hobbies take up space
Tip 3 : Have some unique projects on your resume. The projects should be self made, not from code-along sessions from youtube.

Final outcome of the interviewSelected

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 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 Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Developer
13 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
10 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Associate Product Manager
7 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

IOS Developer
6 salaries
unlock blur Lock Unlock

₹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