Onsite Interview #1: algorithms question like phone interview #2
Software Developer Internship Interview Questions
23,674 software developer internship interview questions shared by candidates
fibonacci
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.
Viewing 1741 - 1750 interview questions