Skip to main content

Interview Questions

Review this list of 4,415 interview questions and answers verified by hiring managers and candidates.
  • "Assumption: Considering the launch of a product r a service based company in a new market: 1) Need of the product / service - consumer needs 2) Presence of competitor and their market share 3) Consumer behaviour - can this be changed if such need doesn't exist explicitly( ex: ride hailing) 4) Existing price of the product 5) Marketing spend to launch in that market and opportunity to make revenue"

    Arista V. - "Assumption: Considering the launch of a product r a service based company in a new market: 1) Need of the product / service - consumer needs 2) Presence of competitor and their market share 3) Consumer behaviour - can this be changed if such need doesn't exist explicitly( ex: ride hailing) 4) Existing price of the product 5) Marketing spend to launch in that market and opportunity to make revenue"See full answer

    BizOps & Strategy
    Product Strategy
  • "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
  • Meta logoAsked at Meta 

    "[I'm working on answering questions more concisely, so to practice, I will type this answer in paragraph form] To clarify the question, I understand there are at least two entry points for Stories - one within Facebook (website, app) and one within Instagram. Would you like for me to focus on the Instagram experience of Instagram Stories? Would you like for me to focus on existing markets or emerging markets, or I could decide based off where I see the greatest opportunity? (Interviewer: focus"

    Alice Z. - "[I'm working on answering questions more concisely, so to practice, I will type this answer in paragraph form] To clarify the question, I understand there are at least two entry points for Stories - one within Facebook (website, app) and one within Instagram. Would you like for me to focus on the Instagram experience of Instagram Stories? Would you like for me to focus on existing markets or emerging markets, or I could decide based off where I see the greatest opportunity? (Interviewer: focus"See full answer

    Product Design
    Product Strategy
  • Airbnb logoAsked at Airbnb 
    Behavioral
  • Data Structures & Algorithms
    Coding
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Lyft logoAsked at Lyft 

    "Estimation - Estimate Lyft revenue Modes of Income Revenue through Ads Revenue earned from drivers and ride bookings Premium Subscriptions (Lyft Pink) and Other + subscriptions. Considering US as Lyft's primary market and hence estimating revenue for this market for Lyft Total Population of US : 330 Million Among this 330M, there are Low income families - Families who earn just to make their ends meet. So they won’t be able to afford cabs since it is a bit expensive. Assuming"

    Sai ganapathy S. - "Estimation - Estimate Lyft revenue Modes of Income Revenue through Ads Revenue earned from drivers and ride bookings Premium Subscriptions (Lyft Pink) and Other + subscriptions. Considering US as Lyft's primary market and hence estimating revenue for this market for Lyft Total Population of US : 330 Million Among this 330M, there are Low income families - Families who earn just to make their ends meet. So they won’t be able to afford cabs since it is a bit expensive. Assuming"See full answer

    Estimation
  • Meta logoAsked at Meta 

    "sum of continuous subarray and keep checking if arr[i]==arr[j]. if true increase count;"

    Rishabh R. - "sum of continuous subarray and keep checking if arr[i]==arr[j]. if true increase count;"See full answer

    Data Structures & Algorithms
    Coding
    +1 more
  • "Would prioritize the feature that moves the needle the most on the KPI outlined as the initiative's primary goal. For example, if the overall initiative is aimed at moving the number of bookings, prioritize the feature that moves the number of bookings the most."

    Kunal S. - "Would prioritize the feature that moves the needle the most on the KPI outlined as the initiative's primary goal. For example, if the overall initiative is aimed at moving the number of bookings, prioritize the feature that moves the number of bookings the most."See full answer

    Behavioral
  • "The answer to this question will give valuable insight to a persons kharma/ energy/ motivation"

    Mision veterans ministry B. - "The answer to this question will give valuable insight to a persons kharma/ energy/ motivation"See full answer

    Chief of Staff
    Behavioral
  • Solutions Architect
    Coding
  • Amazon logoAsked at Amazon 

    "delete"

    David P. - "delete"See full answer

    Technical Program Manager
    Behavioral
  • "add two strings `"

    Jonathan michael J. - "add two strings `"See full answer

    Data Structures & Algorithms
    Coding
    +1 more
  • Capital One logoAsked at Capital One 
    Machine Learning Engineer
    Machine Learning
  • Product Manager
    Behavioral
  • Amazon logoAsked at Amazon 

    "Vision of Amazon: One stop place for users' buying needs - products and services. Goal of Amazon: Increase wallet share of users or engagement from users. Why services: Services would help achieving this goal, as the users would love using services. And Users need a platform to access services. Market in consideration: India (it is big enough. I am more familiar with this market) Current market landscape: Competition: A couple of marketplaces for services. Similar"

    Sanchit G. - "Vision of Amazon: One stop place for users' buying needs - products and services. Goal of Amazon: Increase wallet share of users or engagement from users. Why services: Services would help achieving this goal, as the users would love using services. And Users need a platform to access services. Market in consideration: India (it is big enough. I am more familiar with this market) Current market landscape: Competition: A couple of marketplaces for services. Similar"See full answer

    Product Strategy
    Program Sense
  • IBM logoAsked at IBM 

    "My answer followed the framework: Users -> Goals -> Main Tasks -> Requirements -> Design -> Implementation -> Launch"

    Alessandra L. - "My answer followed the framework: Users -> Goals -> Main Tasks -> Requirements -> Design -> Implementation -> Launch"See full answer

    Product Manager
    Product Design
  • +7

    "Definitely nice to think of this without memorization, but there is a well known algorithm for this problem, which is the Levenshtein Distance. Lev(a,b) = len(a) if len(b) == 0 = len(b) if len(a) == 0 = lev(a[1:], b[1:] if a[0] == b[0] = 1 + min (lev(a, b[1:]), lev(a[1:], b), lev(a[1:], b[1:])) https://en.wikipedia.org/wiki/Levenshtein_distance I'm sure some optimizations could be made with heuristic."

    Nicholas S. - "Definitely nice to think of this without memorization, but there is a well known algorithm for this problem, which is the Levenshtein Distance. Lev(a,b) = len(a) if len(b) == 0 = len(b) if len(a) == 0 = lev(a[1:], b[1:] if a[0] == b[0] = 1 + min (lev(a, b[1:]), lev(a[1:], b), lev(a[1:], b[1:])) https://en.wikipedia.org/wiki/Levenshtein_distance I'm sure some optimizations could be made with heuristic."See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Uber logoAsked at Uber 
    Security Engineer
    Behavioral
  • CrowdStrike logoAsked at CrowdStrike 
    Security Engineer
    Behavioral
    +1 more
Showing 2681-2700 of 4415