Upload Button Icon Add office photos
Engaged Employer

i

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

Celebal Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Celebal Technologies Node JS Developer Interview Questions, Process, and Tips

Updated 9 Apr 2024

Top Celebal Technologies Node JS Developer Interview Questions and Answers

Celebal Technologies Node JS Developer Interview Experiences

2 interviews found

I applied via campus placement at Meghnad Saha Institute of Technology, Kolkata and was interviewed in Apr 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 tips
Round 2 - Aptitude Test 

The questions were relatively easy.

Round 3 - Technical 

(3 Questions)

  • Q1. The process was very streamlined
  • Q2. 1. What is Node.js? Describe the inner workings of Node.js
  • Ans. 

    Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine, used for server-side and networking applications.

    • Node.js is an open-source, cross-platform runtime environment for executing JavaScript code outside of a browser.

    • It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.

    • Node.js allows developers to build scalable and high-performance applications.

    • It provides a rich set...

  • Answered by AI
  • Q3. 2. What are the main modules of Node.js? Explain in detail.
  • Ans. 

    The main modules of Node.js are HTTP, File System, Path, and Events.

    • HTTP module allows Node.js to transfer data over the HyperText Transfer Protocol (HTTP).

    • File System module enables interaction with the file system, allowing reading, writing, and manipulating files.

    • Path module provides utilities for working with file and directory paths.

    • Events module allows for event-driven programming, enabling the creation and handl

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Celebal Technologies Node JS Developer interview:
  • Node.Js
  • Javascript
Interview preparation tips for other job seekers - Just a little bit of preparation will get you through the interview.

Skills evaluated in this interview

Node JS Developer Interview Questions & Answers

user image Pratham Kumar

posted on 9 Apr 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between shallow copy and deep copy
  • Ans. 

    Shallow copy only copies the references of nested objects, while deep copy creates new copies of nested objects.

    • Shallow copy creates a new object, but does not create copies of nested objects. Changes in nested objects reflect in both original and shallow copied objects.

    • Deep copy creates a new object and also creates copies of nested objects. Changes in nested objects do not reflect in the original object.

  • Answered by AI
  • Q2. What is node js
  • Ans. 

    Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine that allows developers to run JavaScript on the server side.

    • Node.js is an open-source, cross-platform runtime environment for executing JavaScript code outside of a browser.

    • It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient for real-time applications.

    • Node.js is commonly used for building web servers, APIs, and mi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Having good javascript knowledge

Skills evaluated in this interview

Node JS Developer Interview Questions Asked at Other Companies

Q1. 2. 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 Nodejs application?
Q5. What are closures??promises??callback??asynchrnous programming??a ... read more

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed in Dec 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between var, let and const
  • Ans. 

    var is function scoped, let and const are block scoped.

    • var can be redeclared and updated within its scope

    • let can be updated but not redeclared within its scope

    • const cannot be updated or redeclared once declared

    • let and const are not hoisted like var

    • const must be initialized during declaration

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Program to check whether two strings are anagrams or not
  • Ans. 

    Program to check whether two strings are anagrams or not

    • Convert both strings to lowercase

    • Remove all whitespaces from both strings

    • Sort both strings alphabetically

    • Compare the sorted strings, if they are equal then they are anagrams

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the javascript basics

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. String based questions in java
  • Q2. What are the fundamental concepts of Java?
  • Ans. 

    Fundamental concepts of Java include OOP, platform independence, memory management, and exception handling.

    • Object-oriented programming (OOP) - Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.

    • Platform independence - Java code can run on any platform with the help of JVM (Java Virtual Machine).

    • Memory management - Java has automatic garbage collection to manage memory effici...

  • Answered by AI
Round 2 - Coding Test 

Java based questions and few DSA questions

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

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between hashset and hashtable
  • Ans. 

    HashSet is an unordered collection of unique elements, while Hashtable is a synchronized collection of key/value pairs.

    • HashSet does not allow duplicate elements, while Hashtable does not allow duplicate keys.

    • HashSet does not maintain insertion order, while Hashtable does not guarantee any order.

    • HashSet allows null values, while Hashtable does not allow null keys or values.

  • Answered by AI
  • Q2. Collection vs Collections
  • Ans. 

    Collection is an interface in Java that represents a group of objects, while Collections is a utility class that contains static methods for operating on collections.

    • Collection is an interface in Java that represents a group of objects.

    • Collections is a utility class in Java that contains static methods for operating on collections.

    • Example: List list = new ArrayList<>(); Collection collection = list;

    • Example: Collections

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. SQL query related questions
  • Q2. Write a Java program to find the duplicate in Array
  • Ans. 

    Java program to find duplicates in an array of strings

    • Create a HashSet to store unique elements

    • Iterate through the array and check if element is already in the HashSet

    • If element is already in the HashSet, it is a duplicate

  • Answered by AI

Skills evaluated in this interview

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

Basic DSA questions, best time to buy and sell stock and its variation

Round 2 - Technical 

(2 Questions)

  • Q1. Basic nosql vs sql questions
  • Q2. Designing system for google playstore
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

1) Finding and removing loop in linked list. 2)find pair of given sum in binary tree

Round 2 - One-on-one 

(2 Questions)

  • Q1. Print bottom view of binary tree
  • Ans. 

    Print the bottom view of a binary tree

    • Use a map to store the horizontal distance and node value at each level

    • Perform a level order traversal of the binary tree

    • Update the map with the node value at each horizontal distance

    • Print the node values in the map for the bottom view

  • Answered by AI
  • Q2. Oops related output based questions

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1st round is aptitude and pesudocode

Round 2 - Technical 

(2 Questions)

  • Q1. Mostly python questions
  • Q2. List questions and basic to mediumprogram

Interview Preparation Tips

Interview preparation tips for other job seekers - Moderate interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA QUESTION LIKE TREE AND GRAPH
  • Q2. DP AND SORTING APPROACH
Round 3 - Coding Test 

Again same but dsa question and oops concept in deep level

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge in dsa , database , programming thats it
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions were completely based on data structures and algorithm
  • Q2. SQL based questions were also asked

Celebal Technologies Interview FAQs

How many rounds are there in Celebal Technologies Node JS Developer interview?
Celebal Technologies interview process usually has 2 rounds. The most common rounds in the Celebal Technologies interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Celebal Technologies 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 Celebal Technologies. The most common topics and skills that interviewers at Celebal Technologies expect are Node.Js, Javascript, HTML, .Net and API.
What are the top questions asked in Celebal Technologies Node JS Developer interview?

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

  1. 2. What are the main modules of Node.js? Explain in deta...read more
  2. 1. What is Node.js? Describe the inner workings of Node...read more
  3. Difference between shallow copy and deep c...read more

Tell us how to improve this page.

Celebal Technologies Node JS Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Celebal Technologies Node JS Developer Salary
based on 7 salaries
₹5 L/yr - ₹6.5 L/yr
7% more than the average Node JS Developer Salary in India
View more details

Celebal Technologies Node JS Developer Reviews and Ratings

based on 2 reviews

3.3/5

Rating in categories

3.0

Skill development

3.3

Work-life balance

1.7

Salary

3.0

Job security

2.3

Company culture

2.4

Promotions

3.0

Work satisfaction

Explore 2 Reviews and Ratings
Data Engineer
380 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Associate
250 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Associate Consultant
160 salaries
unlock blur

₹5 L/yr - ₹16.3 L/yr

Associate Data Engineer
158 salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Data Scientist
124 salaries
unlock blur

₹4.5 L/yr - ₹14.3 L/yr

Explore more salaries
Compare Celebal Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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