Interview Questions

Review this list of 4,138 interview questions and answers verified by hiring managers and candidates.
  • +1

    "Define Groups: Platform where users ( organizers and members) with shared interests can come together and express their thoughts and opinions. Meta's mission: To bring ppl closer together by giving them access to tools and technology. Groups Mission alignment: Gives Organizers and members to come closer together over shared interests and build community. Users : Organizers ( create a group-> invite people on the platform --> can accept or deny a member to the group --> Intera"

    Anjali M. - "Define Groups: Platform where users ( organizers and members) with shared interests can come together and express their thoughts and opinions. Meta's mission: To bring ppl closer together by giving them access to tools and technology. Groups Mission alignment: Gives Organizers and members to come closer together over shared interests and build community. Users : Organizers ( create a group-> invite people on the platform --> can accept or deny a member to the group --> Intera"See full answer

    Execution
    Analytical
  • "Whenever I find resistance to my idea, my general approach is to : Validate my idea Identify if it is a political reason or is it a valid engineering tech reason Assuming it is not political but it is resource/difference of opinions that are causing resistance. Then I would try to do a quick POC and show a value proposition for the idea to get the buy-in. One similar situation happened The situation was that stakeholders were promised a feature that would decrease their number of ticket"

    Jaim - "Whenever I find resistance to my idea, my general approach is to : Validate my idea Identify if it is a political reason or is it a valid engineering tech reason Assuming it is not political but it is resource/difference of opinions that are causing resistance. Then I would try to do a quick POC and show a value proposition for the idea to get the buy-in. One similar situation happened The situation was that stakeholders were promised a feature that would decrease their number of ticket"See full answer

    Software Engineer
    Behavioral
    +1 more
  • "Clarify - What is the product ? Autonomous driving capability Technology as a vehicle to drive man driver capability What is the current stage of project ? Technology is ready I will start by understanding the Goal, Intention behind this initiative as I am considering myself new PM joined this team and I have to come up with go to market strategy. Goal - More users to adopt and build trust with self driving car capability. Target user persona End user Businesses -Rideshare service -Food"

    Srikanth A. - "Clarify - What is the product ? Autonomous driving capability Technology as a vehicle to drive man driver capability What is the current stage of project ? Technology is ready I will start by understanding the Goal, Intention behind this initiative as I am considering myself new PM joined this team and I have to come up with go to market strategy. Goal - More users to adopt and build trust with self driving car capability. Target user persona End user Businesses -Rideshare service -Food"See full answer

    Product Manager
    Product Strategy
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Apple logoAsked at Apple 

    "I was able to provide the optimal approach and coded it up"

    Anonymous Wasp - "I was able to provide the optimal approach and coded it up"See full answer

    Data Engineer
    Data Structures & Algorithms
    +2 more
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "Design a university voting app"

    Sneha D. - "Design a university voting app"See full answer

    Product Manager
    Product Design
    +1 more
  • +1

    "Clarifying questions: Clarify what Facebook Lite is Assumed answer: It’s a slimmed down version of mobile FB app optimized for slower connections and uses less data than the primary mobile FB app by not offering features like videos and high resolution photos. It is only available on Android and primarily built by FB to the developing world can have access to FB. What is meant by “opens are down”? Assumed answer: The total amount of opens of the app on Android devices"

    Arthur Y. - "Clarifying questions: Clarify what Facebook Lite is Assumed answer: It’s a slimmed down version of mobile FB app optimized for slower connections and uses less data than the primary mobile FB app by not offering features like videos and high resolution photos. It is only available on Android and primarily built by FB to the developing world can have access to FB. What is meant by “opens are down”? Assumed answer: The total amount of opens of the app on Android devices"See full answer

    Execution
    Analytical
  • Google logoAsked at Google 

    "Grandma! You know how we can look at a picture and know what's in it—like seeing a cat or a dog? Computers can learn to do that too! It's just they use special tricks and math to see and understand pictures or videos. It helps them figure out what's in the pictures, almost like how we do! Almost like giving it eyes to see the world in its own way!"

    Praveen D. - "Grandma! You know how we can look at a picture and know what's in it—like seeing a cat or a dog? Computers can learn to do that too! It's just they use special tricks and math to see and understand pictures or videos. It helps them figure out what's in the pictures, almost like how we do! Almost like giving it eyes to see the world in its own way!"See full answer

    Machine Learning Engineer
    Concept
  • "Because testing many engagement metrics at once increases the risk of finding effects that aren't real (the 'multiple comparisons problem'), you must adjust your criteria for statistical significance. For social media data, the Benjamini-Hochberg procedure is often a practical choice as it controls the rate of false discoveries (FDR) while still allowing you to detect genuine changes; however, the ideal adjustment method will vary depending on your specific number of metrics (e.g., use Bonferron"

    Lucas G. - "Because testing many engagement metrics at once increases the risk of finding effects that aren't real (the 'multiple comparisons problem'), you must adjust your criteria for statistical significance. For social media data, the Benjamini-Hochberg procedure is often a practical choice as it controls the rate of false discoveries (FDR) while still allowing you to detect genuine changes; however, the ideal adjustment method will vary depending on your specific number of metrics (e.g., use Bonferron"See full answer

    Statistics & Experimentation
  • Apple logoAsked at Apple 
    +2

    "This could be done using two-pointer approach assuming array is sorted: left and right pointers. We need track two sums (left and right) as we move pointers. For moving pointers we will move left to right by 1 (increment) when right sum is greater. We will move right pointer to left by 1 (decrement) when left sum is greater. at some point we will either get the sum same and that's when we exit from the loop. 0-left will be one array and right-(n-1) will be another array. We are not going to mo"

    Bhaskar B. - "This could be done using two-pointer approach assuming array is sorted: left and right pointers. We need track two sums (left and right) as we move pointers. For moving pointers we will move left to right by 1 (increment) when right sum is greater. We will move right pointer to left by 1 (decrement) when left sum is greater. at some point we will either get the sum same and that's when we exit from the loop. 0-left will be one array and right-(n-1) will be another array. We are not going to mo"See full answer

    Software Engineer
    Data Structures & Algorithms
    +2 more
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "This type of question is a Technical problem. Although you will not need to actually code the feature, it's important to understand basic technical concepts. Being able to cover these concisely with clarity shows you're an effective communicator. Here, we'll go over the broad technical steps needed to implement a basic reactions feature on Facebook. Briefly, the steps required are the following: Migrate the database to support reactions Write API code to be able to react to a post, and"

    Exponent - "This type of question is a Technical problem. Although you will not need to actually code the feature, it's important to understand basic technical concepts. Being able to cover these concisely with clarity shows you're an effective communicator. Here, we'll go over the broad technical steps needed to implement a basic reactions feature on Facebook. Briefly, the steps required are the following: Migrate the database to support reactions Write API code to be able to react to a post, and"See full answer

    Technical
    Analytical
    +1 more
  • "At one of my project, I worked on a project where we needed to collect data from different sections of a large factory and deliver it to a third-party company responsible for predictive analytics on product quality and production levels. The challenge was that each department had different data types and structures, and in many cases, direct connections were restricted due to strict security policies. My responsibility was to design and implement a solution that could gather all these heterogene"

    Maryam G. - "At one of my project, I worked on a project where we needed to collect data from different sections of a large factory and deliver it to a third-party company responsible for predictive analytics on product quality and production levels. The challenge was that each department had different data types and structures, and in many cases, direct connections were restricted due to strict security policies. My responsibility was to design and implement a solution that could gather all these heterogene"See full answer

    Business Analyst
    Data Analysis
    +2 more
  • Disney logoAsked at Disney 
    Product Manager
    Behavioral
  • Amazon logoAsked at Amazon 

    "no"

    Hamilton D. - "no"See full answer

    Product Manager
    Technical
    +1 more
  • TikTok logoAsked at TikTok 
    Product Manager
    Behavioral
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "Clarifying question: By podcast, we mean a series of digital audio generally available on the internet in the form of monologue or interview. Do we need to integrate it with Facebook or design a separate product? --> Separate Product not related to Facebook Mobile/web application --> Any Constraints? --> No Goal? --> To design a dedicated app to recommend podcasts in order to increase user satisfaction Users: Power Users: Who regularly listens to podcasts and keep detailed information on various"

    Gunjali D. - "Clarifying question: By podcast, we mean a series of digital audio generally available on the internet in the form of monologue or interview. Do we need to integrate it with Facebook or design a separate product? --> Separate Product not related to Facebook Mobile/web application --> Any Constraints? --> No Goal? --> To design a dedicated app to recommend podcasts in order to increase user satisfaction Users: Power Users: Who regularly listens to podcasts and keep detailed information on various"See full answer

    Product Manager
    Product Design
  • "The product owner works closely with the tech team day to day, keeping track of the sprint stories and backlog and helping to unblock day to day blockers and dependencies. The product manager oversees the roadmap of features from the discovery to solutioning stage."

    Anjali A. - "The product owner works closely with the tech team day to day, keeping track of the sprint stories and backlog and helping to unblock day to day blockers and dependencies. The product manager oversees the roadmap of features from the discovery to solutioning stage."See full answer

    Product Manager
    Behavioral
  • "This is the reason we PMs get bad name,lol! People are so busy in parroting the framework and answers that they don't even bother to read the question :D "

    Nishant K. - "This is the reason we PMs get bad name,lol! People are so busy in parroting the framework and answers that they don't even bother to read the question :D "See full answer

    Product Manager
    Product Strategy
Showing 1881-1900 of 4138