Skip to main content

Interview Questions

Review this list of 4,477 interview questions and answers verified by hiring managers and candidates.
  • 1 answer

    "At one of my project, I worked on a project where we needed to collect data from different sections of a large factory and deliver it to a third-party company responsible for predictive analytics on product quality and production levels. The challenge was that each department had different data types and structures, and in many cases, direct connections were restricted due to strict security policies. My responsibility was to design and implement a solution that could gather all these heterogene"

    Maryam G. - "At one of my project, I worked on a project where we needed to collect data from different sections of a large factory and deliver it to a third-party company responsible for predictive analytics on product quality and production levels. The challenge was that each department had different data types and structures, and in many cases, direct connections were restricted due to strict security policies. My responsibility was to design and implement a solution that could gather all these heterogene"See full answer

    Business Analyst
    Data Analysis
    +2 more
  • Add answer
    Business Analyst
    Data Analysis
    +2 more
  • Add answer
    Business Analyst
    Data Analysis
    +2 more
  • Add answer
    Business Analyst
    Data Analysis
    +2 more
  • 1 answer

    "When a stakeholder’s request is ambiguous, I start by clarifying the goal and defining what “success” looks like. I ask targeted questions to understand the business problem, the timeframe, the scope/location, and who the analysis is for. Then I confirm definitions (metrics, segments, filters), agree on the expected output format, and restate the request back to them in one sentence before I begin."

    Kevin T. - "When a stakeholder’s request is ambiguous, I start by clarifying the goal and defining what “success” looks like. I ask targeted questions to understand the business problem, the timeframe, the scope/location, and who the analysis is for. Then I confirm definitions (metrics, segments, filters), agree on the expected output format, and restate the request back to them in one sentence before I begin."See full answer

    Business Analyst
    Data Analysis
    +2 more
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Zillow logoAsked at Zillow 
    Add answer
    Product Manager
    Analytical
  • Airbnb logoAsked at Airbnb 
    Add answer
    Product Manager
    Behavioral
    +1 more
  • LinkedIn logoAsked at LinkedIn 
    2 answers

    "#Python implementation for product of max sum subarray res = max(nums) # Maximum value in Array currMax, currMin = 1, 1 # Initiatlize currMax and currMin to 1 for n in nums: # iterating loop tmp = n * currMax # temp variable which is product of current max and iterated number currMax = max(n * currMax, n * currMin, n) # Max value re-calculated currMin = min(tmp, n * currMin, n) # Min value re-calculated res = max(currMax, res) # assign"

    Subbu P. - "#Python implementation for product of max sum subarray res = max(nums) # Maximum value in Array currMax, currMin = 1, 1 # Initiatlize currMax and currMin to 1 for n in nums: # iterating loop tmp = n * currMax # temp variable which is product of current max and iterated number currMax = max(n * currMax, n * currMin, n) # Max value re-calculated currMin = min(tmp, n * currMin, n) # Min value re-calculated res = max(currMax, res) # assign"See full answer

    Software Engineer
    Coding
  • "One project that stands out involved building a customer segmentation dashboard for our marketing team using Power BI. The goal was to help them target campaigns more effectively by segmenting customers based on purchase behavior and demographics. Early in the project, I noticed significant data quality issues in the source tables coming from our CRM system. There were missing values in key fields like customer age and region, duplicate customer IDs, and inconsistencies in how product categories"

    Tim F. - "One project that stands out involved building a customer segmentation dashboard for our marketing team using Power BI. The goal was to help them target campaigns more effectively by segmenting customers based on purchase behavior and demographics. Early in the project, I noticed significant data quality issues in the source tables coming from our CRM system. There were missing values in key fields like customer age and region, duplicate customer IDs, and inconsistencies in how product categories"See full answer

    Product Analyst
    Behavioral
    +1 more
  • Google logoAsked at Google 
    1 answer

    "1. Understand the "Why" (Deep Dive) - Before jumping to solutions, as a PM needs to precisely understand why users are unhappy. NPS gives us a score, but not the reasons. (0 -4 weeks) Analyze Feedback: Go beyond the score. What are Detractors (0-6) saying? What do Promoters (9-10) love? Qualitative Research:(VOC- voice of the customer) Conduct user interviews, analyze support tickets, and observe product usage. Pinpoint specific pain points (e.g., slow p"

    Vishnu G. - "1. Understand the "Why" (Deep Dive) - Before jumping to solutions, as a PM needs to precisely understand why users are unhappy. NPS gives us a score, but not the reasons. (0 -4 weeks) Analyze Feedback: Go beyond the score. What are Detractors (0-6) saying? What do Promoters (9-10) love? Qualitative Research:(VOC- voice of the customer) Conduct user interviews, analyze support tickets, and observe product usage. Pinpoint specific pain points (e.g., slow p"See full answer

    Product Manager
    Analytical
    +1 more
  • Google logoAsked at Google 
    3 answers

    "Sales Performance Dashboard t for sales leaders to monitor product performance: Sales Performance Dashboard Top-Level Metrics (KPI Summary) Time Filter: [Day] [Week] [Month] [Quarter] [Custom Range] Total Sales Revenue Displays total revenue for the selected period. Units Sold Breakdown by product category and SKU. Average Deal Size Total revenue ÷ Number of deals closed. Conversion Rate _Leads to sales conversion ratio."

    Syed A. - "Sales Performance Dashboard t for sales leaders to monitor product performance: Sales Performance Dashboard Top-Level Metrics (KPI Summary) Time Filter: [Day] [Week] [Month] [Quarter] [Custom Range] Total Sales Revenue Displays total revenue for the selected period. Units Sold Breakdown by product category and SKU. Average Deal Size Total revenue ÷ Number of deals closed. Conversion Rate _Leads to sales conversion ratio."See full answer

    Product Manager
    Analytical
    +1 more
  • DoorDash logoAsked at DoorDash 
    1 answer

    "Clarify the Goal (What Does Success Look Like?) Asked: Why is DoorDash launching bikes for Dashers? Is it to: Expand Dasher availability in dense urban areas? Lower delivery times or costs? Increase access to work for those without cars? Each possible goal shapes the metrics differently. Broke Metrics into Categories: Operational Metrics Measure how well bikes are functioning as a delivery method. Average delivery time (bike vs car/walk) Order completion rate for bike Dashers On-t"

    Logan S. - "Clarify the Goal (What Does Success Look Like?) Asked: Why is DoorDash launching bikes for Dashers? Is it to: Expand Dasher availability in dense urban areas? Lower delivery times or costs? Increase access to work for those without cars? Each possible goal shapes the metrics differently. Broke Metrics into Categories: Operational Metrics Measure how well bikes are functioning as a delivery method. Average delivery time (bike vs car/walk) Order completion rate for bike Dashers On-t"See full answer

    Data Analyst
    Data Analysis
    +2 more
  • Product Manager
    Product Design
  • Amazon logoAsked at Amazon 
    1 answer

    "Situation Action Result"

    Anonymous Salmon - "Situation Action Result"See full answer

    Software Engineer
    Behavioral
    +1 more
  • Product Manager
    Behavioral
  • "clarify: paid users, annual subscription user segmentation: levels; active vs dormant; age; regions use cases & pain points solution brainstorm: retention = activation + engagement + resurrection; prioritization of solutions execution"

    Anonymous Salmon - "clarify: paid users, annual subscription user segmentation: levels; active vs dormant; age; regions use cases & pain points solution brainstorm: retention = activation + engagement + resurrection; prioritization of solutions execution"See full answer

    Product Manager
    Analytical
    +1 more
  • Microsoft logoAsked at Microsoft 
    4 answers
    +1

    "#simple solution 1.firstly find the node in the bst (O(logn) time complexity it take) 2.now removing the node consists of 3 cases: 1.if the node is leaf (no children): (keep track of parent and do) parent.left or parent.right=NULL simply remove the node () 2.if(has one child) replace the node with its child 3.if has both childs we replace the node with either inorder predesor(max of left tree)or inorder succesor and remove the node wh"

    Sambangi C. - "#simple solution 1.firstly find the node in the bst (O(logn) time complexity it take) 2.now removing the node consists of 3 cases: 1.if the node is leaf (no children): (keep track of parent and do) parent.left or parent.right=NULL simply remove the node () 2.if(has one child) replace the node with its child 3.if has both childs we replace the node with either inorder predesor(max of left tree)or inorder succesor and remove the node wh"See full answer

    Software Engineer
    Coding
  • Nike logoAsked at Nike 
    1 answer

    "I did not give the proper ans so gettting rejected"

    Praveen K. - "I did not give the proper ans so gettting rejected"See full answer

    Software Engineer
    Concept
  • Coinbase logoAsked at Coinbase 
    1 answer
    Frontend Engineer
    Coding
  • ADP logoAsked at ADP 
    Add answer
    Product Manager
    Product Design
Showing 661-680 of 4477