Interview Questions

Review this list of 4,065 interview questions and answers verified by hiring managers and candidates.
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "This is a Design a Product question. For this, we'll want to follow the formula for success: Ask clarifying questions Identify user types, behaviors, and pain points State the goal and use cases List current solutions Improvements / net new solutions Evaluate and select solutions Measure Success Summarize Ask clarifying questions The PM interview isn't about your ability to come up with the best solution right away — it's about bein"

    Exponent - "This is a Design a Product question. For this, we'll want to follow the formula for success: Ask clarifying questions Identify user types, behaviors, and pain points State the goal and use cases List current solutions Improvements / net new solutions Evaluate and select solutions Measure Success Summarize Ask clarifying questions The PM interview isn't about your ability to come up with the best solution right away — it's about bein"See full answer

    Product Manager
    System Design
  • Atlassian logoAsked at Atlassian 

    "This is one of the core behavioral questions that you should expect to cover in any interview. In particular, it asks you to justify why you want to work at a specific company that you've applied for. There's no right answer for this, however we do recommend you list at least three distinct reasons. Here's an example of what you might say: > Great question! There's so many reasons, but I'll keep it to my top three.Atlassian has some of the most impactful products in the tech space to date, inclu"

    Exponent - "This is one of the core behavioral questions that you should expect to cover in any interview. In particular, it asks you to justify why you want to work at a specific company that you've applied for. There's no right answer for this, however we do recommend you list at least three distinct reasons. Here's an example of what you might say: > Great question! There's so many reasons, but I'll keep it to my top three.Atlassian has some of the most impactful products in the tech space to date, inclu"See full answer

    Product Manager
    Behavioral
  • Data Scientist
    Analytical
    +1 more
  • Google logoAsked at Google 

    "First I would like to ask you some clarifying questions. Timeframe: do we consider a single given day? YES What is the definition of jogger? Running, not walking Is there a minimum distance? NO Do you count only the distance within the perimeter of central park or also the miles getting in and out of CP to my start location? ONLY CP Great, I would like to structure the problem this way. \# of aggregated miles run by jogger in a day in CP = # of joggers per day * av"

    Fabio E. - "First I would like to ask you some clarifying questions. Timeframe: do we consider a single given day? YES What is the definition of jogger? Running, not walking Is there a minimum distance? NO Do you count only the distance within the perimeter of central park or also the miles getting in and out of CP to my start location? ONLY CP Great, I would like to structure the problem this way. \# of aggregated miles run by jogger in a day in CP = # of joggers per day * av"See full answer

    Product Manager
    Estimation
    +1 more
  • BizOps & Strategy
    Product Strategy
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • "One of the most basic measures of how well a PMO is functioning is the percentage of projects that are completed as a ratio of all the projects in a portfolio. More illustrative is how many of the projects are completed within the timeframes budgeted for the projects."

    Janell O. - "One of the most basic measures of how well a PMO is functioning is the percentage of projects that are completed as a ratio of all the projects in a portfolio. More illustrative is how many of the projects are completed within the timeframes budgeted for the projects."See full answer

    Product Manager
    Behavioral
  • Cisco logoAsked at Cisco 
    Product Manager
    Analytical
  • Slack logoAsked at Slack 

    "Generally during the planning phase, I work with various teams to identify milestones and high level target date based on affinity sizing of the work. Based on that, I build a roadmap and if there are unforeseen issues/risks that may impact our target date, I flag it as a risk. For instance, if the teams are working on a project and there's an issue where a team states they need to extend out their target date and that impacts a dependent team, this will surely change the deliverable date for th"

    Esther S. - "Generally during the planning phase, I work with various teams to identify milestones and high level target date based on affinity sizing of the work. Based on that, I build a roadmap and if there are unforeseen issues/risks that may impact our target date, I flag it as a risk. For instance, if the teams are working on a project and there's an issue where a team states they need to extend out their target date and that impacts a dependent team, this will surely change the deliverable date for th"See full answer

    Technical Program Manager
    Program Sense
    +1 more
  • Software Engineer
    Behavioral
  • "The interviewer was curious to understand my transition from a core development profile to an NGO and then to an MBA program. He was trying to understand my thoughts behind the journey and what convinced me about going for a PM role. What helped me answer this was - Having spent some time by myself mapping out the good and not-so-great experiences at each part of my journey What exactly motivated me to take the next step each time How it all connected What moments in the journey hi"

    Yashaswini K. - "The interviewer was curious to understand my transition from a core development profile to an NGO and then to an MBA program. He was trying to understand my thoughts behind the journey and what convinced me about going for a PM role. What helped me answer this was - Having spent some time by myself mapping out the good and not-so-great experiences at each part of my journey What exactly motivated me to take the next step each time How it all connected What moments in the journey hi"See full answer

    Product Manager
    Behavioral
  • "Questions: Are these bikes for personal or commercial use? Or both? For commuting, or should we also include recreational bikes (e.g. mountain bikes?) Should we include stationary exercise bikes, or only those used outside? E-bikes and motorcycles? Are we counting children, or just adults? Should we factor in whether the individual has purchasing power to purchase a new bike? What about renting a bike? Assumptions: Assuming we are sizing the market for personal commuter bicycles f"

    Chelsea F. - "Questions: Are these bikes for personal or commercial use? Or both? For commuting, or should we also include recreational bikes (e.g. mountain bikes?) Should we include stationary exercise bikes, or only those used outside? E-bikes and motorcycles? Are we counting children, or just adults? Should we factor in whether the individual has purchasing power to purchase a new bike? What about renting a bike? Assumptions: Assuming we are sizing the market for personal commuter bicycles f"See full answer

    Product Manager
    Estimation
  • "with cte as (select *, row_number() over(order by score desc) as rn from players) select player_name, score, rn as ranking from cte where rn= 4 or rn =6 or rn =11 `"

    Gowtami K. - "with cte as (select *, row_number() over(order by score desc) as rn from players) select player_name, score, rn as ranking from cte where rn= 4 or rn =6 or rn =11 `"See full answer

    Coding
    SQL
  • Software Engineer
    Behavioral
  • "We can start by considering the key components: waiters, tables and customers. We'll need a database to store information about waiters, tables and customers, each waiter can have a unique ID and we can track the. number of tables they are servicng. Tables can have attributes like table number, capacity, and current status. Customers can be tracked by their arrival time and party size. we can calculat ethe expected waiting time bu considering the average time a table is occupied and the number o"

    Brandon C. - "We can start by considering the key components: waiters, tables and customers. We'll need a database to store information about waiters, tables and customers, each waiter can have a unique ID and we can track the. number of tables they are servicng. Tables can have attributes like table number, capacity, and current status. Customers can be tracked by their arrival time and party size. we can calculat ethe expected waiting time bu considering the average time a table is occupied and the number o"See full answer

    Software Engineer
    Product Design
    +1 more
  • "Started with clarifications, listed out assumptions, created stories with user pain points in existing business, how we can eliminate in our design and strategy, metrics for the success of business initial 90 days, 6 months and a year. What i missed to present is the north star metrics Overall i thought i did well, still didnt get through Hope it will help me for other interviews in Amazon/Meta/Cisco"

    Ragupathy V. - "Started with clarifications, listed out assumptions, created stories with user pain points in existing business, how we can eliminate in our design and strategy, metrics for the success of business initial 90 days, 6 months and a year. What i missed to present is the north star metrics Overall i thought i did well, still didnt get through Hope it will help me for other interviews in Amazon/Meta/Cisco"See full answer

    Product Manager
    Product Strategy
  • "Set clear goals- What do you want to achieve by learning this new technology? Are you trying to build a specific project, or are you just interested in learning more about it? Having clear goals will help you stay motivated and focused. Find a good learning resource There are many different ways to learn a new technology. You can take online courses, read books, or watch tutorials. Find a resource that fits your learning style and budget. Start with the basics- Don't try to"

    Praful B. - "Set clear goals- What do you want to achieve by learning this new technology? Are you trying to build a specific project, or are you just interested in learning more about it? Having clear goals will help you stay motivated and focused. Find a good learning resource There are many different ways to learn a new technology. You can take online courses, read books, or watch tutorials. Find a resource that fits your learning style and budget. Start with the basics- Don't try to"See full answer

    Technical Program Manager
    Technical
Showing 2561-2580 of 4065