i
Meesho
Filter interviews by
I applied via Company Website and was interviewed in Jan 2022. There were 5 interview rounds.
Marketing and selling
Best policy in the product assistant manager
Top trending discussions
I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 4 interview rounds.
The second round is qualified to documentation round
Open mind test, attitude test
How much salary do you expectation now?
I applied via Referral and was interviewed before Apr 2020. There was 1 interview round.
The key to business growth is effective sales and marketing strategies.
Developing a strong sales and marketing plan
Identifying and targeting the right customer segments
Building brand awareness and reputation
Creating compelling marketing campaigns
Providing excellent customer service
Adapting to market trends and changes
Leveraging technology and data analytics
Building and maintaining strong relationships with customers an
I applied via Campus Placement
Different GD which was like a proper conversation where everybody got a chance to speak. Not like a fish market. It was also guided by company people.
Case on how would you manage the big billion sale in amazon- everything from sales to inventory to logistics to tech.
Then after discussion, everybody was given a specific vertical to speak on how to develop and one person to summarize overall. Overall, it was a good gd.
I would improve the Udaan business model by expanding its reach and diversifying its offerings.
Increase the number of cities and towns where Udaan operates to reach more customers
Add new product categories to attract a wider range of buyers and sellers
Invest in technology to improve the user experience and streamline operations
Offer more value-added services such as financing and logistics to differentiate from competi...
Udaan's approach to handling non-repayment of loans to small businesses
Udaan has a rigorous screening process to ensure borrowers have the ability to repay the loan
In case of non-repayment, Udaan has a dedicated team to follow up with the borrower and understand the reason for non-payment
Udaan may offer a repayment plan or negotiate a settlement with the borrower
If necessary, Udaan may take legal action to recover the ...
I applied via Campus Placement
What should I know that is not on your resume?
What are your hobbies?
Discuss POR and Extra curricular CV points.
Why did you decide to leave your well secure job in PSU?
What do you know about Coal India?
Suppose I am a customer and you have to give a pitch of services that udaan offers. Give me a pitch of 2 minutes.
How B2B marketing is different from B2C marketing?
I applied via Campus Placement
Handled a challenge while handling XYZ POR
Identified the root cause of the challenge
Developed a plan to address the challenge
Collaborated with cross-functional teams to implement the plan
Monitored progress and made adjustments as needed
Successfully resolved the challenge and achieved desired results
I applied via Campus Placement
6 panelists.
Case-based GD.
Topic: Improving profits of Swiggy.
Most of the panelists were speaking on Cost side and about improving efficiency of operations. I focused on improving revenue and I introduced ongoing concept called Cloud Kitchen.
4 people were selected.
Each of us was asked to elaborate on our proposed ideas individually and there was no discussion to be done among us.
I mentioned Swiggy could collaborate with Udaan for vegetables etc.
I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.
Attitude in the market refers to the overall mindset and approach of individuals towards buying and selling products or services.
Attitude can greatly impact sales and marketing success
Positive attitude can lead to better customer relationships and increased sales
Negative attitude can hinder progress and lead to lost opportunities
Adapting to market trends and customer needs is essential for a successful attitude in the
Negotiable based on experience and benefits package
My expected salary is negotiable and dependent on the overall benefits package offered by the company
I am open to discussing salary based on the responsibilities of the role and market standards
I am looking for a competitive salary that reflects my experience and skills
I applied via Naukri.com and was interviewed in May 2019. There were 4 interview rounds.
Yes, I am comfortable traveling for work.
I have experience traveling for work in my previous roles.
I am adaptable and enjoy exploring new places.
I am willing to travel for client meetings and conferences.
I understand the importance of face-to-face interactions in sales.
I am organized and can handle the logistics of travel efficiently.
I appeared for an interview before Apr 2021.
Round duration - 45 Minutes
Round difficulty - Medium
It was in the mid day and since I applied for a Frontend role the discussion was majorly around data structure and bit of Javascript.
The interviewer was helping and good listener.
You are provided with two sorted linked lists. Your task is to merge them into a single sorted linked list and return the head of the combined linked list.
...Merge two sorted linked lists into a single sorted linked list without using additional space.
Create a dummy node to start the merged list
Compare the values of the two linked lists and add the smaller value to the merged list
Move the pointer of the merged list and the pointer of the smaller value list
Continue this process until one of the lists is fully traversed
Append the remaining elements of the other list to the me
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
Sort an array of 0s, 1s, and 2s in linear time complexity.
Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.
Swap elements based on the values encountered to sort the array in-place.
Time complexity should be O(N) and space complexity should be O(1).
Round duration - 60 Minutes
Round difficulty - Medium
It was more of a in depth round on the framework I'm working on and problem solving.
The event loop is a mechanism in programming that allows for asynchronous execution of code.
The event loop is a key component in JavaScript's runtime environment, responsible for handling asynchronous operations.
It continuously checks the call stack for any pending tasks and executes them in a non-blocking manner.
The event loop ensures that the program remains responsive by allowing other code to run while waiting for ...
Output-based questions in JavaScript using browser APIs
Example 1: Write a script that uses the Geolocation API to display the user's current location on a map
Example 2: Create a program that uses the Web Audio API to play a sound when a button is clicked
Example 3: Develop a web page that uses the Canvas API to draw a simple animation
Designing a system to support localization in a mobile app
Use resource files to store localized strings for different languages
Implement a language selection feature for users to choose their preferred language
Utilize localization libraries or frameworks to streamline the process
Consider cultural differences when localizing content, such as date formats and currency symbols
Round duration - 75 Minutes
Round difficulty - Hard
It was more of a fitment/managerial round.
Didn't had any coding questions, but was asked more on approaches and optimisations.
Discussions on the project you have worked on.
To find the fastest 3 horses out of a group with 5 horses racing at a time, we can use a tournament style approach.
Divide the horses into groups of 5 and race them against each other. This will give you the fastest horse in each group.
Take the winners from each group and race them against each other. The top 3 horses in this final race will be the fastest 3 overall.
Keep track of the results and compare the timings to d
To debug lag on a screen, analyze code, check for memory leaks, optimize rendering, and use profiling tools.
Analyze code to identify any inefficient algorithms or operations causing lag.
Check for memory leaks that could be impacting performance.
Optimize rendering by reducing the number of draw calls, optimizing shaders, and minimizing overdraw.
Use profiling tools like Xcode Instruments or Android Profiler to identify p
The app I recently worked on is a social media platform for sharing photos and connecting with friends.
The app follows a client-server architecture, with the client being the mobile app and the server handling data storage and processing.
The client side is built using React Native for cross-platform compatibility.
The server side is implemented using Node.js with a MongoDB database for storing user data and photos.
The a...
Tip 1 : Get your JS fundamentals right (if applying for a Frontend role, https://javascript.info/ is a good start)
Tip 2 : Apart from preparing data structures, practise on the communication skills as well (prepare your introduction, be a good listener and on spot improvisation plays key roles)
Tip 1 : highlight projects related to the job profile in your resume and mention what was your contribution in them precisely in 1/2 lines.
Tip 2 : Include URLs to applications/projects that you have build and your achievements/blog (if any)
based on 3 reviews
Rating in categories
Key Account Manager
762
salaries
| ₹2.8 L/yr - ₹6.5 L/yr |
City Manager
205
salaries
| ₹4 L/yr - ₹10 L/yr |
Business Analyst
195
salaries
| ₹8 L/yr - ₹22.8 L/yr |
Team Lead
164
salaries
| ₹1.6 L/yr - ₹9 L/yr |
Business Development Manager
152
salaries
| ₹3.4 L/yr - ₹7.5 L/yr |
Amazon
Flipkart
Myntra
GlowRoad