Filter interviews by
I applied via Naukri.com and was interviewed before Jul 2021. There were 2 interview rounds.
Top trending discussions
Aptitude and 2 coding problems- easy to medium
I applied via Job Fair and was interviewed in Oct 2024. There were 2 interview rounds.
posted on 24 Jul 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
In first round there were two test
1st is the personality test.
2nd is the aptitude test were they asked about 10 aptitude questions and around 40 coding based questions, some of them were mcq and rest were output based.
Contains 4 DSA based questions, 1 question was hard, and other 3 questions were of medium level.
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 Job Portal
Moderate difficult challenge in control
posted on 19 Jun 2022
I applied via Job Portal
Singleton pattern can be broken using reflection, serialization, and cloning.
Reflection can be used to access the private constructor and create multiple instances.
Serialization can create multiple instances when the object is deserialized.
Cloning can create a new instance of the singleton object.
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 10 Aug 2021
based on 1 interview
Interview experience
based on 24 reviews
Rating in categories
Senior Software Engineer
84
salaries
| ₹5.6 L/yr - ₹20.3 L/yr |
Software Engineer
38
salaries
| ₹4.7 L/yr - ₹17 L/yr |
Software Developer
36
salaries
| ₹3.7 L/yr - ₹10.6 L/yr |
Senior Software Developer
19
salaries
| ₹6.8 L/yr - ₹16 L/yr |
Senior Business Analyst
12
salaries
| ₹8.5 L/yr - ₹19 L/yr |
Deloitte
KPMG India
PwC
Ernst & Young