Interview Questions

Review this list of 4,138 interview questions and answers verified by hiring managers and candidates.
  • "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
  • "I would measure the success of the self-checkout system by the percentage of customers who complete the checkout process after initiating one."

    Anshul A. - "I would measure the success of the self-checkout system by the percentage of customers who complete the checkout process after initiating one."See full answer

    Product Manager
    Execution
    +2 more
  • Uber Eats logoAsked at Uber Eats 

    "Before we begin, it's important to understand what the interviewer is testing with this type of question. This is a Strategy Question that tests an interviewee's ability to create compelling arguments from high level information, discern motive, and think strategically. We can split this question into two parts: Why did Yelp sell Eat24 and why did the stock jump? Why did Yelp sell Eat24? > To start, let's go over some potential reasons why Yelp might sell Eat24:Back to core competencies >"

    Exponent - "Before we begin, it's important to understand what the interviewer is testing with this type of question. This is a Strategy Question that tests an interviewee's ability to create compelling arguments from high level information, discern motive, and think strategically. We can split this question into two parts: Why did Yelp sell Eat24 and why did the stock jump? Why did Yelp sell Eat24? > To start, let's go over some potential reasons why Yelp might sell Eat24:Back to core competencies >"See full answer

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

  • Google logoAsked at Google 
    Product Design
  • "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
  • Apple logoAsked at Apple 
    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Apple logoAsked at Apple 
    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Microsoft logoAsked at Microsoft 
    Product Manager
    Product Strategy
  • Amazon logoAsked at Amazon 

    "CIDR (Classless Inter-Domain Routing) -- also known as supernetting -- is a method of assigning Internet Protocol (IP) addresses that improves the efficiency of address distribution and replaces the previous system based on Class A, Class B and Class C networks."

    Ali H. - "CIDR (Classless Inter-Domain Routing) -- also known as supernetting -- is a method of assigning Internet Protocol (IP) addresses that improves the efficiency of address distribution and replaces the previous system based on Class A, Class B and Class C networks."See full answer

    Software Engineer
    Technical
  • Product Strategy
  • Execution
    Analytical
  • Business Analyst
    Data Analysis
    +2 more
  • Google logoAsked at Google 

    "This is a Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know. Recall the formula for Fermi problems: Ask clarifying questions Catalog what you know Make equation(s) Think about edge cases to add to equation **Breakdown components of your equat"

    Exponent - "This is a Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know. Recall the formula for Fermi problems: Ask clarifying questions Catalog what you know Make equation(s) Think about edge cases to add to equation **Breakdown components of your equat"See full answer

    Product Manager
    Estimation
  • Tinder logoAsked at Tinder 
    Data Scientist
    Behavioral
  • Asked at Envoy 

    "I would get an personal understanding of the pain-points my customers, & business teams are facing. In my experience, spending more time, going deeper in the problem discovery helped me get a rough idea of the how important this problem is. If this is not resolved - what could be the consequences for our users & the business. Given this broad idea, I just simply evaluate them on value vs effort scale. The higher the score, higher the priority. Effort could be in T-shirt size or sto"

    Abhishek s. D. - "I would get an personal understanding of the pain-points my customers, & business teams are facing. In my experience, spending more time, going deeper in the problem discovery helped me get a rough idea of the how important this problem is. If this is not resolved - what could be the consequences for our users & the business. Given this broad idea, I just simply evaluate them on value vs effort scale. The higher the score, higher the priority. Effort could be in T-shirt size or sto"See full answer

    Product Design
    Analytical
    +1 more
  • Product Design
  • Oracle logoAsked at Oracle 

    "def countuniqueoutfits(totalpants: int, uniquepants: int, totalshirts: int, uniqueshirts: int, totalhats: int, uniquehats: int) -> int: """ Number of unique outfits can simply be defined by (uniquepantschoose1uniqueshirtschoose1uniquehatschoose_1) (uniquepantschoose1*uniqueshirtschoose1) # Not wearing a hat nchoosek is n """ res = (uniquepants*uniqueshirtsuniquehats) + (uniquepantsunique_shirts) return res print(countuniqueoutfits(2, 1, 1, 1, 3, 2))"

    Sai R. - "def countuniqueoutfits(totalpants: int, uniquepants: int, totalshirts: int, uniqueshirts: int, totalhats: int, uniquehats: int) -> int: """ Number of unique outfits can simply be defined by (uniquepantschoose1uniqueshirtschoose1uniquehatschoose_1) (uniquepantschoose1*uniqueshirtschoose1) # Not wearing a hat nchoosek is n """ res = (uniquepants*uniqueshirtsuniquehats) + (uniquepantsunique_shirts) return res print(countuniqueoutfits(2, 1, 1, 1, 3, 2))"See full answer

    Data Scientist
    Coding
Showing 3621-3640 of 4138