A couple tricky questions. One required writing a modified binary search, the other dealt with data structures and how to efficiently check if a given set of numbers contained two numbers summing to some other number x.
Interns Interview Questions
248,284 interns interview questions shared by candidates
How could you contribute to our company?
Write an algorithm to insert a new value into a circular sorted linked list.
Given an array of integers that has a peak integer (left neighbor < peak > right neighbor), find the peak integer.
why did you apply to schindler
Linked list memory management: deleting a node from the middle of a list was easy. Next question - how to delete a node from the end of a list. Was too tired to think and realize this was a trick question.
Mini Case: eBay is getting complaints from customers that the site doesn't have enough product selection. To increase product selection eBay runs a promotion and decides to waiver the listing fees for all sellers. eBay's earns revenue from the listing fees and as a % of sales transaction and the bulk of revenue comes as a commission over sales transactions. The promotion instead of increasing the revenue results in a drop in revenue for eBay. Explain
What is 29^2?
Go through the resume?
Write a function that returns the square root of a number (obviously without using any sort of built-in square root function).
Viewing 311 - 320 interview questions