Bfs implementation Merge sort implementation
Software Development Intern Interview Questions
2,990 software development intern interview questions shared by candidates
Tell me about yourself and Projects.
similar to this question https://leetcode.com/problems/partition-array-for-maximum-sum/ Given an integer array arr, partition the array into (contiguous) subarrays of length at most k. After partitioning, each subarray has their values changed to become the maximum value of that subarray. Return the largest sum of the given array after partitioning. Test cases are generated so that the answer fits in a 32-bit integer.
Coin puzzle, SQL queries, project discussion, question on BST, OOPS concepts question
Simple questions about networking protocols: TCP/UDP, array vs list, etc.
Tell me about a time you failed and recovered.
Pillars of oops ACID properties Method overloading vs Method override main method in JAVA explaination
Describe how Siri works. What would you create based off of how siri works? How would you analyze log output using code, but code it up and explain what works and what wouldn't work.
Was asked questions on Android runtime, software optimization, parallel computing, threading, battery consumption, software debugging, C++ and Java.
1] Given a series of data, cluster it into sub components. It was for a specific use case which was fun to solve. Prepare HashMap well. 2] Given 2 rectangles, find out the smaller rectangle which is formed by the intersection of the larger rectangles. 3] Given a 2D matrix filled with 1s and 0s, find out the number of connected components of 1s.
Viewing 1961 - 1970 interview questions