Upload Button Icon Add office photos

Filter interviews by

QBurst Technologies Node JS Developer Interview Questions and Answers

Updated 8 Dec 2024

QBurst Technologies Node JS Developer Interview Experiences

1 interview found

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

3 questions
1. Check the given string is reversed?
input: "worldhello" output: "true"
2. Check the given string is permutation of palindrome?
3. Sort a stack using an empty stack

Round 2 - Technical 

(2 Questions)

  • Q1. Javascript basics
  • Q2. Nodejs basics questions

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Question related to operating system and computer network

Round 2 - Technical 

(1 Question)

  • Q1. Traverse all child nodes in tree
Round 3 - Technical 

(1 Question)

  • Q1. Question related to cloud and oops
Round 4 - Technical 

(1 Question)

  • Q1. Question related to my background and how web site work
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic DSA questions like binary search, pattern
  • Q2. Basic SQL query questions

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the worst company I have given interview,
The HR named Shubha A contacted me a day before interview that are you available for interview, I told yes.

After that interview has been scheduled, with interviewer soumyashree rout , I have given all the answers which she asked for and what did I get an acquisition of cheating in interview, I even showed her my surroundings that I am not cheating, and how come such dumb people are allowed to interview. Really waste of time and effort.

Please don't go for interview for this company you will find better opportunities like I did , offered a position at a product based company better than this.
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude test with technical and non technical question

Round 2 - Technical 

(1 Question)

  • Q1. What is event loop
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Rest Apis questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Core java and OOPS and LLD

Interview Preparation Tips

Interview preparation tips for other job seekers - Good understanding of Core language and its framework
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is Common Term Expression?
  • Q2. What is Overloading and Overriding?
  • Ans. 

    Overloading is having multiple methods in the same class with the same name but different parameters. Overriding is implementing a method in a subclass that is already defined in the parent class.

    • Overloading allows a class to have multiple methods with the same name but different parameters.

    • Overriding is when a subclass provides a specific implementation of a method that is already defined in its parent class.

    • Example o...

  • Answered by AI
  • Q3. Examples of Server side session Management? Types of Session State?
  • Ans. 

    Server side session management involves storing user data on the server to maintain state. Types include in-process, out-of-process, and database.

    • In-process session state: Data stored in memory on the same server as the application.

    • Out-of-process session state: Data stored in a separate server or service, such as a state server or Redis cache.

    • Database session state: Data stored in a database, such as SQL Server or MySQ...

  • Answered by AI
  • Q4. How to Debug Stored Procedures?
  • Ans. 

    Debugging stored procedures involves using tools like SQL Server Management Studio, setting breakpoints, and analyzing query execution.

    • Use SQL Server Management Studio to debug stored procedures

    • Set breakpoints in the stored procedure code to pause execution at specific points

    • Analyze query execution using tools like SQL Profiler to identify issues

    • Use PRINT or SELECT statements to output intermediate results for debuggin...

  • Answered by AI
  • Q5. What is Compile time binding and Runtime Binding?
  • Ans. 

    Compile time binding occurs during compilation while runtime binding occurs during execution.

    • Compile time binding is also known as early binding, where the method to be called is determined at compile time based on the type of the object.

    • Runtime binding is also known as late binding, where the method to be called is determined at runtime based on the actual type of the object.

    • Compile time binding is faster as it is don...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Ebix Software India DOT NET Developer interview:
  • C#
  • ASP.Net MVC
  • SQL Server
Interview preparation tips for other job seekers - Prepare well on C# and Asp.Net MVC. For experienced candidates prepare in depth.

Skills evaluated in this interview

Software Developer Interview Questions & Answers

Amadeus user image Aswini Ramachandran

posted on 2 Oct 2024

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

(2 Questions)

  • Q1. Something based on hashet
  • Q2. Same with this too
Round 2 - Aptitude Test 

Basic questions were given..bar graphs,pie charts

QBurst Technologies Interview FAQs

How many rounds are there in QBurst Technologies Node JS Developer interview?
QBurst Technologies interview process usually has 2 rounds. The most common rounds in the QBurst Technologies interview process are Coding Test and Technical.
What are the top questions asked in QBurst Technologies Node JS Developer interview?

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

  1. nodejs basics questi...read more
  2. javascript bas...read more

Tell us how to improve this page.

Fast track your campus placements

View all
Senior Software Engineer
240 salaries
unlock blur

₹5.1 L/yr - ₹15.1 L/yr

Senior Engineer
216 salaries
unlock blur

₹6 L/yr - ₹15.6 L/yr

Lead Engineer
190 salaries
unlock blur

₹7.2 L/yr - ₹24 L/yr

Software Engineer
157 salaries
unlock blur

₹3.8 L/yr - ₹14 L/yr

Senior QA Engineer
73 salaries
unlock blur

₹5.5 L/yr - ₹12.5 L/yr

Explore more salaries
Compare QBurst Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview