Upload Button Icon Add office photos
Engaged Employer

i

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

ConveGenius Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

ConveGenius Node JS Developer Interview Questions and Answers

Updated 8 Feb 2024

ConveGenius Node JS Developer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. There are 2 coding questions which are 3 sum and a dp.
  • Q2. They asked 2 SQL questions based on joins.

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 rounds 2 technical and 1 hr. The first round is of 1 hr round they asked me some basic questions initially, then gave 2 coding questions 1 dp and 3 sums, and then two SQL questions based on joins. The second round is with the CTO it is a system design round where they asked some basic questions, SQL and LLD.

Interview questions from similar companies

I was interviewed in Aug 2022.

Round 1 - Coding Test 

2 hrs duration with 2 easy level dsa questions and 15 around mcqs based on core cs concepts.

Round 2 - Technical 

(2 Questions)

  • Q1. Implement stack using linked list.
  • Ans. 

    Implementing stack using linked list

    • Create a Node class with data and next pointer

    • Create a Stack class with top pointer

    • Implement push() method to add element to top of stack

    • Implement pop() method to remove element from top of stack

    • Implement peek() method to return top element without removing it

  • Answered by AI
  • Q2. Print first duplicate value in a string.
  • Ans. 

    Find the first duplicate value in an array of strings.

    • Create a hash table to store the frequency of each string.

    • Iterate through the array and check if the string already exists in the hash table.

    • If it does, return the string. If not, add it to the hash table.

    • If no duplicates are found, return null or an appropriate message.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise basic dsa and cs core concepts.
Can do Blind 75 for practice.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Sdlc lifecycle of components and architecture.
  • Ans. 

    SDLC lifecycle involves planning, designing, developing, testing, deploying, and maintaining software components and architecture.

    • SDLC (Software Development Life Cycle) includes phases like planning, designing, coding, testing, and maintenance.

    • Components are designed, developed, tested, and integrated into the overall architecture.

    • Architecture involves defining the structure, behavior, and interactions of software comp...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Role and responsibility my tasks and questions on project

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 coding question around prime number arrays and strings

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce youself
  • Q2. Question around project and skill in the resume and one coding question to solve
Round 3 - Technical 

(2 Questions)

  • Q1. Question on project and skill in resume
  • Q2. 2 question arouond data structer and algorithm
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

Question were very basic from array and stacks

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

I applied via LinkedIn and was interviewed in Feb 2023. There were 6 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Data structures
Round 3 - Technical 

(1 Question)

  • Q1. System Design fundamentals
Round 4 - Technical 

(1 Question)

  • Q1. System Design questions
Round 5 - Behavioral 

(1 Question)

  • Q1. What do you think about the negative news going around the company
Round 6 - HR 

(1 Question)

  • Q1. Why join this company

Interview Preparation Tips

Interview preparation tips for other job seekers - They took 5 rounds of interview. 3 of them were technical and had easy to moderate level of questions. Rest 2 were more of HR rounds.
After taking 5 rounds, they have the audacity of not even calling back, picking up the calls or providing us with any information. If you are not interested in taking the candidate then why waste their time?

Funniest part is that they are fully aware of what a rubbish organization it is. In the later rounds they talked about cost cutting, negative news around the company, and employee complaints for work life balance. However, they are great at gaslighting as well because they make these sound like employee problems not employer problems.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about Android lifecycle
  • Ans. 

    Android lifecycle refers to the series of states that an activity or fragment goes through from creation to destruction.

    • Android lifecycle includes states like onCreate, onStart, onResume, onPause, onStop, onDestroy, etc.

    • Activities and fragments transition between these states based on user interactions and system events.

    • Understanding Android lifecycle is crucial for managing resources, saving state, and handling config...

  • Answered by AI
  • Q2. Explain about fragment lifecycle
  • Ans. 

    Fragment lifecycle refers to the series of events that occur in the lifespan of a fragment in an Android app.

    • Fragments go through various states like created, started, resumed, paused, stopped, and destroyed.

    • Fragment lifecycle methods include onCreate(), onCreateView(), onResume(), onPause(), onStop(), onDestroy(), etc.

    • Fragment lifecycle is closely tied to the hosting activity's lifecycle.

    • Understanding fragment lifecyc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Look into basics

Skills evaluated in this interview

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

(1 Question)

  • Q1. Mother vertex and connected city

Interview Preparation Tips

Interview preparation tips for other job seekers - keep practicing DSA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Leetcode aMedium to Hard

Round 2 - Technical 

(1 Question)

  • Q1. Question related Web architecture
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They discussed some easy questions on Node JS and Dp and heap , binary search

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. What is multithreading and explain its usecases.
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, improving performance and responsiveness.

    • Multithreading allows for parallel execution of tasks, improving performance by utilizing multiple CPU cores.

    • It is commonly used in applications that require handling multiple tasks simultaneously, such as web servers, video games, and data processing.

    • Multithreading can help improve responsiveness i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare cs fundamentals as well.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

ConveGenius Interview FAQs

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

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

  1. There are 2 coding questions which are 3 sum and a ...read more
  2. They asked 2 SQL questions based on joi...read more

Recently Viewed

INTERVIEWS

Tokopedia

No Interviews

INTERVIEWS

Oxigen Services

No Interviews

INTERVIEWS

Quickensol IT Solutions

No Interviews

INTERVIEWS

Mtree Software

No Interviews

SALARIES

Hyoseong Electric

INTERVIEWS

ConveGenius

No Interviews

INTERVIEWS

Kantar

No Interviews

INTERVIEWS

TCS

No Interviews

INTERVIEWS

Oxigen Services

No Interviews

INTERVIEWS

Fino Paytech

No Interviews

Tell us how to improve this page.

ConveGenius Node JS Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Swiggy Interview Questions
3.8
 • 424 Interviews
Planet Spark Interview Questions
3.7
 • 356 Interviews
Udaan Interview Questions
4.0
 • 333 Interviews
CARS24 Interview Questions
3.6
 • 329 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
PhonePe Interview Questions
4.0
 • 298 Interviews
Whitehat jr Interview Questions
3.5
 • 262 Interviews
ElasticRun Interview Questions
3.5
 • 250 Interviews
View all
Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Program Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Product Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ConveGenius with

BYJU'S

3.1
Compare

Unacademy

3.0
Compare

upGrad

3.7
Compare

Educomp Solutions

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