Data Structures Basics and Big O Leetcode - Sum of Sub Array minimums
Software Development Intern Interview Questions
2,989 software development intern interview questions shared by candidates
Design LRU cache
Vaguely remember finding pairs of elements in array with same sum
What is the difference between an abstract class and an interface?
find the first unrepeated character in a string
Design a file system with basic CRUD operations and some more
1st round: The technical interviews consisted of a leetcode-style easy question, and a playlist shuffling question. Both of these interviews didn't expect you to actually have runnable code, just an explained thought process. Final round: Many behavioral questions were asked about my ability to work with others. The coding interview was a sudoku based question.
How would you implement the "estimated time to completion" feature of a progress bar?
You're in a conference room and the window is broken. What's the temperature outside?
You have 2 linked lists, return a list with the intersection. For example: Input: L1 = { 1,2,5,10} L2 = {9,4,5,10,15} return {5,10}
Viewing 201 - 210 interview questions