Given Two relations, display all customer's orders: Customer(Name, ID) Order(CustomerID, OrderID)
Software Engineer Intern Interview Questions
9,453 software engineer intern interview questions shared by candidates
1. KnapSack DP 2. BFS based algorithm 3. Greedy
How would you test this plastic, compostable knife?
The most unexpected interview was when I was supposed to interview my interviewer during lunch. While not entirely difficult, it was totally unexpected.
Employees often borrow equipment from the equipment room and it often goes missing. Describe a system that solves this problem.
Why are you using Windows Phone 8 phone and developing Windows 8 apps ? Dont you know Android is the no.1 mobile operating system ?
Find the longest palindrome in a string
Describe how you would install and configure a router for a home network?
There were behavioral questions and some technical questions. The one technical question I remembered was N-queens problem.
"Given an array of integers, return the indices of the two numbers that add up to a specific target." Example: Input: nums = [2, 7, 11, 15], target = 9 Output: [0, 1] Explanation: nums[0] + nums[1] = 2 + 7 = 9
Viewing 1401 - 1410 interview questions