Skip to main content

Microsoft Backend Engineer Interview Questions

Review this list of Microsoft Backend Engineer interview questions and answers verified by hiring managers and candidates.
  • Microsoft logoAsked at Microsoft 
    Video answer for 'Tell me about a time you made a mistake.'
    +94

    "Let me tell you about a time where a website I managed suddenly showed slow performance and the mistake on our side was it was unnoticed until a user reported the issue to management. As a PM for that project, I took full responsibility of the situation and worked with the engineering team to quickly resolve it. This mistake taught me the importance of focusing and monitoring non functional requirements as well in addition to new feature development /adoption where I was mostly spending my time"

    Sreenisha S. - "Let me tell you about a time where a website I managed suddenly showed slow performance and the mistake on our side was it was unnoticed until a user reported the issue to management. As a PM for that project, I took full responsibility of the situation and worked with the engineering team to quickly resolve it. This mistake taught me the importance of focusing and monitoring non functional requirements as well in addition to new feature development /adoption where I was mostly spending my time"See full answer

    Backend Engineer
    Behavioral
    +8 more
  • Microsoft logoAsked at Microsoft 
    +24

    "We can use dictionary to store cache items so that our read / write operations will be O(1). Each time we read or update an existing record, we have to ensure the item is moved to the back of the cache. This will allow us to evict the first item in the cache whenever the cache is full and we need to add new records also making our eviction O(1) Instead of normal dictionary, we will use ordered dictionary to store cache items. This will allow us to efficiently move items to back of the cache a"

    Alfred O. - "We can use dictionary to store cache items so that our read / write operations will be O(1). Each time we read or update an existing record, we have to ensure the item is moved to the back of the cache. This will allow us to evict the first item in the cache whenever the cache is full and we need to add new records also making our eviction O(1) Instead of normal dictionary, we will use ordered dictionary to store cache items. This will allow us to efficiently move items to back of the cache a"See full answer

    Backend Engineer
    Data Structures & Algorithms
    +6 more
  • Microsoft logoAsked at Microsoft 
    Video answer for 'Design a key-value store.'

    "Simple file system ( Hash Map , LSM trees), and consistent hashing. I failed to discuss about conflicts ( Versioning)"

    V V. - "Simple file system ( Hash Map , LSM trees), and consistent hashing. I failed to discuss about conflicts ( Versioning)"See full answer

    Backend Engineer
    System Design
    +2 more
  • Microsoft logoAsked at Microsoft 

    "I don't have relevant experience so I gave an approach according to my understanding. feedback: understanding  how to define a semantic model. ( My answer and approach mentioned didn't indicate that) i am working on all the constructive feedback provided. hoping this feedback helps someone else"

    Praniti S. - "I don't have relevant experience so I gave an approach according to my understanding. feedback: understanding  how to define a semantic model. ( My answer and approach mentioned didn't indicate that) i am working on all the constructive feedback provided. hoping this feedback helps someone else"See full answer

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

Showing 1-4 of 4