The general OOP process, including virtual functions and then some basic DP / graph questions
Intern Software Engineer Interview Questions
9,750 intern software engineer interview questions shared by candidates
Design and submit a project
Solve a problem using your favorite programming language
What do you mean by binding in Java?
1 Introduce yourself 2 what are you work ethics 3 strength and weaknesses
How would you implement a fair randomized shuffling algorithm?
Nothing was too difficult. The coding question was just to find, within a list of integers, the longest sequence of consecutively increasing numbers.
Given an array of integers, determine how many sequences there are of numbers that increase to a point then decrease, with at least two on each side of the max value (example: 1, 4, 5, 3, 1)
Was asked to write a program to print 3 for all numbers less than 100 divisible by 3, 5 for all numbers less than 100 divisible by 5 and 3 and 5 for all numbers less than 100 divisible by both 3 and 5.
Given two sorted arrays and a number k, find the kth largest number in the union of the two arrays. Do it in place and in O(log n)
Viewing 471 - 480 interview questions