Faster and better experience!
Filter interviews by
I applied via Internshala and was interviewed in Oct 2024. There were 5 interview rounds.
To create project plan for real-time location sharing feature for mobile app with following contents :
1. Project Scope which should contain a. Key Deliverables b. Stakeholders c. Success Criteria
2. Project Timeline & Milestones which should contain a. Phase b. Start Date c. End Date d. Key deliverables e. Dependencies f. Critical paths
3. Resource Allocation which should contain a. Role b. Resource c. Responsibilities d. Allocation e. Team-work and collaboration
4. Leadership & Management Strategy which should contain a. Executive Oversight b. Product leadership c. Engineering leadership d. Design leadership
5. Product Research & Market Analysis
a. Competitor Analysis b. User research
6. Product Metrics and Sucess Criteria which should contain a. Metrics b. Target c. Reasoning d. KPIs to track Post-Launch
7. Risk Management Plan which should contain a. Risks b. Impact c. Likelihood d. Mitigation Strategy
8. Communication Plan which should contain a. Stakeholder b. Frequency c. Communication Channel d. Details
9. Launch Strategy which should contain a. Beta Launch b. Full launch c. Marketing campaign d. Post-launch Monitoring, etc
10. Decision Log which should contain a. Decision b. Date c. Decision Maker d. Notes
It will be a hire toggle timed proctored test with 13 questions to be answered in 21 minutes. It will be MCQ based questions on Product Management where I scored 93%
I follow a structured process involving research, planning, development, testing, and launch to manage products effectively.
Conduct market research to identify customer needs and preferences
Create a product roadmap outlining key features and milestones
Collaborate with cross-functional teams such as engineering, design, and marketing
Iterate on product based on user feedback and data analytics
Coordinate product launch an
Agile methodology is a project management approach that emphasizes flexibility, collaboration, and iterative development.
Agile focuses on delivering value to customers through continuous planning, feedback, and adaptation.
It involves breaking down projects into smaller, manageable tasks called sprints.
Teams work closely together and with stakeholders to prioritize tasks and make quick decisions.
Common agile frameworks ...
Planning a scrum involves setting goals, prioritizing tasks, assigning roles, and scheduling meetings.
Start by defining the goals and objectives of the sprint.
Prioritize the tasks based on importance and dependencies.
Assign roles to team members such as Scrum Master, Product Owner, and Development Team.
Schedule daily stand-up meetings to track progress and address any issues.
Use tools like Kanban boards or sprint backl...
I use tools like Jira, Trello, and Asana to manage projects/products efficiently.
Jira for task tracking and issue management
Trello for visual project management
Asana for team collaboration and task assignment
Communication skills are most important for a Product Manager.
Effective communication with cross-functional teams
Ability to clearly articulate product vision and strategy
Active listening to gather feedback from customers and stakeholders
Negotiation skills to prioritize features and resolve conflicts
Presentation skills to pitch ideas and influence decision-makers
A sprint retrospective is a meeting held at the end of a sprint where the team reflects on what went well, what could be improved, and how to make changes for the next sprint.
Reflect on what went well during the sprint
Identify areas for improvement
Discuss how to implement changes for the next sprint
Encourage open and honest communication within the team
Product management involves overseeing the development and marketing of a product throughout its lifecycle.
Product management involves identifying market needs and opportunities
It includes defining the product vision and strategy
Product managers work closely with cross-functional teams such as engineering, design, and marketing
They prioritize features and enhancements based on customer feedback and business goals
Produc...
No, I have not completed any fellowship or boot-camp in product management.
I have gained product management skills through coursework, projects, and internships.
I have taken relevant courses in product management and have hands-on experience in developing and launching products.
I have actively participated in product development teams and have a strong understanding of the product lifecycle.
I have strong technical skills in programming languages like Python and Java, as well as experience in product development through internships and projects.
Proficient in Python and Java programming languages
Experience with product development through internships and projects
Knowledge of Agile methodologies and product lifecycle management
Familiarity with UI/UX design principles and user research
Strong analytical and pr
Rate your
company
🤫 100% anonymous
How was your last interview experience?
I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.
It is inappropriate and illegal for an employer to ask about a candidate's family member's income in a job interview.
It is illegal for an employer to ask about a candidate's family member's income during a job interview as it is considered discriminatory.
Focus on discussing the candidate's qualifications, experience, and skills relevant to the job.
If faced with such a question, the candidate can politely decline to ans...
My family business is a small bakery that specializes in custom cakes and pastries. It generates around $50,000 in annual income.
Family business is a small bakery
Specializes in custom cakes and pastries
Generates around $50,000 in annual income
I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.
Namekart interview questions for popular designations
I applied via Walk-in and was interviewed in Sep 2023. There were 2 interview rounds.
I was interviewed before May 2016.
I am passionate about domain trading and believe I can contribute to your team's success.
Passionate about domain trading
Believe I can contribute to team's success
Excited about the opportunity to work in this industry
I would help you grow by leveraging my expertise in domain trading, networking with industry professionals, and staying updated on market trends.
Utilize my expertise in domain trading to identify valuable opportunities for growth
Network with industry professionals to expand your reach and potential partnerships
Stay updated on market trends and emerging technologies to stay ahead of the competition
I was interviewed in Oct 2016.
Top trending discussions
I was interviewed before Dec 2020.
Round duration - 60 Minutes
Round difficulty - Medium
This round was purely based on Data Structures and Algorithms . One has to be fairly comfortable in solving Algorithmic problems to pass this round . Both the questions asked were quite common and luckily I had already prepared them from CodeStudio and LeetCode.
Given a Binary Tree with 'N' nodes, where each node holds an integer value, your task is to compute the In-Order, Pre-Order, and Post-Order traversals of the binar...
Compute the In-Order, Pre-Order, and Post-Order traversals of a Binary Tree given in level-order format.
Implement functions to perform In-Order, Pre-Order, and Post-Order traversals of a Binary Tree.
Use level-order input to construct the Binary Tree.
Traverse the Binary Tree recursively to generate the required traversals.
Ensure proper handling of null nodes represented by -1 in the input.
Return the three traversals as
Given a Singly Linked List of integers, your task is to reverse the Linked List by altering the links between the nodes.
The first line of input is an intege...
Reverse a singly linked list by altering the links between nodes.
Iterate through the linked list and reverse the links between nodes
Use three pointers to keep track of the current, previous, and next nodes
Update the links between nodes to reverse the list
Return the head of the reversed linked list
Round duration - 45 Minutes
Round difficulty - Medium
This round basically tested some concepts from Data Structures and File Manipulation .
Given two arrays A
and B
with sizes N
and M
respectively, both sorted in non-decreasing order, determine their intersection.
The intersection of two arrays in...
The problem involves finding the intersection of two sorted arrays efficiently.
Use two pointers to iterate through both arrays simultaneously.
Compare elements at the pointers and move the pointers accordingly.
Handle cases where elements are equal and update the intersection array.
Return the intersection array as the result.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Print the level order traversal of binary tree in spiral form
Perform level order traversal of the binary tree
Alternate the direction of traversal for each level
Use a stack to reverse the order of nodes in each level
Print the nodes in the order of traversal
Find the maximum element in each subarray of size k in a given array.
Iterate through the array from index 0 to n-k.
For each subarray of size k, find the maximum element.
Store the maximum elements in a separate array.
Return the array of maximum elements.
To find the Kth largest element in two sorted arrays, we can use the merge step of merge sort algorithm.
Merge the two arrays into a single sorted array using a modified merge sort algorithm.
Return the Kth element from the merged array.
Merge two sorted arrays into one sorted array with expected time complexity of (m+n).
Use a two-pointer approach to compare elements from both arrays and merge them into the first array.
Start comparing elements from the end of both arrays and place the larger element at the end of the first array.
Continue this process until all elements from the second array are merged into the first array.
based on 5 interviews
Interview experience
based on 19 reviews
Rating in categories
Research Analyst
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Analyst
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Market Research Analyst
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Development Executive
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Analyst
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Amazon
Flipkart
Amazon Development Centre India
Udaan