Skip to main content

Interview Questions

Review this list of 4,411 interview questions and answers verified by hiring managers and candidates.
  • "As a PM at google, If I found a glowing magic relic to accurately predict weather, I would like to explore its functions and properties to integrate with multiple google products such as weather, maps or even google home I would go and find out how this works- assume that this tennis ball sized aritfact is able to accurately predict weather forecast for next 30 days for all geaographies, inside and outside temperature and is quite accurate i would shorlist usecases where this could be made appl"

    Ankita V. - "As a PM at google, If I found a glowing magic relic to accurately predict weather, I would like to explore its functions and properties to integrate with multiple google products such as weather, maps or even google home I would go and find out how this works- assume that this tennis ball sized aritfact is able to accurately predict weather forecast for next 30 days for all geaographies, inside and outside temperature and is quite accurate i would shorlist usecases where this could be made appl"See full answer

    Product Manager
    Product Design
  • Meta logoAsked at Meta 
    Machine Learning Engineer
    Concept
  • Uber logoAsked at Uber 

    "This is a Strategy Question, which asks you to justify high-level business decisions and strategy. There's no set formula, but we recommend proposing at least three different reasons to answer the question. Let's go over one possible solution: > I think there's three major ways Uber was impacted:Hiring uncertainty > A focus on Eats > Assisting local restaurants > Hiring uncertainty > I think one of the major ways Uber, and any tech business, was affected is in hiring new talent. I've hea"

    Exponent - "This is a Strategy Question, which asks you to justify high-level business decisions and strategy. There's no set formula, but we recommend proposing at least three different reasons to answer the question. Let's go over one possible solution: > I think there's three major ways Uber was impacted:Hiring uncertainty > A focus on Eats > Assisting local restaurants > Hiring uncertainty > I think one of the major ways Uber, and any tech business, was affected is in hiring new talent. I've hea"See full answer

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

  • 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
  • Dropbox logoAsked at Dropbox 

    "First, it's important to recognize this type of question as a Fermi question in disguise. We need to estimate the total market size of Dropbox for small and medium-sized businesses, which involves approximating things like the number of SMBs as well as the average revenue per SMB to get to our answer. Luckily, we have a playbook for these kinds of questions. Here's our formula for tackling Fermi questions: Ask clarifying questions Catalog what you know **Make equation(s)"

    Exponent - "First, it's important to recognize this type of question as a Fermi question in disguise. We need to estimate the total market size of Dropbox for small and medium-sized businesses, which involves approximating things like the number of SMBs as well as the average revenue per SMB to get to our answer. Luckily, we have a playbook for these kinds of questions. Here's our formula for tackling Fermi questions: Ask clarifying questions Catalog what you know **Make equation(s)"See full answer

    Product Manager
    Estimation
  • Unilever logoAsked at Unilever 

    "I will work with innovations that grow our business and help improve the planet and our society."

    Abdurhman M. - "I will work with innovations that grow our business and help improve the planet and our society."See full answer

    Product Design
    System Design
  • Google logoAsked at Google 
    Product Manager
    Product Design
  • BizOps & Strategy
    Product Strategy
  • Nvidia logoAsked at Nvidia 
    Software Engineer
    Coding
    +1 more
  • Apple logoAsked at Apple 

    "A doubly linked list is like a train where the engine is its head, and the compartments doors are interconnected, you can travel though them. The last compartment is the tail and is not connected with anything. Following is a visual: Head C1 C2 C3....Cn Tail Pseudocode: **class Node: Data pointer next pointer prev End class DLL = NULL //pointer to list insertion: if DLL is NULL: head = new Node() DLL = head DLL.prev = NU"

    Rasika D. - "A doubly linked list is like a train where the engine is its head, and the compartments doors are interconnected, you can travel though them. The last compartment is the tail and is not connected with anything. Following is a visual: Head C1 C2 C3....Cn Tail Pseudocode: **class Node: Data pointer next pointer prev End class DLL = NULL //pointer to list insertion: if DLL is NULL: head = new Node() DLL = head DLL.prev = NU"See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • "Clarifying questions Why do we want to improve? Do we have anything specific in mind? Any constraints? Professional networking only or do we want to expand our horizons? Linkedin mission - To help users form networks professionally and know about the world and opportunites out there. LinkedIn has become a social media platform to showcase your professional skills. Focus on acquiring and keep this audience engaged on the platform How does it fit with GenZ and GenY - This is the generation"

    Namrata L. - "Clarifying questions Why do we want to improve? Do we have anything specific in mind? Any constraints? Professional networking only or do we want to expand our horizons? Linkedin mission - To help users form networks professionally and know about the world and opportunites out there. LinkedIn has become a social media platform to showcase your professional skills. Focus on acquiring and keep this audience engaged on the platform How does it fit with GenZ and GenY - This is the generation"See full answer

    Product Design
  • Google logoAsked at Google 
    Product Manager
    Product Strategy
  • 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
  • Reliance Retail logoAsked at Reliance Retail 

    "Clarifying question:"

    Vivek A. - "Clarifying question:"See full answer

    Product Manager
    Execution
    +1 more
Showing 3661-3680 of 4411