I applied through university. The process took 2 days. I interviewed at Adobe (Noida) in Aug 2023
Interview
The interview process was fairly simple. It comprised of 3 DSA questions and a few system design questions around thread programming and web app development. Since I had also interned for a Web3 startup creating omnichain NFTs, I was asked to explain NFTs without using any technical jargon.
Interview questions [6]
Question 1
Given a sorted array of integers, determine whether a given number exists in the array. (Binary Search)
Suppose you have to use the search function implemented in the first question but now the input array is unsorted. How would you solve this problem? (Sorting algo)