Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2022. There was 1 interview round.
Node.js is a runtime environment while Express.js is a web framework built on top of Node.js.
Node.js is used for server-side scripting and building scalable network applications.
Express.js is a lightweight framework that simplifies the process of building web applications and APIs.
Node.js provides the core functionality while Express.js provides additional features like routing, middleware, and templating.
Express.js is...
Top trending discussions
posted on 18 Sep 2024
I applied via campus placement at Maharaja Agrasen Institute of Technology, Delhi and was interviewed in Aug 2024. There were 2 interview rounds.
Duration 60 min, topics: DBMS, computer networking, outputs, SQL queries
Topics: Trees, DP, Greedy
posted on 8 Jul 2024
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
First round was a coding round on coderbyte
posted on 8 Oct 2024
Questions on dsa, coding question, overall good experience and so on
I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.
String is immutable, while StringBuilder is mutable and more efficient for concatenating strings.
String is immutable, meaning once created, its value cannot be changed. StringBuilder is mutable, allowing for modifications without creating new objects.
String concatenation creates a new string object each time, while StringBuilder modifies the existing object directly.
StringBuilder is more efficient for concatenating mul...
Async and await are keywords in JavaScript used to work with asynchronous code.
Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.
Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.
Async/await is a more readable and cleaner way to write asynchronous code compare...
I applied via LinkedIn and was interviewed in Sep 2022. There were 5 interview rounds.
1 round of dsa with 2 questions
Developed a web-based project management tool using React, Node.js, and MongoDB.
Used React for the front-end development
Used Node.js for the back-end development
Used MongoDB for the database management
Implemented features like task assignment, progress tracking, and file sharing
Followed Agile methodology for project management
posted on 8 Mar 2022
I was interviewed in Nov 2020.
Round duration - 60 minutes
Round difficulty - Easy
We will run Dijkstra Algorithm for all vertices in this approach and store the minimum distance in an array. Then we can answer the queries using this distance array.
Dijkstra Algorithm is one of the most popular algorithms in graph theory. A single-source shortest path algorithm gives the shortest path length to all vertices from a given vertex known as the source vertex. It is a greedy algorith...
Merge Sort Algorithm -
Merge so...
The basic idea is that we divide the given ‘ARR’ into two-part call them ‘leftHalves’ and ‘rightHalves’ and call the same function again with both the parts. In the end, we will get sorted ‘leftHaves’ and sorted ‘righthalves’ which we merge both of them and return a merged sorted ‘ARR’.
We implement this approach with a divide and conquer strategy.
Here is the algorithm :
Initialize, all the cells of the solution matrix used to print the path matrix to 0. First, you cannot make use of the existing maze to print the solution maze as you have to distinguish b/w 1 of maze or 1 of ‘SOLUTION matrix.
Form a recursive function, which will follow a path and check if the path reaches the destination or not. If the path does not reach the destination then backtrack and t...
Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
Software Quality Engineer
147
salaries
| ₹2 L/yr - ₹10.4 L/yr |
Softwaretest Engineer
29
salaries
| ₹3.6 L/yr - ₹12 L/yr |
Project Coordinator
21
salaries
| ₹1.9 L/yr - ₹7 L/yr |
QA Engineer
12
salaries
| ₹3.6 L/yr - ₹10 L/yr |
Software Engineer
9
salaries
| ₹3.8 L/yr - ₹15 L/yr |
Infosys
TCS
Wipro
HCLTech