Write code to solve a problem in Polish notation. e.g : 1 2 3 + / is 1/(2+3)
Software Interview Questions
551,385 software interview questions shared by candidates
How would you reverse a singly-linked list?
implement a function thet gets a string ans prints all string permutetions
Implement a LRU cache.
You were part of the Microsoft Azure team. We got a call at 2am in the morning from a customer telling us that the service is down. What could possibly happen?
First part: Given a sorted array that was "shifted", e.g., [1, 2, 3, 4] ---> [2, 3, 4, 1], write an algorithm that finds the maximum value in the array. Second part: Improve the time complexity using parallel computing.
Write code that reverses words in a string.
write a method to return the duplicate in a integer array
Study your entire book from college because all they really care about is algorithms.
Check if we can turn a string into palindrome by swapping its characters?
Viewing 2861 - 2870 interview questions