Upload Button Icon Add office photos

Filter interviews by

VVDN Technologies Node JS Developer Interview Questions and Answers

Updated 16 Jan 2024

VVDN Technologies Node JS Developer Interview Experiences

1 interview found

Node JS Developer Interview Questions & Answers

user image kanishk mahor

posted on 16 Jan 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic skill knowledge and about projects
Round 2 - Technical 

(1 Question)

  • Q1. Coding and concepts
Round 3 - HR 

(1 Question)

  • Q1. Behavioral and reason for change.

Interview Preparation Tips

Interview preparation tips for other job seekers - Company start ghosting, will not reply on mail and calls.

Interview questions from similar companies

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 was 1 interview round.

Round 1 - Coding Test 

Find 2nd repeated character from string in JS.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed before 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 - Technical 

(3 Questions)

  • Q1. What is nodejs, explain the event loop.
  • Ans. 

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

    • Node.js is event-driven and non-blocking I/O model.

    • It uses an event loop to handle asynchronous operations.

    • The event loop is a continuously running process that waits for events and executes callbacks.

    • Callbacks are functions that are called when an event occurs, such as a request completing ...

  • Answered by AI
  • Q2. What is event loop ?
  • Ans. 

    Event loop is a mechanism that allows Node.js to perform non-blocking I/O operations.

    • Event loop is a single-threaded loop that constantly checks for new events in the event queue.

    • It executes the callback functions associated with the events in the queue.

    • It allows Node.js to handle multiple requests simultaneously without blocking the execution of other requests.

    • It is responsible for managing the order of execution of t...

  • Answered by AI
  • Q3. What is the role of libuv ?
  • Ans. 

    libuv is a multi-platform support library with a focus on asynchronous I/O.

    • libuv provides event loop, thread pool, timer, and file system APIs.

    • It is used by Node.js to handle I/O operations in a non-blocking way.

    • libuv abstracts the differences between operating systems and provides a consistent API.

    • It also supports network programming and inter-process communication.

    • Examples of libuv-based applications include Node.js,

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is the difference between cluster and thread ?
  • Ans. 

    Cluster is a group of processes that share the same resources while thread is a lightweight process that shares the same memory.

    • Cluster is used for scaling and load balancing while thread is used for improving performance.

    • Cluster can run on multiple machines while thread runs within a single process.

    • Cluster requires inter-process communication while thread does not.

    • Examples of cluster include PM2 and Node.js cluster mo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read everything about nodejs, server less architecture and be confident.

Skills evaluated in this interview

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

Codility- Angular - 2 questions, complete code for html, ts files

Round 2 - Technical 

(12 Questions)

  • Q1. SOLID principles
  • Q2. Prototypes with examples, create a prototype that removes duplicate words from a sentence
  • Ans. 

    Prototype to remove duplicate words from a sentence using an array of strings

    • Create a function that takes in a sentence as input

    • Split the sentence into an array of words

    • Use a Set data structure to store unique words

    • Iterate through the array of words and add each word to the Set

    • Convert the Set back to an array to get the unique words

    • Join the unique words back into a sentence

  • Answered by AI
  • Q3. Union types and intersection Types
  • Q4. Utility types- Omit and Partial
  • Q5. Angular Change Detection
  • Q6. ZoneJS and Signals
  • Q7. ViewChild and ViewChildren
  • Q8. View Encapsulation
  • Q9. Subject and Behaviour Subject
  • Q10. Dynamic Component Loading
  • Q11. MergeMap and SwitchMap
  • Q12. Performance tuning in Angular
  • Ans. 

    Performance tuning in Angular involves optimizing code, reducing load times, and improving user experience.

    • Use lazy loading to load modules only when needed

    • Minimize the number of HTTP requests by combining files and using caching

    • Optimize change detection by using OnPush strategy

    • Avoid unnecessary DOM manipulations and use trackBy function in ngFor loops

    • Use AOT compilation to reduce bundle size and improve load times

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Highly Technical.
Interviewer was friendly , so ask questions if any doubt in code

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - JAM 

(1 Question)

  • Q1. The 1st round was JAM - Just a minute. They will give you a topic on the spot and we have to talk about this topic for 1-2min. Topics: The perfect prank you pulled, The best trip, Your pet's inner thoughts...
