Flip a bit in a uint32 using C.
Software Enginner Interview Questions
420,052 software enginner interview questions shared by candidates
You have an array of numbers. For example: [-5, 1, 7, -3, 4] Find the pair with the greatest product.In the example above, it would be 28(7x4).
Given an array, return the nth largest.
Bar-raiser was difficult and unexpected (to me) as I'm from embedded application dev background and haven't dealt with such scenario's.
Leetcode
In my interview the most challenging question was: How to get the 3rd element in a singly linked list, if you you the last one.
There are many conference room at Amazon, your manager want you to book a conference room for a meeting. The number of people and time is given. Please return a list of rooms which are available at that time and have enough capacity.
Given an NxN matrix, find out the number of ways to get to the NxNth cell from the 1x1 cell...
Reverse a string in-place.
Given a value and an array of integers, find if there are two integers in the array that add up to the value.
Viewing 1141 - 1150 interview questions