They asked me about my expectation from this internship and where i see my self from now.
Associate Web Developer Interview Questions
137 associate web developer interview questions shared by candidates
I was asked where I see myself after the internship after some years
I was asked to describe myself, how I saw myself after the internship period, when last I failed to submit an assignment and so on.
Where did you see yourself after the internship?
What do you like about the company ?
Tell us about your personal experience with web development.
Q: Why have you applied for this Internship program?
Iterate through a string of numbers and return a string containing only the even numbers
Basic CSS, array manipulations, generic tell me about yourself stuff.
Given an array, we have to find out next largest element in that array with less than O(n^2) complexity for all elements, if there is no next large element, return -1 e.g. Array is { 2, 5, 3, 8,6 } answer should be : {5, 8, 8, -1, -1}
Viewing 11 - 20 interview questions