Flip a bit in a uint32 using C.
Software Engineer Cc Interview Questions
666,129 software engineer cc 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).
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...
How would you test if a binary tree were symmetrical and balanced.
How do you detect for the first repeated character in a string? How do you detect whether or not a word is a palindrome?
What is the fast sorting algorithm and why?
Write a function atoi in C, which takes a String as input, such as "123", and outputs an int, in this case 123.
The 2-minutes part is a bit unexpected, I am not a native language speaker, I read a bit slow, so I can only finish about 60% percent of the questions.
Within 2-3 hours write a program that reads words from a large file, counts how many times an individual word occurs and output them in the order of decreasing number of occurrences. The language doesn't matter, just negotiate the programming environment you prefer in advance.
Viewing 1311 - 1320 interview questions