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
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 Sep 2020.
Round duration - 90 minutes
Round difficulty - Easy
This was MCQ+Coding round.
Check if two strings are anagrams by comparing the sorted versions of the strings.
Sort both strings and compare if they are equal.
Use a hashmap to store the frequency of characters in each string and compare the maps.
Ignore spaces and punctuation when comparing the strings.
Round duration - 90 minutes
Round difficulty - Easy
This was face to face interview round.
Round duration - 90 minutes
Round difficulty - Easy
This was face to face interview round.
Tip 1 : Participate in live contests on websites like Codechef, Codeforces etc as much as possible.
Tip 2 : Practice previous interview questions from LeetCode, GeeksForGeeks.
Tip 3 : Revise Computer Science subjects like DBMS, OOPS thoroughly.
Add projects and Internships if you have done any and add only those things which you really know.
Final outcome of the interviewSelectedI was interviewed before Sep 2020.
Round duration - 90 Minutes
Round difficulty - Medium
Interview started at 11:00 am. It was an online round. During the coding round I submitted optimized solution and got full acceptance of the solutions.
You are provided with a directed graph composed of 'N' nodes. You have a matrix called 'EDGES' with dimensions M x 2, which specifies the 'M' edges in the graph. Each edge...
Detect cycle in a directed graph using depth-first search (DFS) algorithm.
Use DFS to traverse the graph and detect back edges indicating a cycle.
Maintain a visited array to keep track of visited nodes during traversal.
If a node is visited again during traversal and it is not the parent node, then a cycle exists.
Return true if a cycle is detected, false otherwise.
Round duration - 80 Minutes
Round difficulty - Medium
Interview started at 10:00 am. Interview went well, I was able to connect with the interviewer and enjoyed the whole interview
Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'.
You are given a number in string format, a...
Find the next smallest palindrome greater than a given number represented as a string.
Convert the string to an integer, find the next greater palindrome, and convert it back to a string.
Handle cases where the number is a palindrome or has all digits as '9'.
Consider both odd and even length numbers when finding the next palindrome.
Round duration - 80 Minutes
Round difficulty - Medium
Interview started at 11:00 am. Interview went well.
Given a binary tree of integers, your task is to return the boundary nodes of the tree in Anti-Clockwise direction starting from the root node.
The first line ...
Return the boundary nodes of a binary tree in Anti-Clockwise direction starting from the root node.
Traverse the left boundary nodes in a top-down manner
Traverse the leaf nodes from left to right
Traverse the right boundary nodes in a bottom-up manner
Handle cases where duplicates occur in the boundary nodes
Implement the function without printing as printing is already managed
Tip 1 : For Data Structures number of questions doesn't matter. Try to understand the logic behind them and try to apply them in creating multiple scenario's. Learn them by heart.
Tip 2 : For Web.Development Try to learn full stack development. See which part interests you more, Increase your knowledge horizon, Always try to build a system a system considering It will be served to millions of customers. By doing this 1-2 projects will increase and cover all the major things which one should learn in their career/college.
Tip 1 : Always try to make it a single page
Tip 2 : Always make resume company specific. eg. Data Structures part more if you are applying for MNC's eg. Amazon, Google, DE Shaw, browserstack.
I was interviewed in Aug 2017.
Merge Sort is a divide and conquer algorithm that sorts an array by dividing it into two halves, sorting them separately, and then merging the sorted halves.
Divide the array into two halves
Recursively sort the two halves
Merge the sorted halves
Find pairs of integers in a BST whose sum is equal to a given number.
Traverse the BST and store the values in a hash set.
For each node, check if (X - node.value) exists in the hash set.
If yes, add the pair (node.value, X - node.value) to the result.
Continue traversal until all nodes are processed.
Merge overlapping time intervals into mutually exclusive intervals.
Sort the intervals based on their start time.
Iterate through the intervals and merge overlapping intervals.
Output the mutually exclusive intervals.
Example: [(1,3), (2,6), (8,10), (15,18)] -> [(1,6), (8,10), (15,18)]
Different types of hashing and alternative for Linear Chaining
Different types of hashing include division, multiplication, and universal hashing
Alternative for Linear Chaining is Open Addressing
Open Addressing includes Linear Probing, Quadratic Probing, and Double Hashing
An AVL tree is a self-balancing binary search tree where the heights of the left and right subtrees differ by at most one.
AVL tree is a binary search tree with additional balance factor for each node.
The balance factor is the difference between the heights of the left and right subtrees.
Insertion and deletion operations in AVL tree maintain the balance factor to ensure the tree remains balanced.
Rotations are performed ...
Find the minimum number of squares whose sum equals to a given number n.
Use dynamic programming to solve the problem efficiently.
Start with finding the square root of n and check if it is a perfect square.
If not, then try to find the minimum number of squares required for the remaining number.
Repeat the process until the remaining number becomes 0.
Return the minimum number of squares required for the given number n.
Insertion sort for a singly linked list.
Traverse the list and compare each node with the previous nodes
If the current node is smaller, swap it with the previous node
Repeat until the end of the list is reached
Time complexity is O(n^2)
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