Why do you want to work here?
Software Engineer Intern Interview Questions
9,750 software engineer intern interview questions shared by candidates
Solve a problem using your favorite programming language
1)Pillar of OOPS 2)Put two <div> side by side in html page 3)Implement queue using stack and how it can be improved 4)Why DSA and why you enjoy problem solving 5)Where you have deployed the project and problems faced while making it.
The general OOP process, including virtual functions and then some basic DP / graph questions
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