J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 jours. J'ai passé un entretien chez Adobe (Noida) en août 2023
Entretien
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.
Questions d'entretien [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)