Filter interviews by
I applied via Company Website and was interviewed in Mar 2023. There were 2 interview rounds.
OOPs is Object-Oriented Programming which is a programming paradigm based on the concept of objects.
OOPs is a way of organizing and designing code around objects
.NET framework is built on OOPs concepts like encapsulation, inheritance, and polymorphism
OOPs helps in creating reusable code and reduces code complexity
Examples of OOPs languages are C++, Java, and C#
HTML and CSS are essential languages for building websites. HTML provides the structure of a webpage, while CSS controls the design and layout.
HTML stands for HyperText Markup Language and is used to create the structure of a webpage.
CSS stands for Cascading Style Sheets and is used to control the design and layout of a webpage.
HTML uses tags to define elements like headings, paragraphs, images, and links.
CSS allows fo...
I applied via Walk-in and was interviewed in Apr 2023. There were 2 interview rounds.
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.
3 questions, 1 hour. Questions mostly on DP, Graphs and strings
Pollfill is a function that returns a promise which resolves when a condition is met.
Pollfill function should return a promise
The promise should resolve when a specific condition is met
Use polling mechanism to check the condition at regular intervals
Throttling limits the number of times a function can be called over time, while debouncing ensures a function is only called after a certain amount of time has passed without it being called.
Throttling limits the rate at which a function can be called, preventing it from being called more than once in a specified time frame.
Debouncing waits for a specified amount of time to pass after the last time a function was calle...
posted on 2 Nov 2023
I applied via Campus Placement and was interviewed in May 2023. There were 3 interview rounds.
They gave set of problem statement related to oops concept
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs focuses on creating reusable code by organizing it into objects
Key principles include encapsulation, inheritance, and polymorphism
Encapsulation allows data hiding and protects data from outside interference
Inheritance enables a new class to inherit properties and behaviors from an existing ...
I applied via Internshala and was interviewed in Jul 2024. There were 2 interview rounds.
It was about 15 minutes asked some question, 1.create a universal notification for your project , so that we can use anywhere, 2.Sorting and Searching 3.MongoDB Agreegration
posted on 4 Oct 2024
I applied via Company Website
A while loop is a control flow statement that allows code to be executed repeatedly based on a given condition.
While loop continues to execute a block of code as long as the specified condition is true
The condition is evaluated before each iteration of the loop
Example: while (x < 5) { // code to be executed }
Basic Aptitude test
Coding Round is little tough.
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.
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.
3 questions, 1 hour. Questions mostly on DP, Graphs and strings
Pollfill is a function that returns a promise which resolves when a condition is met.
Pollfill function should return a promise
The promise should resolve when a specific condition is met
Use polling mechanism to check the condition at regular intervals
Throttling limits the number of times a function can be called over time, while debouncing ensures a function is only called after a certain amount of time has passed without it being called.
Throttling limits the rate at which a function can be called, preventing it from being called more than once in a specified time frame.
Debouncing waits for a specified amount of time to pass after the last time a function was calle...
posted on 2 Nov 2023
I applied via Campus Placement and was interviewed in May 2023. There were 3 interview rounds.
They gave set of problem statement related to oops concept
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs focuses on creating reusable code by organizing it into objects
Key principles include encapsulation, inheritance, and polymorphism
Encapsulation allows data hiding and protects data from outside interference
Inheritance enables a new class to inherit properties and behaviors from an existing ...
based on 2 interviews
Interview experience
based on 52 reviews
Rating in categories
full stack .net developer
20
salaries
| ₹1 L/yr - ₹2.4 L/yr |
DOT NET Developer
18
salaries
| ₹0.9 L/yr - ₹3 L/yr |
Software Trainee
18
salaries
| ₹1 L/yr - ₹2 L/yr |
Dot Net Fullstack Developer
6
salaries
| ₹1 L/yr - ₹2.4 L/yr |
Dot Net Developer Trainee
6
salaries
| ₹1.2 L/yr - ₹2 L/yr |
TCS
Infosys
Wipro
HCLTech