Upload Button Icon Add office photos
Engaged Employer

i

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

ZeMoSo Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ZeMoSo Technologies Node JS Developer Interview Questions and Answers

Updated 6 Dec 2024

ZeMoSo Technologies Node JS Developer Interview Experiences

8 interviews found

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

Dsa algorithm js python

Round 2 - Assignment 

React base code assement

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Coding round was having multiple choice question LCS and one array related code questions.. for interview basic nodejs javascript questions

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was coding plus multiple choice question second round was technical interview.. The interviewer was very rude.. if i was not able to give the answer and says sorry i don't but will brush up on this he used smile like devil.. In between he also shouted.. he was behaving like he knows everything but the other person is dumb.. Questions were not hard but his attitude was..

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 experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is module ?
  • Ans. 

    A module in Node.js is a reusable block of code that encapsulates related functionality.

    • Modules help in organizing code into separate files for better maintainability.

    • Modules can be imported and used in other files using the 'require' function.

    • Node.js has a built-in module system that allows developers to create and use modules.

    • Examples of modules in Node.js include 'fs' for file system operations and 'http' for creati

  • Answered by AI
  • Q2. Write down a code for server connection.
  • Ans. 

    Code for establishing a server connection in Node JS.

    • Use the 'http' module to create a server

    • Call the 'createServer' method with a callback function to handle requests

    • Listen on a specific port for incoming connections

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic questions related to NodeJS and Javascript
Round 2 - Technical 

(1 Question)

  • Q1. Advanced NodeJS related questions and MongoDB queries and few system design related questions
Round 3 - HR 

(1 Question)

  • Q1. Basic HR round for salary related

ZeMoSo Technologies interview questions for designations

 Software Developer

 (3)

 Java Developer

 (3)

 Senior Developer

 (1)

 Senior Java Developer

 (3)

 Software Developer Intern

 (2)

 Senior Software Developer

 (2)

 Java Software Developer

 (1)

 Full Stack Developer

 (1)

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

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Node.js Three tier architecture
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Mcq,coding - mcq based on nodejs, coding questions LIS, count of brackets

Round 2 - Technical 

(1 Question)

  • Q1. What is constructor? profiler in mongodb, writing basic express app, Modules in Angular, Event-driven in Nodejs, Types of compilation in anagular, scaffolding in nodejs, MVVM architecture in angular, Hosti...

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Node JS Developer Jobs at ZeMoSo Technologies

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Csv parse using node.js
  • Ans. 

    Use the 'csv-parser' package in Node.js to easily parse CSV files.

    • Install the 'csv-parser' package using npm: npm install csv-parser

    • Require the 'csv-parser' module in your Node.js script: const csv = require('csv-parser')

    • Use the 'fs' module to read the CSV file and pipe it to the csv-parser module for parsing

    • Example: fs.createReadStream('data.csv').pipe(csv()).on('data', (row) => { console.log(row) })

  • Answered by AI
  • Q2. Most challenging task in past experience

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Flow career platform- have aptitude, some javascript questions

Round 2 - Coding Test 

Basic node js, hjavascript and sample program,

Interview questions from similar companies

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

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

Round 1 - Javacript MCQ 

(1 Question)

  • Q1. 21 MCQ's on javascript concepts
Round 2 - Technical 

(2 Questions)

  • Q1. What is apply , call ,bind method?
  • Ans. 

    apply, call, and bind are methods used to manipulate the context of a function in JavaScript.

    • apply() - calls a function with a given 'this' value and arguments provided as an array

    • call() - calls a function with a given 'this' value and arguments provided individually

    • bind() - creates a new function that, when called, has its 'this' keyword set to the provided value

  • Answered by AI
  • Q2. What is closure , event loop , promise , setTimeout , inheritance in javascript (prototyping), design principles, call by value , call by reference , mixin?(Write examples in code editor)
Round 3 - Behavioral 

(2 Questions)

  • Q1. About your past projects?
  • Q2. Role and Responsibility, Why you want t join Talentica , Future goals etc?

Skills evaluated in this interview

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

I applied via campus placement at G L Bajaj Institute of Technology & Management, Greater Noida and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

They asked some general Quantitative and logical questions and code snippets.

Round 2 - Technical 

(2 Questions)

  • Q1. String Reverse and Two Sum
  • Q2. Related to my projects and Tech Stacks
Round 3 - Technical 

(2 Questions)

  • Q1. This is the Second technical round. The interviewer asked about everything from my project.
  • Q2. Asked some sql queries like joins and set operation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and Understand the business idea of your Project and Tech Stacks

ZeMoSo Technologies Interview FAQs

How many rounds are there in ZeMoSo Technologies Node JS Developer interview?
ZeMoSo Technologies interview process usually has 1-2 rounds. The most common rounds in the ZeMoSo Technologies interview process are Technical, Coding Test and Aptitude Test.
How to prepare for ZeMoSo 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 ZeMoSo Technologies. The most common topics and skills that interviewers at ZeMoSo Technologies expect are Angularjs, Mean Stack, MongoDB, Node.Js and SQL.
What are the top questions asked in ZeMoSo Technologies Node JS Developer interview?

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

  1. Write down a code for server connecti...read more
  2. What is modul...read more
  3. Csv parse using node...read more

Tell us how to improve this page.

ZeMoSo Technologies Node JS Developer Interview Process

based on 8 interviews

1 Interview rounds

  • Technical Round
View more
Senior Software Engineer
74 salaries
unlock blur

₹12.7 L/yr - ₹33 L/yr

Associate Software Engineer
45 salaries
unlock blur

₹6.5 L/yr - ₹7.3 L/yr

Software Engineer
35 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Software Engineer2
31 salaries
unlock blur

₹10 L/yr - ₹14 L/yr

Senior Software Engineer 2
25 salaries
unlock blur

₹21.3 L/yr - ₹25 L/yr

Explore more salaries
Compare ZeMoSo Technologies with

Persistent Systems

3.5
Compare

LTIMindtree

3.8
Compare

Mphasis

3.4
Compare

TCS

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