fibonacci
Internship Engineer Interview Questions
24,163 internship engineer interview questions shared by candidates
Explain what inheritance is.
Sort a list
I can't tell you the details but they were about algorithms and data structures. At the beginning, they seemed not that hard but the follow-ups were challenging.
Given two arrays, find the same element in both arrays.
Implement pow() function to calculate power between BIG numbers. e.g. pow(7349735853974, 389274834729)
Search question - some minor modification to binary search.
Get the longest segment of an array thats sum is less than a given number
Given a binary array of 0 and 1, u are provided with a function taking l and r as inputs and it return a boolean answer whether there exists a '1' in between l and r or not. We needed to find the indices of every occurence of '1' in the array using minimum calls to the given function.
Behavioral question: tell me about yourself (that's the only behavioral question they ask). Technical questions: graphs, data structure and algorithms questions
Viewing 1791 - 1800 interview questions