Dynamic programming
Microsoft Software Engineer Interview Questions
41 microsoft software engineer interview questions shared by candidates
Interview Questions: Move zeros, HTTP mechanics, vending machine design, particle collision, custom DP/math problem Behavioral: current role, team dynamics, projects
What goals do you have for your career?
Print the nodes of a binary tree level by level
Tell me what happens when you click the power button on a PC.
Write a program that, given an integer, checks if it is a palindrome
I described the full stack for an ecommerce microservice. I had just built one so it was no problem. As a follow up, I was given several business needs and I needed to walk through what I needed to implement from the front end to the service layer. The question felt easy because I had just finished completing one and both interviewers went as deep very quickly to see what I knew and what I didnt.
Given a string and a pattern (string) where asterisks represent wildcards, determine if the string matches the pattern. Input: "Oh happy day" (string), "O*app*" (pattern) Output: true
Describe a project you're currently working on. (They also highlighted a specific project from my resume and asked me to describe it as well.)
Find the length of the longest numeric sequence in an unsorted array of integers. Input: [11,5,1,8,3,9,4,6] Output:4
Viewing 31 - 40 interview questions