Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Twitter Interview Questions

Coding round questions

  • Given a tuple for eg.(a,b,c) Output: (*, *, ), (, , c), (, b, ), (, b, c), (a, *, *), (a, *, c), (a, b, *), (a, b, c)
  • Convert infix expression into postfix
  • Write code that walks through all source code starting from a root directory and create a histogram of the number of characters per line across all files.
  • "Critique" a snippet of code pasted on collabedit.
  • Given an array with all elements sorted on each individual row and column find the K-th smallest one.
  • Implement a hast table.

Technical Interview Questions
Data Structures and Algorithms



DBMS



Operating System

System Design

Miscellaneous