Postman interview question

First round: - Find a duplicate in Array: -- For unsorted: explained using set -- For sorted: Explained using Total sum -- For O(1) space: explained using Bloom Filter

Interview Answer

Anonymous

9 Oct 2020

First round: - How we load website in browser? Explained DNS resolving, LoadBalance and Header.