Skip to main content

Interview Questions

Review this list of 4,416 interview questions and answers verified by hiring managers and candidates.
  • "I will need to understand What are we selling and who is the target customer? Is one retail location per metro area enough or is the market big enough for multiple stores? What is the goal of future retail locations? Gauge the market for fit or drive revenue. If LA market is big enough for multiple stores, then for logistical reasons, I will prefer to open additional stores in the same geographic region. If LA market is not large enough, then my second store will be in an a different"

    ready4new - "I will need to understand What are we selling and who is the target customer? Is one retail location per metro area enough or is the market big enough for multiple stores? What is the goal of future retail locations? Gauge the market for fit or drive revenue. If LA market is big enough for multiple stores, then for logistical reasons, I will prefer to open additional stores in the same geographic region. If LA market is not large enough, then my second store will be in an a different"See full answer

    Behavioral
    Product Strategy
  • "First thing I would like to consider is what is the potential opportunity to building an apps marketplace. Questions I would ask are: What’s the current user base of Microsoft Office Suite? What is that in revenue? Is it growing or declining? Where are users going to if they’re leaving? What are the most popular and least popular apps used in the Office suite? What are other apps that Microsoft Officer users use outside of the suite? Assuming that Microsoft Office has a massive us"

    Patrick M. - "First thing I would like to consider is what is the potential opportunity to building an apps marketplace. Questions I would ask are: What’s the current user base of Microsoft Office Suite? What is that in revenue? Is it growing or declining? Where are users going to if they’re leaving? What are the most popular and least popular apps used in the Office suite? What are other apps that Microsoft Officer users use outside of the suite? Assuming that Microsoft Office has a massive us"See full answer

    Product Design
    Product Strategy
  • "It's fair to assume a tech lead is an experienced person, especially in bigger organizations like Google. How we shape our thought process is part of our past experiences of default nature. I will first give it some time before I react/respond. I will try to understand the pattern where the tech lead is being devil's advocate. Eg. If he is being negative about PRD everytime, that means he had past experiences where the PRD was incomplete or scope was change; if is negative about testing scena"

    Dewansh Z. - "It's fair to assume a tech lead is an experienced person, especially in bigger organizations like Google. How we shape our thought process is part of our past experiences of default nature. I will first give it some time before I react/respond. I will try to understand the pattern where the tech lead is being devil's advocate. Eg. If he is being negative about PRD everytime, that means he had past experiences where the PRD was incomplete or scope was change; if is negative about testing scena"See full answer

    Product Manager
    Behavioral
  • "What is our goal during onboarding? e.x. Site-visits, add-to-cart, completed checkout etc? After asking clarifying questions we learn that our north-star goal is to get more customers to complete a checkout, therefore our goal is to increase our conversion rate. Are we looking to sell more of a particular product or increase conversion rate holistically? Segmentation: Do we have a particular market or demographic in mind? Commercial/business vs. individuals One time buyers vs. repeat purch"

    Jack F. - "What is our goal during onboarding? e.x. Site-visits, add-to-cart, completed checkout etc? After asking clarifying questions we learn that our north-star goal is to get more customers to complete a checkout, therefore our goal is to increase our conversion rate. Are we looking to sell more of a particular product or increase conversion rate holistically? Segmentation: Do we have a particular market or demographic in mind? Commercial/business vs. individuals One time buyers vs. repeat purch"See full answer

    Product Manager
    Analytical
  • Meta logoAsked at Meta 

    "FN Given text need to figure out is it following guidelines. Should notify the user in case of not following guidelines. Reason for failure should have misleading/spam/adult filters. NFN High availability High Scalability Low latency of processing Estimations 1M requests/min text - 10kb => 9.5GB/min => 14TB/day API fetchmoderationscore(text) score will be between 0 to 1 more than 0.8 => not following guidelines fetchmoderationscore(text, filter)"

    Deepak K. - "FN Given text need to figure out is it following guidelines. Should notify the user in case of not following guidelines. Reason for failure should have misleading/spam/adult filters. NFN High availability High Scalability Low latency of processing Estimations 1M requests/min text - 10kb => 9.5GB/min => 14TB/day API fetchmoderationscore(text) score will be between 0 to 1 more than 0.8 => not following guidelines fetchmoderationscore(text, filter)"See full answer

    Machine Learning Engineer
    System Design
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • +13

    "Required output in the solution not the one requested from the question. only customerid, firstname, last_name and years were required. Please this needs to be very clear. Otherwise my answer is with totalorderyear as ( SELECT o.customer_id, c.first_name, c.last_name, EXTRACT(YEAR FROM o.orderdate) AS orderyear, COUNT(o.orderid) AS totalorders FROM orders o LEFT JOIN customers c ON c.customerid = o.customerid GROUP BY o.customerid, c.firstname, c.last"

    Gloriose H. - "Required output in the solution not the one requested from the question. only customerid, firstname, last_name and years were required. Please this needs to be very clear. Otherwise my answer is with totalorderyear as ( SELECT o.customer_id, c.first_name, c.last_name, EXTRACT(YEAR FROM o.orderdate) AS orderyear, COUNT(o.orderid) AS totalorders FROM orders o LEFT JOIN customers c ON c.customerid = o.customerid GROUP BY o.customerid, c.firstname, c.last"See full answer

    Coding
    SQL
  • Meta logoAsked at Meta 

    "Clarification: Lender Focus: We'll cater to mortgage lenders, specifically smaller institutions or those specializing in a particular loan type (e.g., first-time homebuyer loans). 1. User Personas and Pain Points: Create two user personas: Persona 1: A loan officer at a small credit union overwhelmed with manual paperwork and slow communication with borrowers. Persona 2: A loan manager at a company specializing in FHA loans, struggling with cumbersome pre-qualification"

    Deepak V. - "Clarification: Lender Focus: We'll cater to mortgage lenders, specifically smaller institutions or those specializing in a particular loan type (e.g., first-time homebuyer loans). 1. User Personas and Pain Points: Create two user personas: Persona 1: A loan officer at a small credit union overwhelmed with manual paperwork and slow communication with borrowers. Persona 2: A loan manager at a company specializing in FHA loans, struggling with cumbersome pre-qualification"See full answer

    Product Manager
    Product Design
  • Apple logoAsked at Apple 

    "First of all, stack and heap memory are abstraction on top of the hardware by the compiler. The hardware is not aware of stack and heap memory. There is only a single piece of memory that a program has access to. The compiler creates the concepts of stack and heap memory to run the programs efficiently. Programs use stack memory to store local variables and a few important register values such as frame pointer and return address for program counter. This makes it easier for the compiler to gene"

    Stanley Y. - "First of all, stack and heap memory are abstraction on top of the hardware by the compiler. The hardware is not aware of stack and heap memory. There is only a single piece of memory that a program has access to. The compiler creates the concepts of stack and heap memory to run the programs efficiently. Programs use stack memory to store local variables and a few important register values such as frame pointer and return address for program counter. This makes it easier for the compiler to gene"See full answer

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

    "Clarifying Questions: What age range are we looking at between 13-19? Any specific range we need to target? - Assume all teens Any demography we would target? - Worldwide Do they have access to phones/laptops or do we need to build an offline product? - Assume they have access to phones and laptops Are there any constraints around privacy or content moderation? - Yes What platform (Facebook core, Messenger, or another product) is this for? - Assume faceb"

    Kartik D. - "Clarifying Questions: What age range are we looking at between 13-19? Any specific range we need to target? - Assume all teens Any demography we would target? - Worldwide Do they have access to phones/laptops or do we need to build an offline product? - Assume they have access to phones and laptops Are there any constraints around privacy or content moderation? - Yes What platform (Facebook core, Messenger, or another product) is this for? - Assume faceb"See full answer

    Product Manager
    Product Design
  • "Clarify: Are we talking about traditional noise-cancelling which cancels noise for listeners or we are talking about the speaker side noise-cancellation? - Interviewer replied: Both Are we exploring to build something on top of existing hardware around Meta VR products or something in general? - Interviewer replied: up to you. High level though process (Could be detailed with more structure): Considering Meta's vision on building metaverse, where meta currently has AR/VR products li"

    Anonymous Shark - "Clarify: Are we talking about traditional noise-cancelling which cancels noise for listeners or we are talking about the speaker side noise-cancellation? - Interviewer replied: Both Are we exploring to build something on top of existing hardware around Meta VR products or something in general? - Interviewer replied: up to you. High level though process (Could be detailed with more structure): Considering Meta's vision on building metaverse, where meta currently has AR/VR products li"See full answer

    Product Manager
    Analytical
    +1 more
  • " Questions: Deadly diseases: new and current CEO of healthtech startup: adoption phase Mission: to improve and extend lives What we do: Research new diseases and connects people to doctors Structure: Objective -> Macro-Factors -> Company -> Users -> Suggestions Objective: Why? Mission to improve and extend lives How do we inform the world about these 20 deadly diseases we detected? Macro-Factors(climate/competition) World events like pandemics - this is a good investment* "

    Cameron P. - " Questions: Deadly diseases: new and current CEO of healthtech startup: adoption phase Mission: to improve and extend lives What we do: Research new diseases and connects people to doctors Structure: Objective -> Macro-Factors -> Company -> Users -> Suggestions Objective: Why? Mission to improve and extend lives How do we inform the world about these 20 deadly diseases we detected? Macro-Factors(climate/competition) World events like pandemics - this is a good investment* "See full answer

    Product Manager
    Behavioral
    +1 more
  • "Mission for TikTok shop is to increase brand growth and sales. TikTok gives platform to these brands/advertiser to market their products via influencers/creators to be able to sell their products faster and users on tiktok platform(mainly Gen-z) are motivated to make inspirational based discovery of products and purchase them So main objective for TikTok shop could be Increase sales for diverse brands So, some of the metrics to consider would be: no of orders placed per week"

    Nikita B. - "Mission for TikTok shop is to increase brand growth and sales. TikTok gives platform to these brands/advertiser to market their products via influencers/creators to be able to sell their products faster and users on tiktok platform(mainly Gen-z) are motivated to make inspirational based discovery of products and purchase them So main objective for TikTok shop could be Increase sales for diverse brands So, some of the metrics to consider would be: no of orders placed per week"See full answer

    Product Manager
    Analytical
  • Product Manager
    Product Design
  • Meta logoAsked at Meta 
    +1

    "!! FEEDBACK WELCOME !! Clarify question By art we mean visual art, e.g. paintings? - Yes Is this a solution to create art on Instagram or to showcase existing art on Instagram? - Create art Why build this, Engagement or Acquisition? - Engagement Reframe: We want to increase Instagram engagement through creation and sharing of art with followers. Talking about the space The Internet has over time continuously reduced barriers to creative expression. From blogging to Twitter,"

    Apurv K. - "!! FEEDBACK WELCOME !! Clarify question By art we mean visual art, e.g. paintings? - Yes Is this a solution to create art on Instagram or to showcase existing art on Instagram? - Create art Why build this, Engagement or Acquisition? - Engagement Reframe: We want to increase Instagram engagement through creation and sharing of art with followers. Talking about the space The Internet has over time continuously reduced barriers to creative expression. From blogging to Twitter,"See full answer

    Product Manager
    Product Design
  • Meta logoAsked at Meta 

    "I tried solving this question and here is the recorded video for the entire solution - https://youtu.be/G_LIbTp58XA Feel free to comment here or on the video for further discussion."

    Rjj - "I tried solving this question and here is the recorded video for the entire solution - https://youtu.be/G_LIbTp58XA Feel free to comment here or on the video for further discussion."See full answer

    Engineering Manager
    System Design
    +1 more
  • Google logoAsked at Google 

    "Clarify: Product: physical/ digital? - digital chefs as a profession? what kind of restaurant setting do they work in? speed up cooking why/ objective? - serve customers quickly? reduce their fatigue? help them spend time on other important activities? what is cooking process - getting order - knowing recipe - executing - placing in dish - should I consider serving or that will be including in the waitor's job? By how much do we want to speed up? who are we? any constraints?"

    Rev - "Clarify: Product: physical/ digital? - digital chefs as a profession? what kind of restaurant setting do they work in? speed up cooking why/ objective? - serve customers quickly? reduce their fatigue? help them spend time on other important activities? what is cooking process - getting order - knowing recipe - executing - placing in dish - should I consider serving or that will be including in the waitor's job? By how much do we want to speed up? who are we? any constraints?"See full answer

    Product Manager
    Product Design
  • "Clarifications: Is it the voice only Alexa devices or includes echo show (video)? Goal: To have people to safety quickest Users: Alexa owner At the house when somebody breaks in Family Single adult/seniors Outside the house at the time of break in Police Department Pain points/user group: Owner in the house at the time of burglary Inform all the house members at the earliest. Send SOS out on all/selective Alexa devices to ask family members to reach a safe place 2"

    Chaitali M. - "Clarifications: Is it the voice only Alexa devices or includes echo show (video)? Goal: To have people to safety quickest Users: Alexa owner At the house when somebody breaks in Family Single adult/seniors Outside the house at the time of break in Police Department Pain points/user group: Owner in the house at the time of burglary Inform all the house members at the earliest. Send SOS out on all/selective Alexa devices to ask family members to reach a safe place 2"See full answer

    Product Design
    System Design
  • Meta logoAsked at Meta 

    "Clarification Am I the PM for overall Xbox or certain part of the Xbox team? Interview (I): let's assume you own the overall Xbox product Are there particular user segments that the MSFT Gaming division is trying to focus on as their strategy? I: nothing in particular, why don't you tell me where we should focus? What are some challenges that Xbox have been facing? (ie revenue from xbox hardware purchase? xbox live subscription purchase? engagement?) I: nothing in pa"

    Mark - "Clarification Am I the PM for overall Xbox or certain part of the Xbox team? Interview (I): let's assume you own the overall Xbox product Are there particular user segments that the MSFT Gaming division is trying to focus on as their strategy? I: nothing in particular, why don't you tell me where we should focus? What are some challenges that Xbox have been facing? (ie revenue from xbox hardware purchase? xbox live subscription purchase? engagement?) I: nothing in pa"See full answer

    Analytical
    Concept
    +1 more
  • Microsoft logoAsked at Microsoft 

    "Building data centers in outer space is a concept that has been talked about for a few years now. However, to my knowledge, no one has yet succeeded in building one. In order to simplify this case, I am going to only investigate putting Azure Disk Storage into the cloud. To determine if this is a viable scenario for Azure, I will examine why Azure may want to pursue building a data center in outer space, the technological feasibility, and finally, a potential market for this service. Business D"

    John F. - "Building data centers in outer space is a concept that has been talked about for a few years now. However, to my knowledge, no one has yet succeeded in building one. In order to simplify this case, I am going to only investigate putting Azure Disk Storage into the cloud. To determine if this is a viable scenario for Azure, I will examine why Azure may want to pursue building a data center in outer space, the technological feasibility, and finally, a potential market for this service. Business D"See full answer

    Product Manager
    Product Strategy
  • "Clarification Questions I am assuming we need to deliver the packages to the doorstep. I am assuming we need to deliver all the packages which are ordered in a single day. For more product interview experience, please visit TechnoManagers https://technomanagers101.blogspot.com/ High level formula Number of Drones required = (US Population 330M)(Excluding 30% those below 10 years and above 65 years)(internet penetration 90%)([ (10% high networth people)(30 orders per year) ] + ["

    Anonymous Muskox - "Clarification Questions I am assuming we need to deliver the packages to the doorstep. I am assuming we need to deliver all the packages which are ordered in a single day. For more product interview experience, please visit TechnoManagers https://technomanagers101.blogspot.com/ High level formula Number of Drones required = (US Population 330M)(Excluding 30% those below 10 years and above 65 years)(internet penetration 90%)([ (10% high networth people)(30 orders per year) ] + ["See full answer

    Product Manager
    Estimation
Showing 1261-1280 of 4416