Interview Questions

Review this list of 3,944 interview questions and answers verified by hiring managers and candidates.
  • "import random def coin_flip(): x=4*[0]+[1] res=[] for i in range(20): res.append(random.choice(x)) return res res=[0,0] # [head,tail] for j in range(1000): temp=coin_flip() res[0]+=sum(temp) #head res[1]+=(20-sum(temp)) #tail"

    Alireza K. - "import random def coin_flip(): x=4*[0]+[1] res=[] for i in range(20): res.append(random.choice(x)) return res res=[0,0] # [head,tail] for j in range(1000): temp=coin_flip() res[0]+=sum(temp) #head res[1]+=(20-sum(temp)) #tail"See full answer

    Data Scientist
    Coding
  • "Provide me SAP ATTP consultant interview questions and answers"

    Kumaresh K. - "Provide me SAP ATTP consultant interview questions and answers"See full answer

    Product Manager
    Execution
    +2 more
  • Expedia logoAsked at Expedia 

    "It is NYC so mainly a business area. Also, there will be travelers to visit. Now we estimate that 5% of them are business travelers and 3 % of them are tourist So 8000000*5% = 400000 is Business And 7600000*3% = 228000 is tourist Now we also need to consider there are a family tourist who will use the same room that let us estimate 40% of the tourists are family means 40% * 7988000M = 91200 family and 1368000 is solo travelers 45600 are family room required considering there are 2 fa"

    Indranil G. - "It is NYC so mainly a business area. Also, there will be travelers to visit. Now we estimate that 5% of them are business travelers and 3 % of them are tourist So 8000000*5% = 400000 is Business And 7600000*3% = 228000 is tourist Now we also need to consider there are a family tourist who will use the same room that let us estimate 40% of the tourists are family means 40% * 7988000M = 91200 family and 1368000 is solo travelers 45600 are family room required considering there are 2 fa"See full answer

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

  • Google logoAsked at Google 

    "Google Home is an app that is used by consumers to configure the smart devices for automating their home and making their home more reliable and easy to use. Clarifying questions : Do we have any time constraints by when we need to achieve this? IF we have to increase sales by 10x, it needs to focus on number of factors like increasing the partner base, improving user experience, and shift in thinking. What metrics we focus on Monetization - Making revenue 10x Number of"

    Tanu M. - "Google Home is an app that is used by consumers to configure the smart devices for automating their home and making their home more reliable and easy to use. Clarifying questions : Do we have any time constraints by when we need to achieve this? IF we have to increase sales by 10x, it needs to focus on number of factors like increasing the partner base, improving user experience, and shift in thinking. What metrics we focus on Monetization - Making revenue 10x Number of"See full answer

    Product Manager
    Product Strategy
  • Qualtrics logoAsked at Qualtrics 

    "Suppliers have an interest in the purchase of inputs by the company. They want companies to pay on time"

    Chelsey V. - "Suppliers have an interest in the purchase of inputs by the company. They want companies to pay on time"See full answer

    Technical Program Manager
    Behavioral
  • Product Manager
    Behavioral
  • "Clarify: Is this an app that we want to house within the FB ecosystem, or will this be a standalone app? When we say food delivery, do we mean meals that are ready to eat? Groceries? Convenience store items? Assumptions: Let's make some assumptions here: App will not be housed in with FB ecosystem. This is not even an app associated with FB. Food delivery will be defined as delivering meal(s) that are ready to eat when you receive them **Goal: Take on the incumbents by addressi"

    Jonathan O. - "Clarify: Is this an app that we want to house within the FB ecosystem, or will this be a standalone app? When we say food delivery, do we mean meals that are ready to eat? Groceries? Convenience store items? Assumptions: Let's make some assumptions here: App will not be housed in with FB ecosystem. This is not even an app associated with FB. Food delivery will be defined as delivering meal(s) that are ready to eat when you receive them **Goal: Take on the incumbents by addressi"See full answer

    Product Manager
    Product Design
  • Airbnb logoAsked at Airbnb 
    Software Engineer
    Behavioral
  • "Google Glass, first released in 2014, failed spectacularly due to its well-publicized issues around privacy concerns. Few will forget the term 'glassholes' for those who use Google Glass ability to record everyday life, potentially without any permission from those being recorded. However, Augmented Reality is now much closer to the public imagination. Augmented reality will go through many iterations. Important for user acceptance is that the glasses look and feel just like normal glasses. Th"

    Peter H. - "Google Glass, first released in 2014, failed spectacularly due to its well-publicized issues around privacy concerns. Few will forget the term 'glassholes' for those who use Google Glass ability to record everyday life, potentially without any permission from those being recorded. However, Augmented Reality is now much closer to the public imagination. Augmented reality will go through many iterations. Important for user acceptance is that the glasses look and feel just like normal glasses. Th"See full answer

    Program Sense
    Product Strategy
  • Hubspot logoAsked at Hubspot 
    Product Manager
    Behavioral
  • TikTok logoAsked at TikTok 

    "I generate insights through stakeholder requirements and the data I have in hand"

    Anonymous Eagle - "I generate insights through stakeholder requirements and the data I have in hand"See full answer

    Data Scientist
    Analytical
  • Yelp logoAsked at Yelp 

    "I would start by asking what exactly is Yelp for Business or defining the product, which is a way for local businesses to host their listings, allow reviewers to post reviews, and potential for businesses to promote their listings/businesses via ads. Then would define the goal of the product - if I assume - to connect people with your business. Then the golden question - why do we want to improve? Have we seen a downward trend? Have we had user or business feedback? Is there a"

    Umang S. - "I would start by asking what exactly is Yelp for Business or defining the product, which is a way for local businesses to host their listings, allow reviewers to post reviews, and potential for businesses to promote their listings/businesses via ads. Then would define the goal of the product - if I assume - to connect people with your business. Then the golden question - why do we want to improve? Have we seen a downward trend? Have we had user or business feedback? Is there a"See full answer

    Product Design
    Product Strategy
  • Apple logoAsked at Apple 

    "I'd like the phone to suggest actions according to the time of the day. For example: open in the morning the WhatsApp group of my daughter's class, at 4 o'clock suggest calling the after school teacher so she'll send my daughter to the school's gate, etc."

    Adi S. - "I'd like the phone to suggest actions according to the time of the day. For example: open in the morning the WhatsApp group of my daughter's class, at 4 o'clock suggest calling the after school teacher so she'll send my daughter to the school's gate, etc."See full answer

    Product Marketing Manager
    Product Design
  • Robinhood logoAsked at Robinhood 

    "Assuming that trades will have information like trade_type buy or sell trade_price with these tuples, one can iterate over each trade while maintaining a stack which maintains all the open buy trades. If we encounter a sell trade then we pop one element make it a buy/sell pair and calculate the profit/loss for that pair. Moreover, keep adding pair-wise profit/loss to calculate overall profit as we continue iterating over trades. At the end print pairs and their profit/loss along with"

    Parth S. - "Assuming that trades will have information like trade_type buy or sell trade_price with these tuples, one can iterate over each trade while maintaining a stack which maintains all the open buy trades. If we encounter a sell trade then we pop one element make it a buy/sell pair and calculate the profit/loss for that pair. Moreover, keep adding pair-wise profit/loss to calculate overall profit as we continue iterating over trades. At the end print pairs and their profit/loss along with"See full answer

    Data Structures & Algorithms
    Coding
    +1 more
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Product Manager
    Product Design
    +1 more
  • Freshworks logoAsked at Freshworks 
    Product Manager
    Product Design
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "clarification define a handyman: someone who's paid to do minor renovations or domestic repairs. define the app: standalone or within facebook or meta's app family? why are we designing this? should I come up with a goal (engagement, monetization)? constraints (financials/timeline)? goal: adoption. since it's a new app, i want ppl to adopt first and then monetize the users. I'd define a handyman as someone who's paid by app users to do minor fixes, such as unc"

    Aiden L. - "clarification define a handyman: someone who's paid to do minor renovations or domestic repairs. define the app: standalone or within facebook or meta's app family? why are we designing this? should I come up with a goal (engagement, monetization)? constraints (financials/timeline)? goal: adoption. since it's a new app, i want ppl to adopt first and then monetize the users. I'd define a handyman as someone who's paid by app users to do minor fixes, such as unc"See full answer

    Product Manager
    Product Design
Showing 2361-2380 of 3944