Skip to main content

MongoDB Interview Questions

Review this list of 7 MongoDB interview questions and answers verified by hiring managers and candidates.
  • MongoDB logoAsked at MongoDB 
    11 answers
    +8

    "In my time at Snapp! I was in charge of communicating the product backlog to our CEO. We had a shared Jira board that he had access to and I made specifically for him. One day he saw me in the office and said he doesn’t know anything about our backlog and that’s because I failed to communicate with him. I got upset at first because of the fact that I made the dashboard exclusively for him. But I tried to ask questions to understand his point of view in depth. He then mentioned he doesn't have t"

    Ra R. - "In my time at Snapp! I was in charge of communicating the product backlog to our CEO. We had a shared Jira board that he had access to and I made specifically for him. One day he saw me in the office and said he doesn’t know anything about our backlog and that’s because I failed to communicate with him. I got upset at first because of the fact that I made the dashboard exclusively for him. But I tried to ask questions to understand his point of view in depth. He then mentioned he doesn't have t"See full answer

    Product Manager
    Behavioral
    +9 more
  • MongoDB logoAsked at MongoDB 
    4 answers
    +1

    "· Listen both sides and without any bias. Support or focus on the problem rather than person. Take necessary steps in case there is middle ground its well and good if both parties agree. If not be honest and support the person who is correct. Ultimate goal is to be useful for overall project and company rather individual satisfaction. The approach should be fit into overall team goal."

    BePostive - "· Listen both sides and without any bias. Support or focus on the problem rather than person. Take necessary steps in case there is middle ground its well and good if both parties agree. If not be honest and support the person who is correct. Ultimate goal is to be useful for overall project and company rather individual satisfaction. The approach should be fit into overall team goal."See full answer

    Product Manager
    Behavioral
    +2 more
  • MongoDB logoAsked at MongoDB 
    24 answers
    +21

    " def is_valid(s: str) -> bool: pass # your code goes here n = len(s) if n % 2 != 0: return False ht={} ht['}'] = '{' ht[')']='(' ht[']']='[' stack=[] for i in range(0, len(s)): if s[i] in ht.values(): stack.append(s[i]) else: if stack[-1] == ht[s[i]]: stack.pop(-1) if len(stack) == 0: return True else: return False debug your code below print(is_valid("

    Anonymous Quail - " def is_valid(s: str) -> bool: pass # your code goes here n = len(s) if n % 2 != 0: return False ht={} ht['}'] = '{' ht[')']='(' ht[']']='[' stack=[] for i in range(0, len(s)): if s[i] in ht.values(): stack.append(s[i]) else: if stack[-1] == ht[s[i]]: stack.pop(-1) if len(stack) == 0: return True else: return False debug your code below print(is_valid("See full answer

    Software Engineer
    Data Structures & Algorithms
    +4 more
  • MongoDB logoAsked at MongoDB 
    1 answer

    "performance issues and sudden spikes on input requests by scaling techniques and optimization."

    Srini K. - "performance issues and sudden spikes on input requests by scaling techniques and optimization."See full answer

    Software Engineer
    Behavioral
    +6 more
  • MongoDB logoAsked at MongoDB 
    1 answer

    "After researching Glassdoor, I provided an in-depth answer that incorporated my interest in DB technologies, alignment with career objectives, and ability to make an impact from professional experience. "

    Dave F. - "After researching Glassdoor, I provided an in-depth answer that incorporated my interest in DB technologies, alignment with career objectives, and ability to make an impact from professional experience. "See full answer

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

  • "I walked through the code for a react.js based tic-tac-toe game written in typescript. The goal was to find ways to improve the code/ suggest improvements. I missed some areas like where state was being updated directly rather than using React's setState. There were issues around clear and maintainable logic, adherence to React best practices."

    Natalie C. - "I walked through the code for a react.js based tic-tac-toe game written in typescript. The goal was to find ways to improve the code/ suggest improvements. I missed some areas like where state was being updated directly rather than using React's setState. There were issues around clear and maintainable logic, adherence to React best practices."See full answer

    Engineering Manager
    Coding
  • MongoDB logoAsked at MongoDB 
    1 answer

    "test"

    Sean S. - "test"See full answer

    Product Manager
    Product Design
Showing 1-7 of 7