Skip to main content

Interview Questions

Review this list of 4,415 interview questions and answers verified by hiring managers and candidates.
  • Anthropic logoAsked at Anthropic 
    Account Manager
    Customer Interaction
  • "I will compromise on the statistical parameters up to some extent (significance value and test power) and complete the test."

    Naga M. - "I will compromise on the statistical parameters up to some extent (significance value and test power) and complete the test."See full answer

    Product Manager
    Technical
  • "Control plane has few component, it's like the brain of the cluster, the data plane is the work horse, CP has etcd, api-server, DP has kublet and kube-proxy"

    Hyder A. - "Control plane has few component, it's like the brain of the cluster, the data plane is the work horse, CP has etcd, api-server, DP has kublet and kube-proxy"See full answer

    Software Engineer
    System Design
  • "Example: bucket A: 3 liters capacity bucket B: 5 liters capacity goal: 4 liters You are asked to print the logical sequence to get to the 4 liters of water in one bucket. Follow up: How would you solve the problem if you have more than 2 buckets of water?"

    B. T. - "Example: bucket A: 3 liters capacity bucket B: 5 liters capacity goal: 4 liters You are asked to print the logical sequence to get to the 4 liters of water in one bucket. Follow up: How would you solve the problem if you have more than 2 buckets of water?"See full answer

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

    "This is a Strategy Question, which asks you to justify high-level business decisions and strategy. With many acquisition strategy questions, we can first look at core competencies and synergies before offering more complex reasoning. Let's go over one possible solution: > I'll go over three reasons why I think Salesforce made the acquisition, specifically:Fuller data integrations > Preventing a competitive acquisition > Absorb new customers > Fuller data integrations > By adding Tableau"

    Exponent - "This is a Strategy Question, which asks you to justify high-level business decisions and strategy. With many acquisition strategy questions, we can first look at core competencies and synergies before offering more complex reasoning. Let's go over one possible solution: > I'll go over three reasons why I think Salesforce made the acquisition, specifically:Fuller data integrations > Preventing a competitive acquisition > Absorb new customers > Fuller data integrations > By adding Tableau"See full answer

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

  • "Let us define productivity. If there is a change in productivity what will be some of the impacts that can be used to measure if this is true? Finance: Are we meeting the quarterly revenue targets and able to increase our guidance as planned Tech: Are we innovating and introducing new products and services to the market, how does it compare to the historical performance People: Are people taking more days off and how is their average feedback on sentiments Partners/Customers: Who wor"

    Anonymous Koala - "Let us define productivity. If there is a change in productivity what will be some of the impacts that can be used to measure if this is true? Finance: Are we meeting the quarterly revenue targets and able to increase our guidance as planned Tech: Are we innovating and introducing new products and services to the market, how does it compare to the historical performance People: Are people taking more days off and how is their average feedback on sentiments Partners/Customers: Who wor"See full answer

    Product Manager
    Analytical
  • " function diffBetweenTwoStrings(source, target) { /** @param source: string @param target: string @return: string[] */ let dp = new Array(source.length+1).fill().map(() => Array(target.length+1).fill(0)) for (let i = source.length; i>= 0; i--) { for (let j = target.length; j>= 0; j--) { if (i === source.length) { dpi = target.length - j } else if (j === target.length) { dpi = sou"

    Matthew K. - " function diffBetweenTwoStrings(source, target) { /** @param source: string @param target: string @return: string[] */ let dp = new Array(source.length+1).fill().map(() => Array(target.length+1).fill(0)) for (let i = source.length; i>= 0; i--) { for (let j = target.length; j>= 0; j--) { if (i === source.length) { dpi = target.length - j } else if (j === target.length) { dpi = sou"See full answer

    Data Structures & Algorithms
    Coding
  • PwC logoAsked at PwC 
    +1

    " Adaptability Teamwork Analytical skills Decision-making skills"

    Abdurhman M. - " Adaptability Teamwork Analytical skills Decision-making skills"See full answer

    Technical Program Manager
    Behavioral
    +2 more
  • Software Engineer
    Behavioral
  • Backend Engineer
    Data Structures & Algorithms
    +1 more
  • Product Manager
    Behavioral
  • Product Manager
    Product Design
    +1 more
  • "This question is a Diagnosis Question. It's used to test your ability to perform root cause analysis (RCA), identify many possible issues, come up with a theory of probable cause, and address how you would solve this issue. A drop in video engagement can signify either a technical issue (the video player is broken) or a product issue (recommendations performing poorly). Let's follow the template for answering Diagnosis Questions: Ask clarifying questions **List potential high level"

    Exponent - "This question is a Diagnosis Question. It's used to test your ability to perform root cause analysis (RCA), identify many possible issues, come up with a theory of probable cause, and address how you would solve this issue. A drop in video engagement can signify either a technical issue (the video player is broken) or a product issue (recommendations performing poorly). Let's follow the template for answering Diagnosis Questions: Ask clarifying questions **List potential high level"See full answer

    Product Manager
  • Product Manager
    Analytical
    +1 more
  • "Managing multiple demands within timelines requires effective prioritization, organization, and time management skills. My task is to assess priorities, set realistic timelines, and allocate resources efficiently to meet deadlines. For instance, I've implemented project management tools and workflows to track tasks, monitor progress, and ensure timely delivery of deliverables. By effectively managing multiple demands, I've been able to meet deadlines consistently and deliver high-quality work fo"

    Celia F. - "Managing multiple demands within timelines requires effective prioritization, organization, and time management skills. My task is to assess priorities, set realistic timelines, and allocate resources efficiently to meet deadlines. For instance, I've implemented project management tools and workflows to track tasks, monitor progress, and ensure timely delivery of deliverables. By effectively managing multiple demands, I've been able to meet deadlines consistently and deliver high-quality work fo"See full answer

    Marketing Manager
    Behavioral
  • Business Analyst
    Data Analysis
    +2 more
  • "Couple of methods: User Research: Talk to customers, find/initiate focus groups Competitive Research: Social listening - look at industry trends, study competitive landscape Identify trends - people, products, technologies used Look at existing product data Review teams backlog (if you're new) Tie everything back to the mission of the company and value system of the company"

    Danyal R. - "Couple of methods: User Research: Talk to customers, find/initiate focus groups Competitive Research: Social listening - look at industry trends, study competitive landscape Identify trends - people, products, technologies used Look at existing product data Review teams backlog (if you're new) Tie everything back to the mission of the company and value system of the company"See full answer

    Product Marketing Manager
    Behavioral
  • Lyft logoAsked at Lyft 

    "This question is a Diagnosis Question. Let's follow the template for answering Diagnosis Questions: Ask clarifying questions List potential high level reasons Gather context (with TROPIC method!) Establish a theory of probably cause Test theories Give a potential solution Summarize Ask Clarifying Questions Before we begin, it's important to ask clarifying questions if necessary. This question is quite straight forward so we may not have ma"

    Exponent - "This question is a Diagnosis Question. Let's follow the template for answering Diagnosis Questions: Ask clarifying questions List potential high level reasons Gather context (with TROPIC method!) Establish a theory of probably cause Test theories Give a potential solution Summarize Ask Clarifying Questions Before we begin, it's important to ask clarifying questions if necessary. This question is quite straight forward so we may not have ma"See full answer

    Product Manager
    Analytical
    +1 more
  • Meta logoAsked at Meta 

    "Coded the solution using this approach that is frequency table and counting. it is Leetcode 791"

    Anonymous Porcupine - "Coded the solution using this approach that is frequency table and counting. it is Leetcode 791"See full answer

    Mobile Engineer
    Coding
  • "We utilized AI and ML to improve the product’s accuracy and performance and to generate insights from customer data. We also leveraged the cloud to store and manage customer data securely. Additionally, we implemented smart assistants to automate customer support and help customers quickly resolve inquiries."

    Shivam S. - "We utilized AI and ML to improve the product’s accuracy and performance and to generate insights from customer data. We also leveraged the cloud to store and manage customer data securely. Additionally, we implemented smart assistants to automate customer support and help customers quickly resolve inquiries."See full answer

    Behavioral
Showing 2841-2860 of 4415