Skip to main content

Interview Questions

Review this list of 4,415 interview questions and answers verified by hiring managers and candidates.
  • "Clarification: Would data insights be presented in the form of a dashboard and KPIs (Key Performance Indicators)? (Assume yes) Hypothesis: Data insights relating to the health of an organization are presented in terms of KPIs (Key Performance Indicators) and via a dashboard. Approach: · Profile Target Users · Users’ Pain Points and Features to make data insights successful · Metrics · Other considerations Target Users: Since we are talking about the health of an organizati"

    Agnes D. - "Clarification: Would data insights be presented in the form of a dashboard and KPIs (Key Performance Indicators)? (Assume yes) Hypothesis: Data insights relating to the health of an organization are presented in terms of KPIs (Key Performance Indicators) and via a dashboard. Approach: · Profile Target Users · Users’ Pain Points and Features to make data insights successful · Metrics · Other considerations Target Users: Since we are talking about the health of an organizati"See full answer

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

    "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
    +1 more
  • Qualtrics logoAsked at Qualtrics 
    1 answer

    "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
  • "My preference would likely be server-side deployment given the specification of millions of users. However, it is worth considering a hybrid model too; where basic, non-sensitive, and less compute intensive tasks are processed on the client-side, while the heavy-duty processing is done on the server side. The main advantage of client-side deployment is it can work in real-time and offline. It also significantly reduces the load on your servers, making it more efficient in handling other tasks. N"

    Surbhi G. - "My preference would likely be server-side deployment given the specification of millions of users. However, it is worth considering a hybrid model too; where basic, non-sensitive, and less compute intensive tasks are processed on the client-side, while the heavy-duty processing is done on the server side. The main advantage of client-side deployment is it can work in real-time and offline. It also significantly reduces the load on your servers, making it more efficient in handling other tasks. N"See full answer

    Product Manager
    Technical
  • Meta logoAsked at Meta 
    4 answers
    +1

    "public class CircularBuffer { private T[] buffer; private int head; private int tail; private int size; private final int capacity; public CircularBuffer(int capacity) { this.capacity = capacity; this.buffer = (T[]) new Object[capacity]; this.head = 0; this.tail = 0; this.size = 0; } public void enqueue(T item) { if (isFull()) { throw new IllegalStateException("Buffer is full"); } buf"

    Vidhyadhar V. - "public class CircularBuffer { private T[] buffer; private int head; private int tail; private int size; private final int capacity; public CircularBuffer(int capacity) { this.capacity = capacity; this.buffer = (T[]) new Object[capacity]; this.head = 0; this.tail = 0; this.size = 0; } public void enqueue(T item) { if (isFull()) { throw new IllegalStateException("Buffer is full"); } buf"See full answer

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

  • MasterClass logoAsked at MasterClass 
    1 answer

    "Just to clarify, I’m picturing that we have a install progress bar that we’re showing to the user, and for the initial stage of the install, we display one ad, then we show a different ad when the user is somewhere in the middle part of the installation, then show a third ad in the final step. Also, I assume that each slot must feature a different advertiser. First I’ll set the scene on how ad campaigns work in general then describe how we’d prioritize them and what to display to the user. A t"

    Spencer W. - "Just to clarify, I’m picturing that we have a install progress bar that we’re showing to the user, and for the initial stage of the install, we display one ad, then we show a different ad when the user is somewhere in the middle part of the installation, then show a third ad in the final step. Also, I assume that each slot must feature a different advertiser. First I’ll set the scene on how ad campaigns work in general then describe how we’d prioritize them and what to display to the user. A t"See full answer

    Analytical
  • Blend logoAsked at Blend 
    Add answer
    Product Design
    System Design
  • LinkedIn logoAsked at LinkedIn 
    Add answer
    Product Design
  • Google logoAsked at Google 
    2 answers

    "Assumptions & Clarifications Users have access to all Google Workspace applications like Google Drive, Gmail and the same photo editing tool - let us call this tool - Google Photo Editor (GPhoto). Users can share the images like Google Docs - giving people read-only, read-write / edit access Goals Google's vision is to organize the world's information and make it accessible. GPhoto's mission / goal is to organize the world’s photo and make it accessible to others to view, edit or"

    Karthik M. - "Assumptions & Clarifications Users have access to all Google Workspace applications like Google Drive, Gmail and the same photo editing tool - let us call this tool - Google Photo Editor (GPhoto). Users can share the images like Google Docs - giving people read-only, read-write / edit access Goals Google's vision is to organize the world's information and make it accessible. GPhoto's mission / goal is to organize the world’s photo and make it accessible to others to view, edit or"See full answer

    Product Manager
    System Design
    +1 more
  • Google logoAsked at Google 
    2 answers

    "Interesting question. I believe they now do this. Couple clarifying questions: Are we talking about the FSD feature specifically, or older legacy models as well? Is there any hardware needed in order to enable this feature, or is it purely a software update? Would people still be able to pay a set fee for FSD upfront, or is it up to me? Up to you. Goals: Let's think about Tesla's goals in this change. One could be adoption. The cost of 10k could be prohibitive for the feature up"

    Jeff H. - "Interesting question. I believe they now do this. Couple clarifying questions: Are we talking about the FSD feature specifically, or older legacy models as well? Is there any hardware needed in order to enable this feature, or is it purely a software update? Would people still be able to pay a set fee for FSD upfront, or is it up to me? Up to you. Goals: Let's think about Tesla's goals in this change. One could be adoption. The cost of 10k could be prohibitive for the feature up"See full answer

    Product Strategy
  • "Sales and Delivery app: Ask Clarifying questions: What all parts of the user journey does this app play a role in? All delivery notifications go through this app. Tesla while completing sales does ask its customer to download this app. Sales can be completely done through the app. Sales person at Tesla could be reached through app. App can be used to buy other peripherals for Tesla. Success Metrics: Revenue: \# of car sales completed through the delivery app. \# of peripheral"

    Anonymous Caribou - "Sales and Delivery app: Ask Clarifying questions: What all parts of the user journey does this app play a role in? All delivery notifications go through this app. Tesla while completing sales does ask its customer to download this app. Sales can be completely done through the app. Sales person at Tesla could be reached through app. App can be used to buy other peripherals for Tesla. Success Metrics: Revenue: \# of car sales completed through the delivery app. \# of peripheral"See full answer

    Product Manager
  • Google logoAsked at Google 
    1 answer

    "Yes"

    Soniya S. - "Yes"See full answer

    Product Strategy
  • Meta logoAsked at Meta 
    Add answer
    Product Design
    System Design
  • Meta logoAsked at Meta 
    1 answer

    "Clarifying questions Target geography: USA, all urban areas Form factor: Mobile app, supported on iOS and Android Items to be borrowed: simple appliances like toaster, FMCG products, etc. Target market USA has a population of millions of people People generally need to frequently borrow household items from neighbours in case of emergency (or even otherwise) Internal company assessment Meta's mission is to create communities that help each other. This problem ties in well with t"

    Rahul J. - "Clarifying questions Target geography: USA, all urban areas Form factor: Mobile app, supported on iOS and Android Items to be borrowed: simple appliances like toaster, FMCG products, etc. Target market USA has a population of millions of people People generally need to frequently borrow household items from neighbours in case of emergency (or even otherwise) Internal company assessment Meta's mission is to create communities that help each other. This problem ties in well with t"See full answer

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

    "Missing Item - User ordered multiple items, few items are missing Wrong Item - Entire order is wrong / there are items in the order that were never ordered How is this measured ? CSAT Missing Items Wrong Items Step 1 : Collect data on orders that reported missing / wrong items. Dive deep to understand if the problem is isolated to a specific metro/zip code/restaurant type (say fast food vs fine dine), time of day (lunch vs dinner), tenure of the courier on th"

    Saurabh K. - "Missing Item - User ordered multiple items, few items are missing Wrong Item - Entire order is wrong / there are items in the order that were never ordered How is this measured ? CSAT Missing Items Wrong Items Step 1 : Collect data on orders that reported missing / wrong items. Dive deep to understand if the problem is isolated to a specific metro/zip code/restaurant type (say fast food vs fine dine), time of day (lunch vs dinner), tenure of the courier on th"See full answer

    Data Engineer
    Statistics & Experimentation
  • Anthropic logoAsked at Anthropic 
    2 answers

    "Follow news and resources via conferences or top companies' blogs, such as NeurIPS 2023 or Google Research Blog to get updates about the machine learning landscape. Research the papers on the new technology or approach that was mentioned or introduced via the subscribed sources, such as listed above. Following media channels, podcasts, or influencers on social media who were recently active in the industry to catch up with the trending and valuable insights, research, thoughts... Scan Github"

    Ban N. - "Follow news and resources via conferences or top companies' blogs, such as NeurIPS 2023 or Google Research Blog to get updates about the machine learning landscape. Research the papers on the new technology or approach that was mentioned or introduced via the subscribed sources, such as listed above. Following media channels, podcasts, or influencers on social media who were recently active in the industry to catch up with the trending and valuable insights, research, thoughts... Scan Github"See full answer

    Machine Learning Engineer
    Behavioral
    +1 more
  • Salesforce logoAsked at Salesforce 
    2 answers

    "Thanks for interviewing me!"

    Greg Y. - "Thanks for interviewing me!"See full answer

    Solutions Architect
    Behavioral
  • "I'd do an audit of what we understand, the gaps and the risks. What information do we have and how confident do we feel? What assumptions do we have? What do we not know? What is the risk of making certain assumptions? With this information, and a pulse of your team you can get an understanding of the risk level for moving forward. If the risk is high, you need to go back to leadership with the evidence and ask for more time. **What's the risk if we don't launch on"

    James W. - "I'd do an audit of what we understand, the gaps and the risks. What information do we have and how confident do we feel? What assumptions do we have? What do we not know? What is the risk of making certain assumptions? With this information, and a pulse of your team you can get an understanding of the risk level for moving forward. If the risk is high, you need to go back to leadership with the evidence and ask for more time. **What's the risk if we don't launch on"See full answer

    Product Designer
    Behavioral
  • Google logoAsked at Google 
    Add answer
    Engineering Manager
    Behavioral
    +1 more
  • Product Manager
    Behavioral
Showing 2141-2160 of 4415