Interview Questions

Review this list of 4,138 interview questions and answers verified by hiring managers and candidates.
  • Amazon logoAsked at Amazon 
    Engineering Manager
    Behavioral
    +1 more
  • Microsoft logoAsked at Microsoft 

    "That is a great product opportunity. I see the vision to drive engagement by building a reward based experience to encourage kids to login to the app and track their books and trigger a visual pleasing experience when the child completes a book. The more complex the book, the bigger the reward."

    Christina Z. - "That is a great product opportunity. I see the vision to drive engagement by building a reward based experience to encourage kids to login to the app and track their books and trigger a visual pleasing experience when the child completes a book. The more complex the book, the bigger the reward."See full answer

    Product Manager
    Product Design
  • +12

    "with var1 as (select * from tbl_Employee where emp_id between 2 and 2+3 and (Empid = 2 and FirstName = 'Paul' and Last_Name = 'Desmond' or Emp_id > 2) ), var2 as (select *, case when Country = 'IRELAND' then Salary * 1.09 when Country = 'INDIA' then Salary * 0.012 else Salary end as USD_Salary from  (select * from var1 join tbl_EmployeeSalary on var1.EmpID = tblEmployeeSalary.Emp_ID)), var3 as (select * from var2 where Emp_ID = 2) select FirstName || ' ' || MiddleName || ' ' || Last_Name a"

    Bryan L. - "with var1 as (select * from tbl_Employee where emp_id between 2 and 2+3 and (Empid = 2 and FirstName = 'Paul' and Last_Name = 'Desmond' or Emp_id > 2) ), var2 as (select *, case when Country = 'IRELAND' then Salary * 1.09 when Country = 'INDIA' then Salary * 0.012 else Salary end as USD_Salary from  (select * from var1 join tbl_EmployeeSalary on var1.EmpID = tblEmployeeSalary.Emp_ID)), var3 as (select * from var2 where Emp_ID = 2) select FirstName || ' ' || MiddleName || ' ' || Last_Name a"See full answer

    Data Engineer
    Coding
    +3 more
  • +2

    "Question #1 Imagine you were in charge of Facebook Watch, what metric would you want to measure? Clarify: Facebook Watch offers users video content including news, sports, live stream shopping and gaming, etc. it works on both desktops and mobiles. It's a fairly recent feature. Mission: Facebook's overall mission is to connect people and help them build communities, and Facebook Watch can help Facebook achieve this by keeping users up to date with local news, or conn"

    Brit L. - "Question #1 Imagine you were in charge of Facebook Watch, what metric would you want to measure? Clarify: Facebook Watch offers users video content including news, sports, live stream shopping and gaming, etc. it works on both desktops and mobiles. It's a fairly recent feature. Mission: Facebook's overall mission is to connect people and help them build communities, and Facebook Watch can help Facebook achieve this by keeping users up to date with local news, or conn"See full answer

    Execution
    Analytical
  • Technical Program Manager
    Behavioral
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Wealthfront logoAsked at Wealthfront 
    Video answer for 'Design YouTube.'
    +24

    "What software is being used to draw the design?"

    Farhan I. - "What software is being used to draw the design?"See full answer

    System Design
    Product Design
  • Product Manager
    Behavioral
  • Amazon logoAsked at Amazon 
    Machine Learning Engineer
    System Design
    +1 more
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Video answer for 'Design a fitness app for Facebook.'
    +7

    "My answer- A. Clarifying questions- External factors- Timelines, Geography, Competition Internal factors- Meta's goals for entering into fitness space, full-fledged app or part of any existing Meta app Goals- Will go after engagement, since it is a new app. B. Identifying users- Heavily/ Professionally into fitness Casual fitness enthusiasts Not interested in fitness C. Prioritizing user segments- I will prioritize #2. Segment #1 does not really need external motivati"

    Aakanksha R. - "My answer- A. Clarifying questions- External factors- Timelines, Geography, Competition Internal factors- Meta's goals for entering into fitness space, full-fledged app or part of any existing Meta app Goals- Will go after engagement, since it is a new app. B. Identifying users- Heavily/ Professionally into fitness Casual fitness enthusiasts Not interested in fitness C. Prioritizing user segments- I will prioritize #2. Segment #1 does not really need external motivati"See full answer

    Product Manager
    Product Design
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "Questions Couple of questions to make sure we are on the same page with respect to my overall product understanding and its positioning in the market. Product understanding: FB Pay is a Payment/ Wallet offering using which customers can securely make peer-to-peer payments using Messenger/WhatsApp or even make purchases on FB / Instagram etc. Also, competitors with similar offerings are Apple Pay, Google Pay (to name a few). Is this a fair understanding of the product? Ans: Yes. Cu"

    Shyla R. - "Questions Couple of questions to make sure we are on the same page with respect to my overall product understanding and its positioning in the market. Product understanding: FB Pay is a Payment/ Wallet offering using which customers can securely make peer-to-peer payments using Messenger/WhatsApp or even make purchases on FB / Instagram etc. Also, competitors with similar offerings are Apple Pay, Google Pay (to name a few). Is this a fair understanding of the product? Ans: Yes. Cu"See full answer

    Product Manager
    Execution
    +1 more
  • +21

    "import string from collections import defaultdict def mostcommonwords(text): d = defaultdict(int) s = text.translate(str.maketrans('', '', string.punctuation)) for w in s.lower().split(): d[w] = d[w] + 1 return sorted(sorted(d.items()), reverse=True, key=lambda x: x[1]) `"

    Michael S. - "import string from collections import defaultdict def mostcommonwords(text): d = defaultdict(int) s = text.translate(str.maketrans('', '', string.punctuation)) for w in s.lower().split(): d[w] = d[w] + 1 return sorted(sorted(d.items()), reverse=True, key=lambda x: x[1]) `"See full answer

    Data Structures & Algorithms
    Coding
  • Product Manager
    Product Design
  • Product Manager
    Product Design
  • Software Engineer
    Coding
    +1 more
  • DoorDash logoAsked at DoorDash 

    "Step 1 - clarifying question: Are we just focusing on the customer who rented a car or both who has given a car? (Assumed only a customer who rented a car) Are we just focusing on the mobile or web apps? (Assumed only the mobile app) Step 2 -Define users: customer who rented a car. Step 3 - pain points: unclear communication between both parties. lack of support if needed. hassle-full car drop experience. No survey or complaint channel about how the experienc"

    Jatan P. - "Step 1 - clarifying question: Are we just focusing on the customer who rented a car or both who has given a car? (Assumed only a customer who rented a car) Are we just focusing on the mobile or web apps? (Assumed only the mobile app) Step 2 -Define users: customer who rented a car. Step 3 - pain points: unclear communication between both parties. lack of support if needed. hassle-full car drop experience. No survey or complaint channel about how the experienc"See full answer

    Product Manager
    Product Design
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Product Manager
    Product Design
  • Microsoft logoAsked at Microsoft 

    "A load balancer, web application servers and a large database. Database is the core of the application containing the songs and tags related to each song. Application server will provide the search interface to find songs, play them and search them in specific categories or channels."

    Soraya B. - "A load balancer, web application servers and a large database. Database is the core of the application containing the songs and tags related to each song. Application server will provide the search interface to find songs, play them and search them in specific categories or channels."See full answer

    Product Manager
    Technical
  • Google logoAsked at Google 
    Video answer for 'How would you improve YouTube for content creators?'

    "Users: Creators We can segment by category of videos made (ie. beauty, entertainment, etc.) We could also segment by age range. Let's just choose self-development channels Pain points: Want to bring you to their website Solution. Portal to their website. Whenever you click on the video, a tab pops up for their website. But, this could be annoying for viewers. Back to the drawing board. What if we made creators into viewers. I am a FinTech Product Manager"

    Andrew M. - "Users: Creators We can segment by category of videos made (ie. beauty, entertainment, etc.) We could also segment by age range. Let's just choose self-development channels Pain points: Want to bring you to their website Solution. Portal to their website. Whenever you click on the video, a tab pops up for their website. But, this could be annoying for viewers. Back to the drawing board. What if we made creators into viewers. I am a FinTech Product Manager"See full answer

    Product Design
    App Critique
  • Salesforce logoAsked at Salesforce 
    Video answer for 'Design Ticketmaster'
    Software Engineer
    System Design
Showing 821-840 of 4138