Interview Questions

Review this list of 3,949 interview questions and answers verified by hiring managers and candidates.
  • Concept
    Machine Learning
  • Flipkart logoAsked at Flipkart 

    "By looking at QPS prolly! I mean that's the success metric for it after all, right? Maybe not, love to know your thoughts down below."

    Palak A. - "By looking at QPS prolly! I mean that's the success metric for it after all, right? Maybe not, love to know your thoughts down below."See full answer

    Product Manager
    Analytical
  • "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
  • +6

    " CODE INSTRUCTIONS: 1) The method findInOrderSuccessor you're asked to implement is located at line 30. 2) Use the helper code below to implement it. 3) In a nutshell, the helper code allows you to to build a Binary Search Tree. 4) Jump to line 88 to see an example for how the helper code is used"

    Akash C. - " CODE INSTRUCTIONS: 1) The method findInOrderSuccessor you're asked to implement is located at line 30. 2) Use the helper code below to implement it. 3) In a nutshell, the helper code allows you to to build a Binary Search Tree. 4) Jump to line 88 to see an example for how the helper code is used"See full answer

    Data Structures & Algorithms
    Coding
  • LinkedIn logoAsked at LinkedIn 

    "Clarify the ask/ goal and scope Talk about the general need for travel in a Covid/post covid world + how it aligns with Meta's mission and business (the Why) Audience /Behavior segmentation with needs/pain points Prioritize Suggested 3 Solution territories Dived deep into 1 and mentioned tradeoffs/ risks for that one Summarized with a few GTM considerations/ideas Please note: Although the interview was scoped for 30 mins, the interviewer spent the first 15 diving into past work e"

    Raina M. - "Clarify the ask/ goal and scope Talk about the general need for travel in a Covid/post covid world + how it aligns with Meta's mission and business (the Why) Audience /Behavior segmentation with needs/pain points Prioritize Suggested 3 Solution territories Dived deep into 1 and mentioned tradeoffs/ risks for that one Summarized with a few GTM considerations/ideas Please note: Although the interview was scoped for 30 mins, the interviewer spent the first 15 diving into past work e"See full answer

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

  • Machine Learning Engineer
    Concept
    +1 more
  • +3

    "Hi, my solution gives the exact numerical values as the proposed solution, but it doesn't pass the tests. Am I missing something, or is this a bug? def findrevenueby_city(transactions: pd.DataFrame, users: pd.DataFrame, exchange_rate: pd.DataFrame) -> pd.DataFrame: gets user city for each user id userids = users[['id', 'usercity']] and merge on transactions transactions = transactions.merge(user_ids, how='left"

    Gabriel P. - "Hi, my solution gives the exact numerical values as the proposed solution, but it doesn't pass the tests. Am I missing something, or is this a bug? def findrevenueby_city(transactions: pd.DataFrame, users: pd.DataFrame, exchange_rate: pd.DataFrame) -> pd.DataFrame: gets user city for each user id userids = users[['id', 'usercity']] and merge on transactions transactions = transactions.merge(user_ids, how='left"See full answer

    Data Analyst
    Coding
    +1 more
  • "In my role as a Product Manager at a B2B SaaS startup, I encountered a situation where we were facing a critical issue with one of our key features. Our engineering team proposed a quick fix that would address the immediate problem, but it was clear that this solution wouldn't provide a sustainable long-term solution. Despite the pressure to implement the short-term fix and resolve the issue swiftly, I decided to advocate for a more comprehensive, long-term strategy that would address the root c"

    Shivam B. - "In my role as a Product Manager at a B2B SaaS startup, I encountered a situation where we were facing a critical issue with one of our key features. Our engineering team proposed a quick fix that would address the immediate problem, but it was clear that this solution wouldn't provide a sustainable long-term solution. Despite the pressure to implement the short-term fix and resolve the issue swiftly, I decided to advocate for a more comprehensive, long-term strategy that would address the root c"See full answer

    Management Consultant
    People Management
    +2 more
  • "Looking back on my most recent project, which involved developing a real-time market data processing platform in the derivatives trading function , there are a few things I would have done differently to improve the process and outcomes. Here’s a reflection on those aspects: 1. \\Enhanced Initial Stakeholder Engagement\\ What Happened: While we did conduct stakeholder meetings at the beginning of the project, some specific requirements and expectations emerged later in the process,"

    Scott S. - "Looking back on my most recent project, which involved developing a real-time market data processing platform in the derivatives trading function , there are a few things I would have done differently to improve the process and outcomes. Here’s a reflection on those aspects: 1. \\Enhanced Initial Stakeholder Engagement\\ What Happened: While we did conduct stakeholder meetings at the beginning of the project, some specific requirements and expectations emerged later in the process,"See full answer

    Behavioral
  • Amazon logoAsked at Amazon 

    "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
  • Booking.com logoAsked at Booking.com 

    "Optimizing Booking.com to improve conversion rates involves a strategic and holistic approach that considers various aspects of the user experience, website functionality, and marketing. Here are several strategies that could be employed: \\User-Centric Design:\\ \\Mobile Optimization:\\ Ensure the website is fully optimized for mobile devices, given the increasing number of users booking on smartphones. \\Intuitive Navigation:\\ Streamline the booking process with a cl"

    Rishi P. - "Optimizing Booking.com to improve conversion rates involves a strategic and holistic approach that considers various aspects of the user experience, website functionality, and marketing. Here are several strategies that could be employed: \\User-Centric Design:\\ \\Mobile Optimization:\\ Ensure the website is fully optimized for mobile devices, given the increasing number of users booking on smartphones. \\Intuitive Navigation:\\ Streamline the booking process with a cl"See full answer

    Product Manager
    Product Design
    +2 more
  • Google logoAsked at Google 
    Product Manager
    Product Strategy
  • Microsoft logoAsked at Microsoft 
    Video answer for 'Find the number of rotations in a circularly sorted array.'
    +8

    "function findRotations(nums) { if (nums.length 0 && nums[mid] > nums[mid-1]) { left = mid; } else { right = mid; } } return rig"

    Tiago R. - "function findRotations(nums) { if (nums.length 0 && nums[mid] > nums[mid-1]) { left = mid; } else { right = mid; } } return rig"See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Salesforce logoAsked at Salesforce 
    Video answer for 'Demo MongoDB for an Ecommerce Client'
    Solutions Architect
    Customer Interaction
  • Google logoAsked at Google 

    "3 fav products. Pick 1 and 10X it. My criteria: Add value to my life Easy to use My fav products: Pinterest Youtube Google Docs How would you 10X Youtube? Interviewee: 10X revenue? 10X user base? 10X sales? Interviewer: you can decide Interviewee: Ok, let’s discuss Youtube's mission and goal and we will determine which direction to proceed after Youtube: Global product. Has Red,Music,Kids,Premium. Subscription and Ads. 5B videos watched per day. 80% market share Missio"

    Cameron P. - "3 fav products. Pick 1 and 10X it. My criteria: Add value to my life Easy to use My fav products: Pinterest Youtube Google Docs How would you 10X Youtube? Interviewee: 10X revenue? 10X user base? 10X sales? Interviewer: you can decide Interviewee: Ok, let’s discuss Youtube's mission and goal and we will determine which direction to proceed after Youtube: Global product. Has Red,Music,Kids,Premium. Subscription and Ads. 5B videos watched per day. 80% market share Missio"See full answer

    Product Manager
    Product Design
    +1 more
  • Adobe logoAsked at Adobe 
    +5

    "bool isValidBST(TreeNode* root, long min = LONGMIN, long max = LONGMAX){ if (root == NULL) return true; if (root->val val >= max) return false; return isValidBST(root->left, min, root->val) && isValidBST(root->right, root->val, max); } `"

    Alvaro R. - "bool isValidBST(TreeNode* root, long min = LONGMIN, long max = LONGMAX){ if (root == NULL) return true; if (root->val val >= max) return false; return isValidBST(root->left, min, root->val) && isValidBST(root->right, root->val, max); } `"See full answer

    Data Engineer
    Coding
    +4 more
  • "Searching for podcasts over topics is quite easy nowadays. However, usually we either don't find any podcasts interesting enough or are overwhelmed with choice. What really indicates what podcast we want to listen to at the moment is our mood, energy level etc. Additionally, we typically have some requirements, like being on the train and having one hour to spend, or only a five-minute interval while preparing breakfast. As such, I want an interface that lets me search for length. I want my"

    Jonas P. - "Searching for podcasts over topics is quite easy nowadays. However, usually we either don't find any podcasts interesting enough or are overwhelmed with choice. What really indicates what podcast we want to listen to at the moment is our mood, energy level etc. Additionally, we typically have some requirements, like being on the train and having one hour to spend, or only a five-minute interval while preparing breakfast. As such, I want an interface that lets me search for length. I want my"See full answer

    System Design
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Product Manager
    Product Design
    +1 more
  • Tesla logoAsked at Tesla 

    "Too Technical and too serious. Show personality, they do not put on videos most times, so you won't see them, but they are watching you."

    Oluwaseun F. - "Too Technical and too serious. Show personality, they do not put on videos most times, so you won't see them, but they are watching you."See full answer

    Hardware Engineer
    Behavioral
  • +3

    "Goal of Google: Clarify: What exactly is Google podcast? A place for people who create podcasts to host their podcast? Great with that in mind.... Google's mission is to organize the world's information and make it universally accessible and useful Goal: From a podcast perspective, you can imagine that Google’s wants to organize the world's information and make it universally accessible and useful through a podcast. Actions: Two-sided user base: People who listen"

    A K. - "Goal of Google: Clarify: What exactly is Google podcast? A place for people who create podcasts to host their podcast? Great with that in mind.... Google's mission is to organize the world's information and make it universally accessible and useful Goal: From a podcast perspective, you can imagine that Google’s wants to organize the world's information and make it universally accessible and useful through a podcast. Actions: Two-sided user base: People who listen"See full answer

    Analytical
Showing 1821-1840 of 3949