Filter interviews by
I applied via Company Website and was interviewed before Oct 2021. There were 3 interview rounds.
Top trending discussions
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
posted on 11 Nov 2024
I was interviewed in Oct 2024.
First round was coding test on Coderbyte it was good.
I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.
Advanced Java coding
Core Java arrays and strings are fundamental data structures used for storing and manipulating data in Java programming.
Arrays in Java are used to store multiple values of the same data type in a single variable.
Strings in Java are objects that represent sequences of characters.
Arrays and strings in Java are both indexed collections, with arrays being mutable and strings being immutable.
Example: String[] names = {"Alic
posted on 5 Dec 2024
I applied via Campus Placement
posted on 6 Aug 2024
I applied via Naukri.com
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
Technical aspects about linked list,trees, stacks
Topic related to humanities
I applied via Job Portal
Moderate difficult challenge in control
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
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.
based on 1 review
Rating in categories
Senior Software Engineer
19
salaries
| ₹8 L/yr - ₹24 L/yr |
Software Engineer
10
salaries
| ₹3.6 L/yr - ₹10.9 L/yr |
Lead Software Engineer
9
salaries
| ₹20 L/yr - ₹40.1 L/yr |
Software Developer
5
salaries
| ₹8 L/yr - ₹12.2 L/yr |
Lead Engineer
5
salaries
| ₹15.5 L/yr - ₹20.5 L/yr |
Reliance Communications
Henry Harvin Education
GAO Tek
Tata Teleservices