Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by NoBroker Team. If you also belong to the team, you can get access from here

NoBroker Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NoBroker Node JS Developer Interview Questions and Answers

Updated 2 Jan 2025

NoBroker Node JS Developer Interview Experiences

2 interviews found

Node JS Developer Interview Questions & Answers

user image Pratik Raundale

posted on 2 Jan 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Arrays reverse the first 5 number
  • Ans. 

    Reverse the first 5 numbers in an array

    • Use array.slice() to get the first 5 elements

    • Use array.reverse() to reverse the elements

    • Combine the reversed elements with the rest of the array

  • Answered by AI
  • Q2. How can a linked list be created without utilizing arrays?
  • Ans. 

    A linked list can be created without utilizing arrays by defining a Node class with a value and a reference to the next node.

    • Define a Node class with a value and a reference to the next node

    • Create instances of the Node class and link them together by setting the next node reference

    • Implement methods to add, remove, and traverse the linked list

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. Why do you want to start

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

Node JS Developer Interview Questions Asked at Other Companies

Q1. What are the main modules of Node.js? Explain in detail.
Q2. What are joins in mysql ? what is middleware ? what is JWT ? Diff ... read more
Q3. 1. What is Node.js? Describe the inner workings of Node.js
asked in Infosys
Q4. How do you deploy your Node.js application?
Q5. What are closures??promises??callback??asynchrnous programming??a ... read more

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about NoBroker?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How do you design metro line for new station
  • Ans. 

    Designing a metro line for a new station involves planning routes, considering passenger flow, and ensuring connectivity.

    • Conduct a feasibility study to determine the need for a new station

    • Consider factors such as population density, traffic patterns, and potential future growth

    • Plan the route to optimize connectivity with existing stations and transportation hubs

    • Design the station layout to accommodate passenger flow an...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you learn about our company
  • Q2. What should one do in tough times
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sql related questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was quite good and easy to crack

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was easy to crack,simple questions asked

Round 2 - Group Discussion 

They will ask only general topics

Round 3 - Technical 

(2 Questions)

  • Q1. Basic dsa questions asked
  • Q2. Sql queries and also about joins

Interview Preparation Tips

Interview preparation tips for other job seekers - its easy to crack,if u are good at basics..
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

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

2 coding question easy to medium level

Round 3 - Group Discussion 

It was easy based on topic andriod vs ios

Round 4 - One-on-one 

(1 Question)

  • Q1. Question on resume and project
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was quite easy with basic topics like percentage, profit and loss.

Round 2 - Group Discussion 

Internet censorship should be implemented or not

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

90 min, DSA, hacker platform 3 question

Round 2 - Technical 

(2 Questions)

  • Q1. 2D DP WITH SPACE OPTIMIZATION
  • Ans. 

    2D DP with space optimization is a technique to reduce memory usage while solving dynamic programming problems.

    • Use a 1D array instead of a 2D array to store values in dynamic programming problems.

    • Update the values in the 1D array based on the dependencies between subproblems.

    • Example: Solving the longest common subsequence problem using 2D DP with space optimization.

  • Answered by AI
  • Q2. GRAPH WITH BFS ON TREE
  • Ans. 

    Breadth First Search (BFS) on a tree involves visiting nodes level by level starting from the root.

    • Start by visiting the root node, then visit all its children before moving on to the next level

    • Use a queue data structure to keep track of nodes to visit next

    • Repeat the process until all nodes have been visited

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2022. There were 2 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. How connect internet to computer Answer: connect R j 45 divice
  • Ans. 

    To connect the internet to a computer, use an Ethernet cable (RJ-45) to connect the computer's Ethernet port to a modem or router.

    • Obtain an Ethernet cable (RJ-45)

    • Locate the Ethernet port on the computer

    • Connect one end of the Ethernet cable to the computer's Ethernet port

    • Connect the other end of the Ethernet cable to a modem or router

    • Ensure the modem or router is connected to the internet

    • Configure network settings on th...

  • Answered by AI
  • Q2. What is duplex.
  • Ans. 

    Duplex is a communication mode that allows data to be transmitted in both directions simultaneously.

    • Duplex refers to the ability of a communication system to transmit and receive data at the same time.

    • It is commonly used in networking and telecommunications to describe the type of communication between devices.

    • There are two types of duplex: half-duplex and full-duplex.

    • In half-duplex, data can be transmitted in both dir...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication aditute skill is important

Skills evaluated in this interview

NoBroker Interview FAQs

How many rounds are there in NoBroker Node JS Developer interview?
NoBroker interview process usually has 1 rounds. The most common rounds in the NoBroker interview process are HR and Technical.
How to prepare for NoBroker Node JS Developer 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 NoBroker. The most common topics and skills that interviewers at NoBroker expect are Javascript, Kafka, Multithreading and Socket Programming.
What are the top questions asked in NoBroker Node JS Developer interview?

Some of the top questions asked at the NoBroker Node JS Developer interview -

  1. How can a linked list be created without utilizing arra...read more
  2. arrays reverse the first 5 num...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.3/5

based on 7 interview experiences

Difficulty level

Easy 33%
Moderate 33%
Hard 33%

Duration

Less than 2 weeks 33%
More than 8 weeks 67%
View more

Interview Questions from Similar Companies

JLL Interview Questions
4.1
 • 411 Interviews
CBRE Interview Questions
4.1
 • 302 Interviews
Colliers India Interview Questions
3.9
 • 76 Interviews
K Raheja Corp Interview Questions
4.3
 • 52 Interviews
Knight Frank Interview Questions
4.1
 • 51 Interviews
SMEC Interview Questions
3.6
 • 27 Interviews
View all
NoBroker Node JS Developer Salary
based on 5 salaries
₹0.8 L/yr - ₹2.3 L/yr
64% less than the average Node JS Developer Salary in India
View more details

NoBroker Node JS Developer Reviews and Ratings

based on 6 reviews

2.7/5

Rating in categories

3.5

Skill development

2.9

Work-life balance

2.7

Salary

2.7

Job security

2.7

Company culture

2.9

Promotions

2.7

Work satisfaction

Explore 6 Reviews and Ratings
Relationship Manager
825 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Territory Sales Manager
503 salaries
unlock blur

₹4.9 L/yr - ₹10 L/yr

Sales Executive
363 salaries
unlock blur

₹2.1 L/yr - ₹6.7 L/yr

Unit Head
310 salaries
unlock blur

₹3.1 L/yr - ₹7 L/yr

Key Account Manager
241 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Explore more salaries
Compare NoBroker with

MagicBricks

4.2
Compare

Nestaway

3.8
Compare

JLL

4.1
Compare

CBRE

4.1
Compare
write
Share an Interview