First Round - Coding
Question - You are given a input word and a set of tokens. return true if the input word can be split into the tokens else return false. Leet code medium level problem
Second Round - Design
Question - Design a LRU cache with the functions read(), print(), clear() and deleteItems() from cache