Skip to main content

Interview Questions

Review this list of 4,415 interview questions and answers verified by hiring managers and candidates.
  • Asana logoAsked at Asana 
    Add answer
    System Design
    Technical
  • Amazon logoAsked at Amazon 
    Add answer
    Technical
  • Walmart Labs logoAsked at Walmart Labs 
    1 answer

    "I prefer to build a team of complementary skills than being skewed on one aspect. And generally avoid an all rockstar team. Technically, this means we will have atleast one rockstar for one skill and it is acceptable if that rockstar is just an avg performer on other skills Which person gets indexed more on which skill is a time to time exercise depending on needs of the org, product charter and career aspirations of the person."

    RestlessMonk - "I prefer to build a team of complementary skills than being skewed on one aspect. And generally avoid an all rockstar team. Technically, this means we will have atleast one rockstar for one skill and it is acceptable if that rockstar is just an avg performer on other skills Which person gets indexed more on which skill is a time to time exercise depending on needs of the org, product charter and career aspirations of the person."See full answer

    Product Manager
    Behavioral
  • Google logoAsked at Google 
    1 answer

    "Elderly Users Preventive Health checkups Alerting families and relatives in Emergency situations Easily calling relatives / friends - AR experience Reliving the past experiences Guiding them in case of crossing the road Making shopping easier for them by understanding their mood and ordering for them helping in deciding the song playlist based on emotions Kids Exercising and noticing the effort spent Fun based learning Help in social interactions Help parents understand"

    P D. - "Elderly Users Preventive Health checkups Alerting families and relatives in Emergency situations Easily calling relatives / friends - AR experience Reliving the past experiences Guiding them in case of crossing the road Making shopping easier for them by understanding their mood and ordering for them helping in deciding the song playlist based on emotions Kids Exercising and noticing the effort spent Fun based learning Help in social interactions Help parents understand"See full answer

    Product Design
  • Meta logoAsked at Meta 
    Add answer
    Product Manager
    Analytical
    +1 more
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Google logoAsked at Google 
    Add answer
    Product Manager
  • "World's population of 7.5BB - MInus china and Russia = 5.5BB Estimated Rural and remote areas are about 50% That gives an estimated population back 2.8 BB Assume 4 people per household -- 2.8/4 = 0.7 BB households in rural areas Assume google's market share is 60%, with YOY growth of 10% 0.7 BB * 60% - .42BB households * 10$ = 4.2BB"

    Himant G. - "World's population of 7.5BB - MInus china and Russia = 5.5BB Estimated Rural and remote areas are about 50% That gives an estimated population back 2.8 BB Assume 4 people per household -- 2.8/4 = 0.7 BB households in rural areas Assume google's market share is 60%, with YOY growth of 10% 0.7 BB * 60% - .42BB households * 10$ = 4.2BB"See full answer

    Estimation
  • "Drew the following framework - Maturity of the tech (if it is too mature then consider buying), Competitors (how many, when are they launching this new tech etc.), Market Share of competitors, Financial considerations (build vs buy NVP), Collaborators for this tech, Economic Climate (Anti-trust, crisis etc.)"

    Joohi M. - "Drew the following framework - Maturity of the tech (if it is too mature then consider buying), Competitors (how many, when are they launching this new tech etc.), Market Share of competitors, Financial considerations (build vs buy NVP), Collaborators for this tech, Economic Climate (Anti-trust, crisis etc.)"See full answer

    Product Manager
    Product Strategy
    +1 more
  • Google logoAsked at Google 
    1 answer

    "developing secured mobile phones for soldiers. too hot. the challenge was to find a creative ideas for power reduction on the existing technology"

    Rachel. kazir R. - "developing secured mobile phones for soldiers. too hot. the challenge was to find a creative ideas for power reduction on the existing technology"See full answer

    Analytical
    Product Design
  • Google logoAsked at Google 
    1 answer

    "First Contextual Questions: Opportunities & Threats for whom? Assuming for Google Maps only Approach: Google’s Vision & Mission > Where does Maps fit into that? Analysing use case that Google Maps serve? SWOT Analysis My View ## Google Vision & Mission: To organize world’s information and make it universally accessible and useful Google Maps Strategic Fit: _Google Maps provides organization of geographic information, allows users to change/add/delete c"

    Sourabh M. - "First Contextual Questions: Opportunities & Threats for whom? Assuming for Google Maps only Approach: Google’s Vision & Mission > Where does Maps fit into that? Analysing use case that Google Maps serve? SWOT Analysis My View ## Google Vision & Mission: To organize world’s information and make it universally accessible and useful Google Maps Strategic Fit: _Google Maps provides organization of geographic information, allows users to change/add/delete c"See full answer

    Product Manager
    Product Strategy
  • Google logoAsked at Google 
    Add answer
    Product Strategy
    Program Sense
  • Google logoAsked at Google 
    1 answer

    "The answer likely depends on the objective, so I started out with what we were seeking to accomplish. Are we trying to eliminate under-utilized bills, save paper, reduce forgery, or something else? Establishing this focus enables you to dive deeper on the solution."

    Caroline V. - "The answer likely depends on the objective, so I started out with what we were seeking to accomplish. Are we trying to eliminate under-utilized bills, save paper, reduce forgery, or something else? Establishing this focus enables you to dive deeper on the solution."See full answer

    Product Manager
    Behavioral
    +1 more
  • Thumbtack logoAsked at Thumbtack 
    Add answer
    Product Design
  • Microsoft logoAsked at Microsoft 
    Add answer
  • Slack logoAsked at Slack 
    1 answer

    "1. Understand Your Audience\: 2. App Quality and Relevance\: 3. Educational Content\: 4. User Reviews and Ratings\: 5. Integration Partnerships\: 6. Community Engagement\: 7. In-App Promotion\: 8. User Training and Workshops\: 9. Email Campaigns\: 10. Feedback Loop\: 11. Incentives and Rewards\: 12. Analytics and Iteration\: 13. Partnerships and Collaborations\: 14. Measurement and KPIs\:"

    Roshan K. - "1. Understand Your Audience\: 2. App Quality and Relevance\: 3. Educational Content\: 4. User Reviews and Ratings\: 5. Integration Partnerships\: 6. Community Engagement\: 7. In-App Promotion\: 8. User Training and Workshops\: 9. Email Campaigns\: 10. Feedback Loop\: 11. Incentives and Rewards\: 12. Analytics and Iteration\: 13. Partnerships and Collaborations\: 14. Measurement and KPIs\:"See full answer

    Product Strategy
  • Motorola logoAsked at Motorola 
    Add answer
    Analytical
    Execution
  • Walmart Labs logoAsked at Walmart Labs 
    Add answer
    Product Design
  • +1

    "// array is sorted in non-increasing order // low = 0, high = arr.length - 1 int countOnes(int[] arr, int low, int high) { if (high >= low) { int mid = low + (high - low) / 2; if ((mid == high || arr[mid + 1] == 0) && (arr[mid] == 1)) { return mid + 1; } if (arr[mid] == 1) { return countOnes(arr, (mid + 1), high); } return countOnes(arr, low, (mid - 1)); } return 0; }"

    Shubhendu K. - "// array is sorted in non-increasing order // low = 0, high = arr.length - 1 int countOnes(int[] arr, int low, int high) { if (high >= low) { int mid = low + (high - low) / 2; if ((mid == high || arr[mid + 1] == 0) && (arr[mid] == 1)) { return mid + 1; } if (arr[mid] == 1) { return countOnes(arr, (mid + 1), high); } return countOnes(arr, low, (mid - 1)); } return 0; }"See full answer

    Technical
  • 1 answer

    "class Node { int val; Node left, right; Node(int v) { val = v; left = right = null; } } class BinaryTree { Node root1, root2; boolean identicalTrees(Node a, Node b) { if (a == null && b == null) return true; if (a != null && b != null) return (a.val == b.val && identicalTrees(a.left, b.left) && identicalTrees(a.right, b.right)); "

    Tushar A. - "class Node { int val; Node left, right; Node(int v) { val = v; left = right = null; } } class BinaryTree { Node root1, root2; boolean identicalTrees(Node a, Node b) { if (a == null && b == null) return true; if (a != null && b != null) return (a.val == b.val && identicalTrees(a.left, b.left) && identicalTrees(a.right, b.right)); "See full answer

    Data Structures & Algorithms
    Coding
  • Waymo logoAsked at Waymo 
    Add answer
    Behavioral
Showing 2701-2720 of 4415