Skip to main content

Interview Questions

Review this list of 4,411 interview questions and answers verified by hiring managers and candidates.
  • "I checked the unittest is giving a False assertion as you can see in the colab notebook below. F FAIL: testsimple (main_.Conv2dTest) Traceback (most recent call last): File "", line 19, in test_simple self.assertTrue(torch.equal(output, torch.tensor([[[[ 5., 1.], [ -2., -10.]]]]))) AssertionError: False is not true"

    Abinash S. - "I checked the unittest is giving a False assertion as you can see in the colab notebook below. F FAIL: testsimple (main_.Conv2dTest) Traceback (most recent call last): File "", line 19, in test_simple self.assertTrue(torch.equal(output, torch.tensor([[[[ 5., 1.], [ -2., -10.]]]]))) AssertionError: False is not true"See full answer

    Machine Learning
  • Apple logoAsked at Apple 
    Machine Learning Engineer
    Technical
  • "class Solution: def missingNumber(self, nums: list[int]) -> int: Sorting approach n = len(nums) s = n*(n+1)//2 r = s - sum(nums) return self.r l = [3,0,1] print(missingNumber(l))"

    Rohit B. - "class Solution: def missingNumber(self, nums: list[int]) -> int: Sorting approach n = len(nums) s = n*(n+1)//2 r = s - sum(nums) return self.r l = [3,0,1] print(missingNumber(l))"See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • "Started with user-groups to identify the differences world wide: speed of internet, how high end devices are The interviewer just wanted to dive into the questions of latency & the technical fast. I then said let's separate out server vs client. On server side, cannot have australian users hitting california servers for data. So must be some sort of global availability of caching. And ensure rapid read out of that cache so something like a redis solution would help. Then switch gears to cli"

    Sim S. - "Started with user-groups to identify the differences world wide: speed of internet, how high end devices are The interviewer just wanted to dive into the questions of latency & the technical fast. I then said let's separate out server vs client. On server side, cannot have australian users hitting california servers for data. So must be some sort of global availability of caching. And ensure rapid read out of that cache so something like a redis solution would help. Then switch gears to cli"See full answer

    Product Manager
    Technical
  • Amazon logoAsked at Amazon 
    Machine Learning Engineer
    Concept
    +1 more
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Google logoAsked at Google 
    Product Design
  • "SW: Headway (Audio book app) Goal: Track user engagement with the product. (Analytics) To Track user engagement with the product I would first define the user actions defined as user engagement, and then define quantitative metrics to track user behaviour. User actions -> engagement: Actions: User Plays an Audio book (following by user's retention) User uses Next chapter button to continue listening User marks Audio books as favourites User shares Audio books Metrics: DAU & 2."

    Negar H. - "SW: Headway (Audio book app) Goal: Track user engagement with the product. (Analytics) To Track user engagement with the product I would first define the user actions defined as user engagement, and then define quantitative metrics to track user behaviour. User actions -> engagement: Actions: User Plays an Audio book (following by user's retention) User uses Next chapter button to continue listening User marks Audio books as favourites User shares Audio books Metrics: DAU & 2."See full answer

    Product Manager
    Analytical
    +1 more
  • Netflix logoAsked at Netflix 

    "This is a Strategy Question, which asks you to justify high-level business decisions and strategy. This could be confused with an expansion problem, but it's only asking for the risks. You should be thorough with the risks and identify as many as possible. Let's go over one possible solution: > Expanding to China could be a huge opportunity for Netflix, but it's definitely risky. I'd love to go over a few risks that we should consider. To me, the biggest risks are:Censorship > Chinese compet"

    Exponent - "This is a Strategy Question, which asks you to justify high-level business decisions and strategy. This could be confused with an expansion problem, but it's only asking for the risks. You should be thorough with the risks and identify as many as possible. Let's go over one possible solution: > Expanding to China could be a huge opportunity for Netflix, but it's definitely risky. I'd love to go over a few risks that we should consider. To me, the biggest risks are:Censorship > Chinese compet"See full answer

    Product Manager
    Product Strategy
  • "Goal: The goal of the product is to create a virtual communication system that enables the CEO/Executives of Google to have realistic in-person interactions with people located in different parts of the world. Identifying Different Users: CEO of Google Business executives and professionals Selecting Right User: The primary user for this product is the CEO of Google who needs to have a virtual communication system that can facilitate face-to-face interactions. Defining Features: High-q"

    Anonymous Panda - "Goal: The goal of the product is to create a virtual communication system that enables the CEO/Executives of Google to have realistic in-person interactions with people located in different parts of the world. Identifying Different Users: CEO of Google Business executives and professionals Selecting Right User: The primary user for this product is the CEO of Google who needs to have a virtual communication system that can facilitate face-to-face interactions. Defining Features: High-q"See full answer

    Product Manager
    Product Design
    +1 more
  • Disney logoAsked at Disney 
    Product Manager
    Behavioral
  • Meta logoAsked at Meta 

    "Problem: Facebook Jobs has seen a 20% increase in job listings, but employer response time to applicants has decreased by 20%. Goal: Investigate and address the decrease in employer response time. Assumptions and Clarifying Questions: Scope: Is this issue internal to Facebook or affecting external users? Timeline: Analyzing data from the past 6 months is assumed to be sufficient. Response Time Definition: Clarify the precise definition of "response time" (e.g."

    Atharva P. - "Problem: Facebook Jobs has seen a 20% increase in job listings, but employer response time to applicants has decreased by 20%. Goal: Investigate and address the decrease in employer response time. Assumptions and Clarifying Questions: Scope: Is this issue internal to Facebook or affecting external users? Timeline: Analyzing data from the past 6 months is assumed to be sufficient. Response Time Definition: Clarify the precise definition of "response time" (e.g."See full answer

    Product Strategy
    Program Sense
  • Meta logoAsked at Meta 

    "Fast food service Good service application."

    Amit S. - "Fast food service Good service application."See full answer

    Product Manager
    Analytical
    +2 more
  • "Narrow down on a person (born in city childhood - school - college - work - retirement) Age: 0-5 = ignoring travel for this part (might travel with parents) 5-19 = weekdays school, weekends outings School distance 5 km , total = 10km (to & fro) (4 intersections * 1min(time spent) = 4 min/ day) 52 x 5 x 4 = 1040 mins ~ 15 hrs 15 * 14 yrs = 210 hrs Weekends 52 x 2 = 104 days * 0.3 = 30 days Trips = 10 km (8 intersections * 1min(time spent) = 8 mins) 30 x 8 ="

    Rev - "Narrow down on a person (born in city childhood - school - college - work - retirement) Age: 0-5 = ignoring travel for this part (might travel with parents) 5-19 = weekdays school, weekends outings School distance 5 km , total = 10km (to & fro) (4 intersections * 1min(time spent) = 4 min/ day) 52 x 5 x 4 = 1040 mins ~ 15 hrs 15 * 14 yrs = 210 hrs Weekends 52 x 2 = 104 days * 0.3 = 30 days Trips = 10 km (8 intersections * 1min(time spent) = 8 mins) 30 x 8 ="See full answer

    Product Manager
    Analytical
    +1 more
  • Visa logoAsked at Visa 
    Software Engineer
    Data Structures & Algorithms
    +1 more
  • "Clarification question: How many subscription plans are offered by Tinder ? If there is more than one subscription plan, then we need to ask is the fluctuation happening across all plans or in a particular one ? Assumption: Let's say lower priced subscription plan is showing the most fluctuation and there are only two types of plans In this subscription plan which age group is showing the most fluctuation (18-24,25-30, 30+ etc) ? Is there any seasonality trend observed (eg: placemen"

    Srijita P. - "Clarification question: How many subscription plans are offered by Tinder ? If there is more than one subscription plan, then we need to ask is the fluctuation happening across all plans or in a particular one ? Assumption: Let's say lower priced subscription plan is showing the most fluctuation and there are only two types of plans In this subscription plan which age group is showing the most fluctuation (18-24,25-30, 30+ etc) ? Is there any seasonality trend observed (eg: placemen"See full answer

    Data Scientist
    Technical
  • Twitter logoAsked at Twitter 

    "Skeleton: Mission Goals and User segmentation User journey Metrics Pain points and opportunities experimentation Starting with Twitter's mission, "the power to create and share ideas and information without barriers", we are looking to empower people to be both consumers and creators. However, for the sake of this discussion, I want to focus on the consumer sides. As mentioned, our goal is to focus on user growth. But I want to understand if we are looking to acquire more 1s"

    Gourav G. - "Skeleton: Mission Goals and User segmentation User journey Metrics Pain points and opportunities experimentation Starting with Twitter's mission, "the power to create and share ideas and information without barriers", we are looking to empower people to be both consumers and creators. However, for the sake of this discussion, I want to focus on the consumer sides. As mentioned, our goal is to focus on user growth. But I want to understand if we are looking to acquire more 1s"See full answer

    Product Strategy
  • Meta logoAsked at Meta 
    Product Design
    System Design
  • "Clarify the default pick up location/pin feature - I'm assuming it lets you define a location in settings that is used for pickups unless you over ride it. this is a rider feature. It is not used by the driver to specify where they want to pick up riders Feature goal Make it simpler for the user to book a ride as they no longer need to type in an address when going to the default location User Journey assuming they have already set the default location they open the app cl"

    PTL - "Clarify the default pick up location/pin feature - I'm assuming it lets you define a location in settings that is used for pickups unless you over ride it. this is a rider feature. It is not used by the driver to specify where they want to pick up riders Feature goal Make it simpler for the user to book a ride as they no longer need to type in an address when going to the default location User Journey assuming they have already set the default location they open the app cl"See full answer

    Product Manager
    Analytical
  • Mistral AI logoAsked at Mistral AI 
    Product Manager
    Artificial Intelligence
    +1 more
Showing 2341-2360 of 4411