First round - 2 coding questions 2nd question: Asks you to compute the stock price averaged over time.
Developer Intern Interview Questions
5,251 developer intern interview questions shared by candidates
There are two arrays A1 and A2. Find out the pairs of numbers in A2 which were in reverse order in A1. For ex. A1 = 2 6 5 8 1 3 A2 = 1 2 3 4 5 6 Answer: 1 & 2 1 & 3 5 & 6
An Optimization Problem based on 12 floors and 3 lifts.
What made you apply to Ellucian
What is are the advantages static members?
Given some rules of an alphabet (like a->c, 'a' comes before 'c'), find the alphabet.
Difference between memmove() and memcpy() in c. Implement your own memmove() and memcpy() functions.
A technical question about traversing a made up data structure somewhat similar to a binary tree but with additional restrictions. Was not too difficult to do recursively but then they asked for an iterative solution which was more challenging.
How will you implement the shuffle function in iPod given a random number generator (0, 1) API?
Find the intersection of two linked list.
Viewing 561 - 570 interview questions