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
I applied via Job Fair and was interviewed in Oct 2024. There were 2 interview rounds.
posted on 8 Oct 2024
Questions on dsa, coding question, overall good experience and so on
posted on 16 Nov 2024
I applied via AngelList and was interviewed in May 2024. There were 2 interview rounds.
Asked related to python
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 was interviewed in Nov 2020.
Round duration - 60 minutes
Round difficulty - Easy
Consider a weighted, undirected graph with 'V' vertices numbered from 1 to 'V' and 'E' bidirectional edges. You are tasked with handling 'Q' queries. For each query, you are...
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...
Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.
Merge Sort is a divide-an...
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 :
You are provided with an N * N
maze where a rat is positioned at starting cell MAZE[0][0]
. The goal is to determine and print all possible paths that the rat can take to r...
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.
posted on 23 Jul 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
It was a test that had like basic c questions that one needs to practice, basic logical reasoning and Mathematics, a couple of English grammar questions
There is a coding round with 4 questions 3 coding questions and one find the output of the c program question, one easy question, 2 medium questions one medium to hard level.Two linear data structure questions one array one linked list and one tree question.
Another coding test with 3 questions medium to hard level questions from trees and linked lists, with optimisation required
Software Quality Engineer
146
salaries
| ₹2 L/yr - ₹10.1 L/yr |
Softwaretest Engineer
28
salaries
| ₹3.6 L/yr - ₹10.3 L/yr |
Project Coordinator
21
salaries
| ₹1.9 L/yr - ₹6 L/yr |
QA Engineer
12
salaries
| ₹3.6 L/yr - ₹10 L/yr |
Software Engineer
8
salaries
| ₹4.5 L/yr - ₹11.3 L/yr |
Infosys
TCS
Wipro
HCLTech