Filter interviews by
I applied via Walk-in and was interviewed in Apr 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed in Sep 2020. There was 1 interview round.
I am a highly motivated and detail-oriented Business Analyst with a strong background in data analysis and problem-solving.
Experienced in conducting market research and competitor analysis
Proficient in using various data analysis tools such as Excel, SQL, and Tableau
Skilled in identifying business needs and translating them into functional requirements
Excellent communication and presentation skills
Ability to work colla...
I want to work here because of the company's reputation, growth opportunities, and alignment with my skills and interests.
I am impressed by the company's reputation in the industry.
I see great potential for growth and advancement within the company.
The company's values and mission align with my own.
I believe my skills and experience would be a valuable asset to the company.
I am excited about the opportunity to contribu...
I have a unique combination of technical skills and business acumen, allowing me to bridge the gap between IT and business stakeholders.
I have a strong background in both technology and business domains.
I can effectively communicate with both technical and non-technical stakeholders.
I have a track record of successfully translating business requirements into technical solutions.
I possess a deep understanding of various...
The company is a leading technology firm specializing in software development and consulting services.
The company was founded in 2005 and has since grown to have a global presence.
They offer a wide range of services including business analysis, software development, and project management.
Some of their notable clients include Fortune 500 companies in various industries.
They have a strong focus on innovation and staying...
My key professional strengths include analytical thinking, problem-solving, and effective communication.
Analytical thinking: I have a strong ability to analyze complex business problems and identify key insights.
Problem-solving: I am skilled at finding creative solutions to challenges and implementing them effectively.
Effective communication: I can communicate complex ideas and findings clearly and concisely to stakeho...
My biggest weaknesses include perfectionism, overthinking, and public speaking anxiety.
Perfectionism: I tend to spend too much time on tasks to ensure they are flawless.
Overthinking: I sometimes overanalyze situations, which can lead to indecisiveness.
Public speaking anxiety: I get nervous when presenting in front of large audiences.
I appeared for an interview in Nov 2020.
posted on 22 Mar 2021
I applied via Company Website and was interviewed in Sep 2020. There were 4 interview rounds.
I applied via LinkedIn and was interviewed in Mar 2022. There were 5 interview rounds.
The test was based on SQL and the questions were similar to medium difficulty level questions in leetcode.
Different types of joins are used in database queries to combine data from multiple tables.
Inner join: Returns only the matching records from both tables.
Left join: Returns all records from the left table and the matching records from the right table.
Right join: Returns all records from the right table and the matching records from the left table.
Full outer join: Returns all records when there is a match in either the ...
I have 3 years of experience as a Business Analyst in the IT industry.
Worked on gathering and analyzing business requirements
Created functional specifications and user stories
Conducted stakeholder interviews and facilitated meetings
Performed data analysis and created reports
Collaborated with cross-functional teams to implement solutions
Utilized tools like JIRA and Confluence for project management
Improved business proc
The interviewer asked about my previous experience along with a few situation based questions and then gave me a case study to find out possible reasons for a decrease in the cancellations between order dispatch and order delivery.
A case study, few HR questions.
I appeared for an interview before May 2021.
Round duration - 150 Minutes
Round difficulty - Medium
3 coding questions and 20 mcq's
Given an integer array ARR
and a positive integer K
, your task is to determine two non-overlapping subarrays of length K
that yield the maximum combined sum.
The task is to find two non-overlapping subarrays of length K in an array, such that their sum is maximum.
Iterate through the array and calculate the sum of each subarray of length K
Store the maximum sum obtained from the first subarray
Iterate again and calculate the sum of each subarray of length K, excluding the previous subarray
Store the maximum sum obtained from the second subarray
Return the sum of the two maximum
You are given a string 'S' of length 'N' which may include duplicate alphabets. Your goal is to calculate the number of distinct subsequences in the string.
The task is to find the count of distinct subsequences in a given string.
Use dynamic programming to solve the problem.
Create a 2D array to store the count of distinct subsequences for each prefix of the string.
Initialize the first row of the array with 1, as there is only one subsequence of an empty string.
For each character in the string, calculate the count of distinct subsequences by considering two cases: including...
Given two integer arrays/ lists ARR1
and ARR2
of sizes N
and M
respectively, you are required to determine their intersection. An intersection is defined as the set of...
The task is to find the intersection of two integer arrays/lists.
Read the number of test cases
For each test case, read the size and elements of the first array/list
Read the size and elements of the second array/list
Find the intersection of the two arrays/lists
Print the intersection elements in the order they appear in the first array/list
Round duration - 120 Minutes
Round difficulty - Medium
Online video call based round, Timing was 10-11 AM
Interview started with basic greetings, post that i explained by projects in brief and then we jumped right into dsa questoins.
You are given a non-empty grid that consists of only 0s and 1s. Your task is to determine the number of islands in this grid.
An island is defined as a group of 1s (re...
The task is to find the number of islands in a grid consisting of 0s and 1s.
An island is a group of 1s connected horizontally, vertically, or diagonally
The grid is surrounded by 0s on all four edges
Use a depth-first search (DFS) or breadth-first search (BFS) algorithm to traverse the grid and count the number of islands
Initialize a visited array to keep track of visited cells
For each unvisited cell with a value of 1, p...
Determine the number of permutations of list A
= [1, 2, ..., N] such that for every index i
, either A[i]
is divisible by i
or i
is divisible by A[i]
.
The input start...
The goal is to find the number of permutations of a list satisfying certain conditions.
Iterate through all permutations of the list
Check if each permutation satisfies the given conditions
Count the number of permutations that satisfy the conditions
Return the count for each test case
Determine if a given N * N matrix is an idempotent matrix. A matrix is considered idempotent if it satisfies the following condition:
M * M = M
The first line cont...
An idempotent matrix is a square matrix that remains unchanged when multiplied by itself.
Check if the given matrix satisfies the property M*M = M
Iterate through each element of the matrix and perform the matrix multiplication
Compare the result with the original matrix
If they are equal, return true; otherwise, return false
Round duration - 120 Minutes
Round difficulty - Easy
This was EM round, started with me explaining my projects in deep and facing some counter questions on that, proceeded to os, dbms basic questions and some low level designing and lastly a puzzle to end interview.
Design attendance management system
Create a database to store employee information
Implement a user interface for employees to mark their attendance
Develop a system to track and record attendance data
Generate reports and analytics based on attendance data
Round duration - 20 Minutes
Round difficulty - Easy
This was formality round, HR came and explained what meesho does and told my joining dates and compensation details.
Tip 1 : Do medium level queustions
Tip 2 : Learn basic system design for startup interviews.
Tip 1 : Put things on your resume that you know by your heart, otherwise will have a lot of difficulty in the HM round.
Tip 2 : Do not mention co-curricular activities on your resume.
I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.
3 Moderate questions were asked. I managed to solve 2 completely and 1 partially.
I applied via Referral and was interviewed before Oct 2022. There were 4 interview rounds.
SQL Assignment: Decent SQL questions were provided, Answers were provided with detailed approach. Time-in out sql problem, cohorts problem was there
Case study to understand the problem-solving aptitude was asked. Focus was more on the approach rather than the final outcome
based on 4 reviews
Rating in categories
Delivery Boy
874
salaries
| ₹0.4 L/yr - ₹5 L/yr |
Fleet Manager
580
salaries
| ₹2.5 L/yr - ₹6 L/yr |
Sales Manager
564
salaries
| ₹2 L/yr - ₹9 L/yr |
Assistant Manager
498
salaries
| ₹3 L/yr - ₹13.5 L/yr |
Assistant Store Manager
455
salaries
| ₹1.5 L/yr - ₹4 L/yr |
Zomato
Dunzo
FoodPanda
Rapido