How would you implement int atoi ( const char * str );
Software Developer Intern Interview Questions
2,851 software developer intern interview questions shared by candidates
what is the angle between the hours and minutes hand in an analog clock when the time is 3:15?
Write a function to convert First Name, Last Name to Last Name, First Name.
Given a dollar value, write a function that calculates the number of possible coin combinations that make up that value.
I've been asked three questions. The only one I missed is quite a basic question:If you want to do something before Java GC recycle the object?
2nd largest number in an array
if A! + B! + C! = ABC and A, B, C are single digit numbers, find A, B, and C.
Given an array of 1..n numbers with 2 numbers missing in it find the missing ones.
what is the best way to find the duplicates within two intersecting linked list?
3) Given a N*N array where N is even such as 4, 8 and so on . Print the array from the center. a= [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16] the output should be [6 10 12 7 3 2 1 5 9 13 14 15 16 12 8 4 ] .
Viewing 11 - 20 interview questions