Skip to main content

Interview Questions

Review this list of 348 interview questions and answers verified by hiring managers and candidates.
  • 3 answers
    Video answer for 'Design a Data Warehouse Schema for a Ride-Sharing Service'

    "Firstly, congratulations to both the interviewer and interviewee. This was a great learning experience However, being a Full Stack engineer and I was having the following suggestions around the Data Model - Driver & Approval can be two different tables Approval & Document - Approval can be a tuple of (userid,documentid) - comments against a rejection (marks the document which triggers rejection)In this way we can capture the entire history of approval workflow (initiate/pending/appr"

    Nilanjan D. - "Firstly, congratulations to both the interviewer and interviewee. This was a great learning experience However, being a Full Stack engineer and I was having the following suggestions around the Data Model - Driver & Approval can be two different tables Approval & Document - Approval can be a tuple of (userid,documentid) - comments against a rejection (marks the document which triggers rejection)In this way we can capture the entire history of approval workflow (initiate/pending/appr"See full answer

    Data Engineer
    Data Modeling
  • 1 answer
    Video answer for 'Meta’s new app shows 25% drop-off at sign-up. How do you analyze this?'

    "A 25% drop-off rate at sign-up for a new app, especially one from Meta, indicates a significant challenge in onboarding and user retention. To analyze this, consider external, internal, and product-specific factors. Identify Potential Causes: External Factors:Competition: Are other platforms offering a more attractive or simpler signup process? Timing: Is there a recent major event or trend that might be influencing user behavior? User Experience: Is the signup process clunk"

    Ankit kumar S. - "A 25% drop-off rate at sign-up for a new app, especially one from Meta, indicates a significant challenge in onboarding and user retention. To analyze this, consider external, internal, and product-specific factors. Identify Potential Causes: External Factors:Competition: Are other platforms offering a more attractive or simpler signup process? Timing: Is there a recent major event or trend that might be influencing user behavior? User Experience: Is the signup process clunk"See full answer

    Business Analyst
    Data Analysis
    +1 more
  • 1 answer
    Video answer for 'Tell me about a time you built a dashboard.'

    " logo Contact Interview Preparation Application Process Career Advancement Onboarding and Orientation Common Interview Questions Dashboard Creation Interview Questions and Answers Dashboard Creation Interview Questions and Answers What is a dashboard? Answer: A dashboard is a visual representation of key performance indicators (KPIs) and other important data, designed to provide a high-level overview of a specific area or business process. It typically uses charts, graphs, and other da"

    Ankit kumar S. - " logo Contact Interview Preparation Application Process Career Advancement Onboarding and Orientation Common Interview Questions Dashboard Creation Interview Questions and Answers Dashboard Creation Interview Questions and Answers What is a dashboard? Answer: A dashboard is a visual representation of key performance indicators (KPIs) and other important data, designed to provide a high-level overview of a specific area or business process. It typically uses charts, graphs, and other da"See full answer

    Business Analyst
    Data Analysis
    +3 more
  • Add answer
    Video answer for 'Design an ETL Pipeline for a ML Platform for AWS'
    Data Engineer
    Data Pipeline Design
  • Google logoAsked at Google 
    6 answers
    Video answer for 'Design a visual landmark recognition system.'
    +3

    "I understand this is more focused on ML. However, I have a system question. If users allow us to access their location, or they send location via text box, could we use CDNs for the search without hitting our database? We only query the database when we have zero information on location. Other questions: does embedding always guarantee information on location? Do we discharge the user images after we return a prediction? I heard the feedback that we should keep it for future learning. What would"

    Bini T. - "I understand this is more focused on ML. However, I have a system question. If users allow us to access their location, or they send location via text box, could we use CDNs for the search without hitting our database? We only query the database when we have zero information on location. Other questions: does embedding always guarantee information on location? Do we discharge the user images after we return a prediction? I heard the feedback that we should keep it for future learning. What would"See full answer

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

  • Anthropic logoAsked at Anthropic 
    2 answers
    Video answer for 'Tell me about a project where you had to clean and organize a large dataset.'

    "After cleaning and organizing the data the dataset become retable and ready for analysis. This helped the tame make accurate decision based on clean data"

    Kusheta K. - "After cleaning and organizing the data the dataset become retable and ready for analysis. This helped the tame make accurate decision based on clean data"See full answer

    Data Analyst
    Data Analysis
    +3 more
  • Adobe logoAsked at Adobe 
    14 answers
    Video answer for 'Generate Parentheses'
    +9

    " O(n) time from typing import List def generate_parentheses(n: int): res = [] def generate(buf, opened, closed): if len(buf) == 2 * n: if n != 0: res.append(buf) return if opened < n: generate( buf + "(", opened + 1, closed) if closed < opened: generate(buf + ")", opened, closed + 1) generate("", 0, 0) return res debug your code below print(generate_parentheses(1"

    Rick E. - " O(n) time from typing import List def generate_parentheses(n: int): res = [] def generate(buf, opened, closed): if len(buf) == 2 * n: if n != 0: res.append(buf) return if opened < n: generate( buf + "(", opened + 1, closed) if closed < opened: generate(buf + ")", opened, closed + 1) generate("", 0, 0) return res debug your code below print(generate_parentheses(1"See full answer

    Software Engineer
    Data Structures & Algorithms
    +3 more
  • "Not my response, just the Points noted, : Show passion for the work - certifications, competitions, etc., Show the contribution to the Org Has relevant work experience Has the resume been crafted for the job opening and aligns with the job opening Resumes typically get 15-20 seconds for review "

    K v K. - "Not my response, just the Points noted, : Show passion for the work - certifications, competitions, etc., Show the contribution to the Org Has relevant work experience Has the resume been crafted for the job opening and aligns with the job opening Resumes typically get 15-20 seconds for review "See full answer

    Behavioral
  • 13 answers
    Video answer for 'E-commerce (2 of 5)'
    +10

    "Can someone explain to me the difference between: WHERE orderdate > currentdate - interval '7 days' and WHERE orderdate BETWEEN CURRENTDATE - INTERVAL '6 days' AND CURRENT_DATE Both give the same result in PostrgreSQL, but only the second one passes the test cases."

    Evan R. - "Can someone explain to me the difference between: WHERE orderdate > currentdate - interval '7 days' and WHERE orderdate BETWEEN CURRENTDATE - INTERVAL '6 days' AND CURRENT_DATE Both give the same result in PostrgreSQL, but only the second one passes the test cases."See full answer

    Coding
    SQL
  • Stripe logoAsked at Stripe 
    Add answer
    Video answer for 'How can Stripe use data to predict the optimal time to retry a transaction?'
    Data Scientist
    Analytical
    +1 more
  • "Structure: 1. Ask Clarifying Questions 2. Look at external factors 3. Look at Internal factors ( Slice the data aross different cuts and plan accordingly) Clarifying Questions: What's an outbound message? Is it something Linkedin users send among each other? Decline trends: Is the decline steep or gradual? From when, are we seeing this decline (Say since a week, fortnight, month, etc) External Factors: Have we seen any competition led changes/ new campaigns etc? Have we see"

    Meenakshi sundaram M. - "Structure: 1. Ask Clarifying Questions 2. Look at external factors 3. Look at Internal factors ( Slice the data aross different cuts and plan accordingly) Clarifying Questions: What's an outbound message? Is it something Linkedin users send among each other? Decline trends: Is the decline steep or gradual? From when, are we seeing this decline (Say since a week, fortnight, month, etc) External Factors: Have we seen any competition led changes/ new campaigns etc? Have we see"See full answer

    Analytical
    Behavioral
    +1 more
  • 27 answers
    Video answer for 'Diagnose an issue with TikTok's usage decline.'
    +24

    "Good practice video; however, at minute 6:40 in this video, the interviewer confirmed the app version causes no issue! While the final answer was the app version!"

    Anonymous Cat - "Good practice video; however, at minute 6:40 in this video, the interviewer confirmed the app version causes no issue! While the final answer was the app version!"See full answer

    Analytical
    Execution
  • Microsoft logoAsked at Microsoft 
    Add answer
    Video answer for 'How would you talk a customer through price objections?'
    Solutions Architect
    Behavioral
    +1 more
  • 6 answers
    Video answer for 'What are outliers and how do you detect and handle them?'
    +3

    "Outliers are data points that significantly deviate from the majority of the data distribution. They can arise due to various reasons, such as measurement errors, natural variability, or rare events. Outliers can distort statistical analyses and machine learning models, making it crucial to detect and handle them properly."

    Cesar F. - "Outliers are data points that significantly deviate from the majority of the data distribution. They can arise due to various reasons, such as measurement errors, natural variability, or rare events. Outliers can distort statistical analyses and machine learning models, making it crucial to detect and handle them properly."See full answer

    Statistics & Experimentation
  • Google logoAsked at Google 
    17 answers
    Video answer for 'Should Apple enter the modular phone market?'
    +14

    "I love the answer and framework, my summary of the interview: it is a slightly modified version of Porter's 5 Forces: User benefit -> Bargaining Power of Buyers Apple benefit -> Talks about the company mission and culture (esp. on the relatively closed eco-system) It was expanded more in the latter half of the interview (SWOT + a bit of Value Chain) Competitive landscape -> Industry Rivalry + Threat of New Entrants + Threat of Substitutes Partnership Impact -> Bargaining Power of"

    Dan D. - "I love the answer and framework, my summary of the interview: it is a slightly modified version of Porter's 5 Forces: User benefit -> Bargaining Power of Buyers Apple benefit -> Talks about the company mission and culture (esp. on the relatively closed eco-system) It was expanded more in the latter half of the interview (SWOT + a bit of Value Chain) Competitive landscape -> Industry Rivalry + Threat of New Entrants + Threat of Substitutes Partnership Impact -> Bargaining Power of"See full answer

    Product Strategy
  • 2 answers
    Video answer for 'Why did you choose analytics as a career?'

    "Analytics as a career route was to problem solve and think out of the box , where I would be able to inculcate a data-driven thinking to finding solutions. Establishing a foundation and end to end analytical methodologies for giving recommendations for actionable outcomes useful for internal and external teams relying on these observations. Learning the procedure of how to source unstructured data and clean, impute, introduce variables to build impactful inferences."

    Aishwarya J. - "Analytics as a career route was to problem solve and think out of the box , where I would be able to inculcate a data-driven thinking to finding solutions. Establishing a foundation and end to end analytical methodologies for giving recommendations for actionable outcomes useful for internal and external teams relying on these observations. Learning the procedure of how to source unstructured data and clean, impute, introduce variables to build impactful inferences."See full answer

    Product Analyst
    Behavioral
    +1 more
  • Amazon logoAsked at Amazon 
    19 answers
    Video answer for 'How do you consider the impact of your work on the world?'
    +14

    "this is not a helpful interview, she seems so unprepared, confusing, unable to netting it out :("

    Anonymous Giraffe - "this is not a helpful interview, she seems so unprepared, confusing, unable to netting it out :("See full answer

    Product Manager
    Behavioral
    +3 more
  • "Goals : Determine if the TV series should be renewed If it should be renewed, how much should Netflix be willing to pay for this series Let's assume that the goal is to maximize subscriber retention and engagement while paying a reasonable amount for the licensing costs that is justified by the value added by the series. Assumptions : The show is exclusive to Netflix for a particular region (for eg. US) It has been on the platform for an year Netflix has subscriber level data around"

    Saurabh K. - "Goals : Determine if the TV series should be renewed If it should be renewed, how much should Netflix be willing to pay for this series Let's assume that the goal is to maximize subscriber retention and engagement while paying a reasonable amount for the licensing costs that is justified by the value added by the series. Assumptions : The show is exclusive to Netflix for a particular region (for eg. US) It has been on the platform for an year Netflix has subscriber level data around"See full answer

    Data Scientist
    Data Analysis
  • "The question given is intentionally very open ended. As the key phrases used are "air travel" which can encompass all parts of the journey not just the airport or flight experience & "improve the perception" which doesn't necessarily require fixing the problem (although you'd hope that was part of the conclusion). In addition, the constraints of time (1-year) and resources ($10M) means you must be very prescriptive. As such I think it'd be important to ask the following clarifying questions"

    Kevin S. - "The question given is intentionally very open ended. As the key phrases used are "air travel" which can encompass all parts of the journey not just the airport or flight experience & "improve the perception" which doesn't necessarily require fixing the problem (although you'd hope that was part of the conclusion). In addition, the constraints of time (1-year) and resources ($10M) means you must be very prescriptive. As such I think it'd be important to ask the following clarifying questions"See full answer

    Product Manager
    Analytical
    +2 more
  • Adobe logoAsked at Adobe 
    2 answers
    Video answer for 'Given the root of a binary tree of integers, return the maximum path sum.'

    "\# Definition for a binary tree node. class TreeNode: def init(self, val=0, left=None, right=None): self.val = val self.left = left self.right = right class Solution: def maxPathSum(self, root: TreeNode) -> int: self.max_sum = float('-inf')"

    Jerry O. - "\# Definition for a binary tree node. class TreeNode: def init(self, val=0, left=None, right=None): self.val = val self.left = left self.right = right class Solution: def maxPathSum(self, root: TreeNode) -> int: self.max_sum = float('-inf')"See full answer

    Software Engineer
    Data Structures & Algorithms
    +4 more
Showing 221-240 of 348
Exponent

Get updates in your inbox with the latest tips, job listings, and more.

Follow Us

Products
Courses
Interview Questions
Interview Experiences
Popular articles
Guides
Coaching
For Partners
Company
Exponent © 2026
Terms of Service | Privacy