Find the largest sum of consecutive integers in an array?
Intern Software Engineer Interview Questions
9,334 intern software engineer interview questions shared by candidates
Knapsack Problem
The programming question consisted of writing a program to sum up the elements in an array that are divisible by two numbers given. So let's say you have an array [1, 2, 3, ... 10]. Then given two numbers, say 3 and 5, you want to sum up the numbers divisible by 3 or 5 in that array and return the value. So it would be 3+5+6+9+10. Also he asked me some general programming questions like what inheritance is and what the difference between an object and a class is.
the process question was difficult to get the improved idea.
How would you delete/add an element from a linked list?
There were no curveballs, and the questions were run-in-the-mill programming interview questions.
what have you been doing so far ?
fibonacci sequence question different ways to solve
Find missing number in array of numbers
What's css box? What if defining a javascript variable without the type "var"? What is html DOM?
Viewing 311 - 320 interview questions