Round 2 - Group Discussion 

The 2nd round is GD: The GD was conducted properly for other batches. But for our batch the HR just collected everyone's resume and asked qns from our resume.
(Note: This is not an elimination round)

Round 3 - Aptitude Test 

The 3rd round was Aptitude and Technical mcq test: 10 qns - DBMS, 20 - Quants, 20 - Java mcq
(Note: This round has negative markings)

Round 4 - Technical 

(3 Questions)

  • Q1. Resume based and about projects
  • Q2. Basic sql queries Eg: SQL query to find the no of students in a department
  • Q3. Reverse a string - Python
  • Ans. 

    Reverse a string in Python using slicing

    • Use string slicing with a step of -1 to reverse the string

    • Example: 'hello'[::-1] will return 'olleh'

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. The last round was general hr: Since there were two many candidates the process took too much time. There was no questions asked during the hr round, who ever has agreed to the 2yrs bond were recruited

Interview Preparation Tips

Interview preparation tips for other job seekers - NOTE:
1. The 2yrs bond agreement.
2. No stipend will be provided for 2025 passouts (you have to work for the first 6months without stipend)
3. Based on business demand you may get QA role.

This is the worst interview experience I ever had and I would never recommend this company to anyone. I declined the offer.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Core java oops concepts
  • Q2. Angular basic topics
Round 2 - Technical 

(2 Questions)

  • Q1. Spring boot topics
  • Q2. Oracle queries examples
  • Ans. 

    Examples of Oracle queries

    • Use SELECT statement to retrieve data from a table

    • Use WHERE clause to filter results based on a condition

    • Use JOIN to combine rows from two or more tables based on a related column

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Discussed about my carrer details
  • Q2. Expected CTC discussed

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to not join this company

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions on dotnet core
  • Q2. Basic questions on angular
Round 2 - Coding Test 

MCQ asked for css,js etx

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

I applied via Recruitment Consulltant

Round 1 - Technical 

(1 Question)

  • Q1. Ask for basic dot net questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Aptitude Test 

Quantitative , figure ,mcq question based on tech stack and 2 coding question which are basic. 90 minute time limit.

Round 2 - Technical 

(2 Questions)

  • Q1. Angular question
  • Q2. .net question and sql question
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Quants, Reasoning and Verbal
Computer fundamental and pseudocode

Round 2 - Group Discussion 

15 mins with general topics

Round 3 - HR 

(2 Questions)

  • Q1. What do like in your college the most?
  • Ans. 

    I enjoyed the collaborative projects and hands-on learning experiences in my college.

    • Collaborating with classmates on coding projects

    • Hands-on experience with different programming languages

    • Engaging discussions in computer science classes

  • Answered by AI
  • Q2. Do you have any other offer?

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good communication skill ,that is enough

VVDN Technologies Interview FAQs

How many rounds are there in VVDN Technologies Node JS Developer interview?
VVDN Technologies interview process usually has 3 rounds. The most common rounds in the VVDN Technologies interview process are Technical and HR.
What are the top questions asked in VVDN Technologies Node JS Developer interview?

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

  1. Basic skill knowledge and about proje...read more
  2. Coding and conce...read more

Tell us how to improve this page.

VVDN Technologies Node JS Developer Salary
based on 5 salaries
₹3.6 L/yr - ₹8.5 L/yr
At par with the average Node JS Developer Salary in India
View more details
Junior Engineer
1.6k salaries
unlock blur

₹1.1 L/yr - ₹3.7 L/yr

Assistant Engineer
696 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Senior Software Engineer
332 salaries
unlock blur

₹4.9 L/yr - ₹17.9 L/yr

Technical Lead
322 salaries
unlock blur

₹5.8 L/yr - ₹23 L/yr

Embedded Software Engineer
310 salaries
unlock blur

₹3.2 L/yr - ₹9.1 L/yr

Explore more salaries
Compare VVDN Technologies with

Sasken

3.8
Compare

Happiest Minds Technologies

3.7
Compare

L&T Technology Services

3.3
Compare

LTIMindtree

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