i
DeHaat
Filter interviews by
I appeared for an interview in Dec 2024, where I was asked the following questions.
HR impacts organizational success through talent management, employee engagement, and compliance, measured by specific KPIs.
Talent Acquisition: Measure time-to-fill positions and quality of hire through retention rates.
Employee Engagement: Use employee satisfaction surveys and track engagement scores over time.
Training and Development: Assess training effectiveness through post-training performance metrics and employee...
Influencing HR metrics involves strategic initiatives to enhance recruitment, retention, and employee engagement.
Implementing a robust employee onboarding program to reduce turnover rates by ensuring new hires feel welcomed and informed.
Utilizing data analytics to identify trends in employee performance and engagement, leading to targeted training programs.
Enhancing the employee referral program to increase the quality...
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Jun 2020. There was 1 interview round.
I applied via Approached by Company and was interviewed before Aug 2021. There were 2 interview rounds.
My work experience and my knowledge
I applied via Naukri.com and was interviewed in May 2019. There were 4 interview rounds.
I have over five years of experience in sales, focusing on building relationships and driving revenue growth in competitive markets.
Developed and maintained relationships with key clients, resulting in a 30% increase in repeat business.
Consistently exceeded sales targets by an average of 20% through strategic planning and effective negotiation.
Led a team of sales representatives, providing training and mentorship that ...
I hold a Bachelor's degree in Business Administration, specializing in Marketing, which has equipped me with essential sales skills.
Bachelor's degree in Business Administration from XYZ University.
Specialized in Marketing, focusing on consumer behavior and sales strategies.
Completed internships at ABC Company, where I developed practical sales techniques.
Participated in various sales workshops and seminars to enhance m...
Yes, I can effectively sell products by showcasing them on the app via phone screens, enhancing customer engagement.
Utilize high-quality visuals to capture attention, such as vibrant images or videos of the product.
Engage customers by demonstrating features directly on the app, like showing how to navigate or use the product.
Leverage customer testimonials or reviews within the app to build trust and credibility.
Offer p...
I applied via Recruitment Consultant and was interviewed in Nov 2021. There was 1 interview round.
Dynamic sales executive with 5 years of experience in driving revenue growth and building client relationships in the tech industry.
Developed and executed sales strategies that increased revenue by 30% in my last role at Tech Solutions.
Managed a portfolio of over 50 clients, ensuring high levels of customer satisfaction and retention.
Collaborated with marketing teams to create targeted campaigns that resulted in a 25% ...
Meesho is an Indian social commerce platform enabling small businesses and individuals to sell products online through social media.
Founded in 2015, Meesho allows users to start their own online store without any investment.
It primarily targets resellers, enabling them to sell products via platforms like WhatsApp and Facebook.
Meesho offers a wide range of products, including clothing, accessories, and home goods.
The pl...
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 Walk-in and was interviewed before Jun 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed in Jun 2021. There was 1 interview round.
My dream is to create innovative software solutions that positively impact people's lives and drive technological advancement.
Building User-Centric Applications: I aspire to develop applications that prioritize user experience, like a health tracking app that motivates users to lead healthier lives.
Contributing to Open Source: I dream of contributing to open-source projects, collaborating with developers worldwide to c...
I appeared for an interview before Jul 2024, where I was asked the following questions.
Rearranging an array to place negative and positive numbers at even and odd indices respectively.
1. Iterate through the array and separate positive and negative numbers.
2. Create a new array of the same length to hold the rearranged elements.
3. Place negative numbers at even indices (0, 2, 4,...) and positive numbers at odd indices (1, 3, 5,...).
4. If there are more positives than negatives, fill remaining odd indices ...
based on 1 interview experience
Difficulty level
Duration
based on 1 review
Rating in categories
Assistant Manager
109
salaries
| ₹4 L/yr - ₹9.2 L/yr |
Senior Executive
72
salaries
| ₹3.4 L/yr - ₹7.2 L/yr |
Manager
46
salaries
| ₹8.8 L/yr - ₹14.9 L/yr |
Sales Executive
43
salaries
| ₹2.5 L/yr - ₹4.8 L/yr |
Management Trainee
39
salaries
| ₹3 L/yr - ₹6.8 L/yr |
Udaan
Swiggy
BlackBuck
Ninjacart