Calculating the max execution time of a program that had to fit into a certain size of memory on an embedded device.
Software Engineering Intern Interview Questions
12,189 software engineering intern interview questions shared by candidates
How to delete the file "-f" with rm.
Write this function (on a Google doc): /*How many ways can you make change given the following denominations? ie, if numCentsToMake is 6 and denominations is [25, 10, 5, 1], then it should return 2: either a nickel and a penny or 6 pennies.*/ int numWaysToMakeChange(int numCentsToMake, int[] denominations)
Given a binary search tree, return the most approximate number to the one passed as input.
Operating system questions, explaining some concept like process, thread, ... Also some acronym that I can't recall.
Print tree level by level, with a new line for each level
Reverse a linked list destructively
Write a function to determine if a string is a palindrome.
compute the square root of x
How would you make Facebook faster?
Viewing 261 - 270 interview questions