Filter interviews by
I was interviewed in Jan 2025.
Data structures, particularly strings, play a crucial role in problem-solving.
I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.
I have worked on React Native for mobile app development.
Developed a mobile app for a client using React Native
Used Redux for state management
Integrated with Firebase for real-time database and authentication
Implemented push notifications using Firebase Cloud Messaging
Top trending discussions
I applied via campus placement at Manjara Charitable Trust's Rajiv Gandhi Institute of Technology, Mumbai and was interviewed in Oct 2024. There were 3 interview rounds.
Test was of 1.5 hrs and it was online. It was completely based on technical questions.
This test was offline and it was a pen paper test wherein 10 questions will be given you have to write code or spot the error and correct them.
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
SQL- 1 departments with no users
2 dept_id and their respective no. of users
DSA1: Most frequent no. in an array
DSA2: Zero Sum subarray exists
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 }
It was a leetcode medium
It was a leetcode medium
Basic Aptitude test
Coding Round is little tough.
I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.
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 Walk-in and was interviewed in Apr 2024. There were 4 interview rounds.
So prepare good amout of aptitude , and try to solve at least 15 Questions
It was an Online coding test 2 questions were there. difficulty (Easy and Medium).
The third round was again an coding round but it was a pen and paper test , it was in offline mode they will tell you the center after you will complete 2nd round.
In pen and paper test there are 10 coding questions and from topics array , string , recursion , Bit manipulation , BST , Linked List. so you have to solve at least 6-7 questions.
Developed a web application for managing inventory and sales for a retail store.
Used HTML, CSS, and JavaScript for front-end development.
Implemented backend functionality using Node.js and MongoDB for database management.
Incorporated user authentication and authorization features for secure access.
Integrated payment gateway for online transactions.
Utilized responsive design for mobile compatibility.
based on 1 interview
Interview experience
based on 8 reviews
Rating in categories
Team Lead
40
salaries
| ₹3.5 L/yr - ₹6.4 L/yr |
Associate Manager
30
salaries
| ₹4.1 L/yr - ₹10 L/yr |
Content Writer
29
salaries
| ₹1 L/yr - ₹4.4 L/yr |
Tele Sales Executive
24
salaries
| ₹2 L/yr - ₹4 L/yr |
Software Developer
18
salaries
| ₹5 L/yr - ₹14.5 L/yr |
Unacademy
BYJU'S
upGrad
Toppr