Skip to main content

Interview Questions

Review this list of 4,415 interview questions and answers verified by hiring managers and candidates.
  • DoorDash logoAsked at DoorDash 

    "I like Spotify, because Spotify has a social element and an element of community that other music apps do not. The ability to see what friends are listening to, make playlists/jams with friends, and enjoy the "wrapped" at the end of the year (which is also an incredible social sharing tactic), is what sets it apart from other apps."

    Madeline S. - "I like Spotify, because Spotify has a social element and an element of community that other music apps do not. The ability to see what friends are listening to, make playlists/jams with friends, and enjoy the "wrapped" at the end of the year (which is also an incredible social sharing tactic), is what sets it apart from other apps."See full answer

    Product Manager
    Behavioral
  • Microsoft logoAsked at Microsoft 
    Product Manager
    Product Design
  • Amazon logoAsked at Amazon 

    "DevOps Engineer Interview Questions for 3+ yrs experience candidate"

    Vishwanath K. - "DevOps Engineer Interview Questions for 3+ yrs experience candidate"See full answer

    Machine Learning Engineer
    Concept
  • Flipkart logoAsked at Flipkart 
    Engineering Manager
    Product Design
    +1 more
  • Google logoAsked at Google 

    "The main strength is the huge market size that it already has. Other strength is the way google works is really familiar to everyone who use android Challenge Increase the revenue if the volume keeps at the same level Keep being in the top of mind on the users with the high competence"

    Cristina E. - "The main strength is the huge market size that it already has. Other strength is the way google works is really familiar to everyone who use android Challenge Increase the revenue if the volume keeps at the same level Keep being in the top of mind on the users with the high competence"See full answer

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

  • "Submitted before deadline and described the creativity behind the new website"

    Promise S. - "Submitted before deadline and described the creativity behind the new website"See full answer

    Frontend Engineer
    Product Design
    +1 more
  • Microsoft logoAsked at Microsoft 

    "Understand who will use the kitchen is the first step"

    Anonymous Impala - "Understand who will use the kitchen is the first step"See full answer

    Technical Program Manager
    Product Design
    +1 more
  • Yahoo logoAsked at Yahoo 

    "Open Oriented programming is a way to organize code around objects rather then functions."

    Yasir M. - "Open Oriented programming is a way to organize code around objects rather then functions."See full answer

    Software Engineer
    Concept
  • Nvidia logoAsked at Nvidia 

    "def containSubString(mainString, SubString): s1 = "hello world" # main String s2 = "hello" s3 = "world" s4 = "Nothing" answer1 = containSubString(s1, s2) answer2 = containSubString(s1, s3) answer3 = containSubString(s1, s4) print(answer1 , answer2, answer) "

    Jalpa S. - "def containSubString(mainString, SubString): s1 = "hello world" # main String s2 = "hello" s3 = "world" s4 = "Nothing" answer1 = containSubString(s1, s2) answer2 = containSubString(s1, s3) answer3 = containSubString(s1, s4) print(answer1 , answer2, answer) "See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Mistral AI logoAsked at Mistral AI 
    Product Manager
    Artificial Intelligence
    +1 more
  • Reddit logoAsked at Reddit 
    Product Manager
    Behavioral
  • Product Manager
    Product Strategy
  • ElevenLabs logoAsked at ElevenLabs 
    Software Engineer
    Behavioral
  • Meta logoAsked at Meta 

    "Target market \# of users: Almost every household requires groceries Frequency of problem: Groceries are a perishable item and is bought frequently to be consumes fresh Importance of problem: Groceries are a necessity for survival - so it's a highly important problem Internal company assessment Assuming this has to be built by Facebook. It marginally aligns with the company mission and existing business model of ads driven revenue Players in ecosystem: Grocery suppliers, User (consum"

    Rahul J. - "Target market \# of users: Almost every household requires groceries Frequency of problem: Groceries are a perishable item and is bought frequently to be consumes fresh Importance of problem: Groceries are a necessity for survival - so it's a highly important problem Internal company assessment Assuming this has to be built by Facebook. It marginally aligns with the company mission and existing business model of ads driven revenue Players in ecosystem: Grocery suppliers, User (consum"See full answer

    Product Manager
    Product Design
  • Meta logoAsked at Meta 

    "reduce lag time and latency. people joining at a given time for adoption."

    Utsav M. - "reduce lag time and latency. people joining at a given time for adoption."See full answer

    Product Manager
    Analytical
    +1 more
  • +4

    "def flatten_dictionary(dictionary): \# return a flattened dictionary - int/string/another dictionary values \# if the key is empty, exclude from the output \# concat using a "." btwn them \# add to res which is { "key.a.b.etc": "value" } \# iterate through the key value pairs \# while there is a key value pair in the value \# continue going through that, until the value is an int/string flatDic = {} flatDicHelper("", dictionary, flatDic) print(flatDic) return flatDic def flatDicHelper(initialKey"

    Anonymous Owl - "def flatten_dictionary(dictionary): \# return a flattened dictionary - int/string/another dictionary values \# if the key is empty, exclude from the output \# concat using a "." btwn them \# add to res which is { "key.a.b.etc": "value" } \# iterate through the key value pairs \# while there is a key value pair in the value \# continue going through that, until the value is an int/string flatDic = {} flatDicHelper("", dictionary, flatDic) print(flatDic) return flatDic def flatDicHelper(initialKey"See full answer

    Data Structures & Algorithms
    Coding
  • "An Object Oriented programming deals with data and members. An Object Oriented Programming consumes more memory. An OOPS Consist of bottom-up approach. An OOPS is more secure Than POP. POP. An POP deals with Functions. An POP is less secure compare to OOPS. An POP contains less memory. An POP doesnt contain acess Modifiers."

    Arun G. - "An Object Oriented programming deals with data and members. An Object Oriented Programming consumes more memory. An OOPS Consist of bottom-up approach. An OOPS is more secure Than POP. POP. An POP deals with Functions. An POP is less secure compare to OOPS. An POP contains less memory. An POP doesnt contain acess Modifiers."See full answer

    Software Engineer
    Concept
  • "Here is what I understand from the question. Riders use "scheduled rides" to schedule rides for upto 24 hours in advance. Do drivers see these scheduled rides before? Assuming no. The drivers get matched 30min before the scheduled ride. Possible factors in matching Location of driver Location of rider No. of rides the driver has had? Maybe give preference to new drivers? Scheduled rides are only single party rides (no pool,etc) What is our goal here? Maximi"

    Unicorn 2. - "Here is what I understand from the question. Riders use "scheduled rides" to schedule rides for upto 24 hours in advance. Do drivers see these scheduled rides before? Assuming no. The drivers get matched 30min before the scheduled ride. Possible factors in matching Location of driver Location of rider No. of rides the driver has had? Maybe give preference to new drivers? Scheduled rides are only single party rides (no pool,etc) What is our goal here? Maximi"See full answer

    Analytical
    Execution
    +1 more
  • Google logoAsked at Google 
    Product Designer
    Behavioral
    +1 more
Showing 2521-2540 of 4415