Skip to main content

Interview Questions

Review this list of 4,415 interview questions and answers verified by hiring managers and candidates.
  • Software Engineer
    Behavioral
  • Amazon logoAsked at Amazon 
    Machine Learning Engineer
    Behavioral
    +1 more
  • +1

    "I would structure my answer in the following way: What's the situational context? Mission of Uber Making transportation easy by creating a platform for connecting drivers and riders Key market trends: In top tier cities there are players in the food delivery market and the size of the pie is growing fast What would feed into the decision-making? The new platform should be able to connect customers and restaurants. The key things needed to make this platform success"

    pmpractice - "I would structure my answer in the following way: What's the situational context? Mission of Uber Making transportation easy by creating a platform for connecting drivers and riders Key market trends: In top tier cities there are players in the food delivery market and the size of the pie is growing fast What would feed into the decision-making? The new platform should be able to connect customers and restaurants. The key things needed to make this platform success"See full answer

    Product Manager
    Analytical
    +1 more
  • LinkedIn logoAsked at LinkedIn 

    "Clarifying Qs: Question: Would this be a standalone platform, or be integrated into the existing LinkedIn web application and mobile applications? Answer: Integrated into the existing LinkedIn web application and mobile applications. Question: What are the goals of a video conferencing platform for LinkedIn? Answer: You decide. Let's think about LinkedIn's mission statement, which is to connect the world's professionals to make them more productive and successful. LinkedIn's co"

    Jessica A. - "Clarifying Qs: Question: Would this be a standalone platform, or be integrated into the existing LinkedIn web application and mobile applications? Answer: Integrated into the existing LinkedIn web application and mobile applications. Question: What are the goals of a video conferencing platform for LinkedIn? Answer: You decide. Let's think about LinkedIn's mission statement, which is to connect the world's professionals to make them more productive and successful. LinkedIn's co"See full answer

    Product Strategy
    Program Sense
  • Statistics & Experimentation
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • " a. The above scenario leads us to believe that the project ClickUp suffers from customer engagement. It also leads us to believe that ClickUp has trouble on-boarding non-traditional customers, since most of the current users already have a taste of conventional PM tools like JIRA, Monday and Asana. This would lead us to believe that the customers have trouble on-boarding themselves, or find it much more difficult to use this app in the day-to-day. Hence what would help is to focus on the DAU/MA"

    Kushagra manish -. - " a. The above scenario leads us to believe that the project ClickUp suffers from customer engagement. It also leads us to believe that ClickUp has trouble on-boarding non-traditional customers, since most of the current users already have a taste of conventional PM tools like JIRA, Monday and Asana. This would lead us to believe that the customers have trouble on-boarding themselves, or find it much more difficult to use this app in the day-to-day. Hence what would help is to focus on the DAU/MA"See full answer

    Product Manager
    Analytical
    +1 more
  • "Learn to know why they want to switch and also make sure their understanding about the new role is in line with organization standards. Train them if they are lagging in some aspects and make sure to layout a plan for them to grow in that direction. Put them in pilot project or as shadow manager for some time if there are any opportunities in the organization. Once they are up to speed help them applying internally to the specific position."

    BePostive - "Learn to know why they want to switch and also make sure their understanding about the new role is in line with organization standards. Train them if they are lagging in some aspects and make sure to layout a plan for them to grow in that direction. Put them in pilot project or as shadow manager for some time if there are any opportunities in the organization. Once they are up to speed help them applying internally to the specific position."See full answer

    Behavioral
  • Amazon logoAsked at Amazon 
    +1

    "To determine if a graph is not a tree, you can check for the following conditions: Presence of cycles: A graph is not a tree if it contains cycles. In a tree, there should be exactly one unique path between any two vertices. If you can find a cycle in the graph, it cannot be a tree. Insufficient number of edges: A tree with N vertices will have exactly N-1 edges. If the graph has fewer or more than N-1 edges, then it is not a tree. Disconnected components: A tree is a connected graph, m"

    Vaibhav C. - "To determine if a graph is not a tree, you can check for the following conditions: Presence of cycles: A graph is not a tree if it contains cycles. In a tree, there should be exactly one unique path between any two vertices. If you can find a cycle in the graph, it cannot be a tree. Insufficient number of edges: A tree with N vertices will have exactly N-1 edges. If the graph has fewer or more than N-1 edges, then it is not a tree. Disconnected components: A tree is a connected graph, m"See full answer

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

    "Law is my passion. Traveling all over the world in 5 years"

    Moshe S. - "Law is my passion. Traveling all over the world in 5 years"See full answer

    Software Engineer
    Behavioral
    +4 more
  • Nvidia logoAsked at Nvidia 

    "`#include using namespace std; void printNumbersTillN(int n){ if(n_==0){ return; } printNumbersTillN(n-1); // go to the end -> reach 1 cout>_n; printNumbersTillN(n); }`"

    Jet 1. - "`#include using namespace std; void printNumbersTillN(int n){ if(n_==0){ return; } printNumbersTillN(n-1); // go to the end -> reach 1 cout>_n; printNumbersTillN(n); }`"See full answer

    Software Engineer
    Coding
  • +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

    Analytical
    Execution
  • Roblox logoAsked at Roblox 
    Product Manager
    Behavioral
  • LangChain logoAsked at LangChain 
    Software Engineer
    System Design
  • Amazon logoAsked at Amazon 

    "· Support team members to grow, people oriented, have ability to deal with underperformers, influential and motivational skills · Can deal with multiple releases and able to manage resource crunch"

    BePostive - "· Support team members to grow, people oriented, have ability to deal with underperformers, influential and motivational skills · Can deal with multiple releases and able to manage resource crunch"See full answer

    Product Manager
    Behavioral
  • Walmart Labs logoAsked at Walmart Labs 

    " import java.util.*; enum RideType { SHARED, PRIVATE, EXECUTIVE } enum VehicleType { SEDAN, SUV, HATCHBACK, LUXURY, VAN, ELECTRIC, AUTO_RICKSHAW, BIKE_TAXI } final class Location { private final double logitude; private final double latitude; private final String location; public Location(double logitude, double latitude, String location){ this.logitude = logitude; this.latitude = latitude; this.l"

    Yash G. - " import java.util.*; enum RideType { SHARED, PRIVATE, EXECUTIVE } enum VehicleType { SEDAN, SUV, HATCHBACK, LUXURY, VAN, ELECTRIC, AUTO_RICKSHAW, BIKE_TAXI } final class Location { private final double logitude; private final double latitude; private final String location; public Location(double logitude, double latitude, String location){ this.logitude = logitude; this.latitude = latitude; this.l"See full answer

    Backend Engineer
    System Design
  • Google logoAsked at Google 

    "I answered taking Restaurant as a sub product area and built the strategy around that."

    Srisha K. - "I answered taking Restaurant as a sub product area and built the strategy around that."See full answer

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

    Analytical
    Execution
  • Visa logoAsked at Visa 

    "Clarifying questions: How can we define a transaction? incoming /outcoming funds? A successful outcoming transaction as a wire transfer and requested by the payer or account holder. New users/ existing users? both Which platform for transaction requests? mobile/ desktop? both Are transactions direct from payer to beneficiary through a third-party such as banking/ financial services? yes Are there any bounds to time/resource constraint for transactions? E.g. internal, domestic or in"

    Anna H. - "Clarifying questions: How can we define a transaction? incoming /outcoming funds? A successful outcoming transaction as a wire transfer and requested by the payer or account holder. New users/ existing users? both Which platform for transaction requests? mobile/ desktop? both Are transactions direct from payer to beneficiary through a third-party such as banking/ financial services? yes Are there any bounds to time/resource constraint for transactions? E.g. internal, domestic or in"See full answer

    Product Manager
    Estimation
Showing 1961-1980 of 4415