Me postulé a través de una facultad o universidad. El proceso tomó 2 días. Acudí a una entrevista en Adobe (Noida) en ago 2023
Entrevista
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.
Preguntas de entrevista [6]
Pregunta 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)