Skip to main content

Interview Questions

Review this list of 4,411 interview questions and answers verified by hiring managers and candidates.
  • Machine Learning Engineer
    System Design
  • Nextdoor logoAsked at Nextdoor 

    "Product Led Growth Strategy is where literally product drives growth Examples: Referrals Shares on social platforms Product offers basic functionalities for free and user has to upgrade for overall access Inviting friends or teams to your whiteboard In order to build an effective product led growth strategy we need to understand the users pain points, motivations, un met needs in detail that will help us to understand what resonates with the users such that they love the product, s"

    Durga prasad K. - "Product Led Growth Strategy is where literally product drives growth Examples: Referrals Shares on social platforms Product offers basic functionalities for free and user has to upgrade for overall access Inviting friends or teams to your whiteboard In order to build an effective product led growth strategy we need to understand the users pain points, motivations, un met needs in detail that will help us to understand what resonates with the users such that they love the product, s"See full answer

    Product Manager
    Product Strategy
  • Product Manager
    Product Strategy
  • Adobe logoAsked at Adobe 
    +1

    "def calc(expr): ans = eval(expr) return ans your code goes debug your code below print(calc("1 + 1")) `"

    Sarvesh G. - "def calc(expr): ans = eval(expr) return ans your code goes debug your code below print(calc("1 + 1")) `"See full answer

    Software Engineer
    Data Structures & Algorithms
    +3 more
  • "I think first we need to understand the questions better. Who these users are? (Any specific demographic, age users) What kind of stories are they sharing? How much is considered fewer? Once we get the answer or if we do not get answer we will have to make assumptions about all three questions. Based on the assumption we will have to define a vision. The vision should state what we want to achieve. Goal: Users between age 20 to 30 should get at least 100 shares, likes and comments com"

    Madhuri J. - "I think first we need to understand the questions better. Who these users are? (Any specific demographic, age users) What kind of stories are they sharing? How much is considered fewer? Once we get the answer or if we do not get answer we will have to make assumptions about all three questions. Based on the assumption we will have to define a vision. The vision should state what we want to achieve. Goal: Users between age 20 to 30 should get at least 100 shares, likes and comments com"See full answer

    Product Manager
    Product Strategy
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Amazon logoAsked at Amazon 

    "input_logs = [ f"{senderid} {receiverid} {transaction_count}" "1 2 2", "3 2 42", "2 2 22", "1 1 12", "2 1 1", "2 5 4", "4 2 15" ] input_threshold = 20 exptected_output = [ list of user_ids that made more than 20 transactions sorted by number of transactions in descending order "3", # 42 transactions "2", # 27 transactions (22 + 1 + 4) #"4", # 15 transactions #"1" # 14 transactions (2 + 12 + 1) ] def gettopapi_users(logs, thres"

    Anonymous Unicorn - "input_logs = [ f"{senderid} {receiverid} {transaction_count}" "1 2 2", "3 2 42", "2 2 22", "1 1 12", "2 1 1", "2 5 4", "4 2 15" ] input_threshold = 20 exptected_output = [ list of user_ids that made more than 20 transactions sorted by number of transactions in descending order "3", # 42 transactions "2", # 27 transactions (22 + 1 + 4) #"4", # 15 transactions #"1" # 14 transactions (2 + 12 + 1) ] def gettopapi_users(logs, thres"See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Meta logoAsked at Meta 

    "Clarifying Questions: Is this for business travel, personal travel, or both? Are there any particular objectives that we want to focus on? Think about why Facebook would want to do this is it because they are thinking about building an external-facing travel product, and want to test it on Facebook employees first? Facebook employees work hard, so they want to make sure that their employees are taking the vacations they need to optimize performance List user types employees trav"

    Greg W. - "Clarifying Questions: Is this for business travel, personal travel, or both? Are there any particular objectives that we want to focus on? Think about why Facebook would want to do this is it because they are thinking about building an external-facing travel product, and want to test it on Facebook employees first? Facebook employees work hard, so they want to make sure that their employees are taking the vacations they need to optimize performance List user types employees trav"See full answer

    Product Design
    Program Sense
  • "If I were a Google PM in charge of the next Android keynote product announcement in 3 years, I would build the following: A more secure and privacy-focused Android platform. This is because security and privacy are becoming increasingly important to users. In the past few years, we have seen a number of high-profile data breaches, and users are becoming more aware of the risks of having their personal information online. A more secure and privacy-focused Android platform would help to add"

    Ramandeep S. - "If I were a Google PM in charge of the next Android keynote product announcement in 3 years, I would build the following: A more secure and privacy-focused Android platform. This is because security and privacy are becoming increasingly important to users. In the past few years, we have seen a number of high-profile data breaches, and users are becoming more aware of the risks of having their personal information online. A more secure and privacy-focused Android platform would help to add"See full answer

    Product Manager
    Product Design
    +1 more
  • Instacart logoAsked at Instacart 

    "Clarify Retention for which side of the platform - advertisers, groceries/shops, shoppers, users? - Assume Is there any specific event or trend driving retention down or we’re looking in general to overall improve from current state? - Assume Is this tied to any particular geography or region? - Assume Is this tied to any specific persona within our 4 sided platform? - Assume Are we changing the definition of retention (time, frequency, others)? - Assume no Goal - Improve the use"

    Parag - "Clarify Retention for which side of the platform - advertisers, groceries/shops, shoppers, users? - Assume Is there any specific event or trend driving retention down or we’re looking in general to overall improve from current state? - Assume Is this tied to any particular geography or region? - Assume Is this tied to any specific persona within our 4 sided platform? - Assume Are we changing the definition of retention (time, frequency, others)? - Assume no Goal - Improve the use"See full answer

    Product Manager
    Analytical
    +3 more
  • Zillow logoAsked at Zillow 
    Video answer for 'Design Zillow.'

    "What about sharding by Real Estate companies that are listing the homes? Because the homes can span zip codes. Then further shard by zip codes?"

    Adrian V. - "What about sharding by Real Estate companies that are listing the homes? Because the homes can span zip codes. Then further shard by zip codes?"See full answer

    Engineering Manager
    Product Design
    +1 more
  • +1

    "Youtube's mission is to give everyone a voice and show them to the world, in video format. In order to do so, Youtube is optimizing the experience for creators and consumers, and needs to add a layer of smart discovery for bringing the content to the world. Recommendation engine can be for creators- recommending what type of videos (length, genre, video size, etc) they should create for maximum viewership, or for consumers, recommending relevant videos. We'll focus on the recommendation engi"

    Ridhima K. - "Youtube's mission is to give everyone a voice and show them to the world, in video format. In order to do so, Youtube is optimizing the experience for creators and consumers, and needs to add a layer of smart discovery for bringing the content to the world. Recommendation engine can be for creators- recommending what type of videos (length, genre, video size, etc) they should create for maximum viewership, or for consumers, recommending relevant videos. We'll focus on the recommendation engi"See full answer

    Technical
  • Amazon logoAsked at Amazon 
    +2

    "I would try to understand their perspective, focus on the issue, find common ground, brainstorm solutions, and agree on a course of action."

    Alemayehu m G. - "I would try to understand their perspective, focus on the issue, find common ground, brainstorm solutions, and agree on a course of action."See full answer

    Product Manager
    Behavioral
    +1 more
  • +1

    "Product "XYZ" explain what it is and which audience it is serving. Goals Ease the anxiety Offer the most comprehensive perspective of Cloud Engagement Democratize Upsell Insights Business Review Deck Slide #1: NPS - Now, Trend & Insights + Call To Action: FYI & solicit feedback Slide #2: User Engagement Update - DAU, WAU, MAU, Actions Completed + Call To Action: FYI & solicit feedback Slide #3: Partnership Update - Share new cross org collabor"

    Coach - "Product "XYZ" explain what it is and which audience it is serving. Goals Ease the anxiety Offer the most comprehensive perspective of Cloud Engagement Democratize Upsell Insights Business Review Deck Slide #1: NPS - Now, Trend & Insights + Call To Action: FYI & solicit feedback Slide #2: User Engagement Update - DAU, WAU, MAU, Actions Completed + Call To Action: FYI & solicit feedback Slide #3: Partnership Update - Share new cross org collabor"See full answer

    Product Manager
    Analytical
    +2 more
  • +2

    "Acquisition New sign-ups for Google Drive Service Google Drive app installs Activation Number of users with at least one file since sign-up Paid Google Drive Users Engagement DAU, MAU Sessions, Frequency Time spend Files accessed per session Task completion - sharing file, setting up automatic back up etc. Retention % Repeat Users % Users Churning out Google App Uninstalls Referral Inviting"

    Anil K. - "Acquisition New sign-ups for Google Drive Service Google Drive app installs Activation Number of users with at least one file since sign-up Paid Google Drive Users Engagement DAU, MAU Sessions, Frequency Time spend Files accessed per session Task completion - sharing file, setting up automatic back up etc. Retention % Repeat Users % Users Churning out Google App Uninstalls Referral Inviting"See full answer

    Product Manager
    Analytical
    +1 more
  • "It's mainly an experimentation technique for testing new features while the rest of the users are using the old product version of your product. In our case, we were using it for pre-release or announced release features for a specific group of users. We could at any point revert the experience or stop the feature and render the old product version of the product. Based on the success of the feature, we will then do a full rollout of the feature into production. How does it work ? Enable"

    Karthik T. - "It's mainly an experimentation technique for testing new features while the rest of the users are using the old product version of your product. In our case, we were using it for pre-release or announced release features for a specific group of users. We could at any point revert the experience or stop the feature and render the old product version of the product. Based on the success of the feature, we will then do a full rollout of the feature into production. How does it work ? Enable"See full answer

    Product Manager
    Statistics & Experimentation
  • Product Manager
    Product Design
  • Product Manager
    Product Strategy
  • Meta logoAsked at Meta 
    Technical Program Manager
    Product Strategy
  • Meta logoAsked at Meta 

    "Start your stream Use the Post tab to: Choose where to post your live broadcast. Write a description. Select a camera, mic and screen (if screen sharing). Add a title for your live broadcast (optional). Select the primary language of the stream. ... Once everything is set, select Go Live."

    Abdurhman M. - "Start your stream Use the Post tab to: Choose where to post your live broadcast. Write a description. Select a camera, mic and screen (if screen sharing). Add a title for your live broadcast (optional). Select the primary language of the stream. ... Once everything is set, select Go Live."See full answer

    Technical Program Manager
    Product Design
    +1 more
Showing 1401-1420 of 4411