Skip to content

Latest commit

 

History

History
 
 

Netflix

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Netflix Interview Questions

Coding round questions

  • Write a contains() function in JavaScript
  • Enhance the contains function to make it part of the JavaScript system(e.g. HTMLElement.prototype)
  • How do you find the union and intersection of two lists assuming millions of values?
  • How do you optimize the solution?
  • Write code to implement a singleton.

Technical Interview Questions

  • What is a singleton?

Data Structures and Algorithms
  • There are 10000 servers and need to send a file of size 1MB to each server, starting from a laptop. There is only 1 MB of bandwidth between each server. What's the shortest time possible to send this file to all the servers?

DBMS


Operating System


System Design