Total 4 rounds
Karat (3rd party interview)
Questions :
a. https://leetcode.com/problems/transpose-matrix/
b. https://leetcode.com/problems/find-and-replace-pattern/
Some system design questions also asked in this interview
System design interview
a. Design dropbox
Peer programing
a. Given an array find min, max , median and average with least complexity
DS ans Algo
Given a string like "I want to work for {new{company}}"
and a hashmap
new = old
oldcompany = Google
you need to replace all keys to values as per hashmap
result of given example "I want to work for Google"
*I was not able to solve this one this was the final round