Very simple questions about LLMs.
Asked about my papers.
No coding questions which was a relief .
Gave offer after only one interview.
Generally very friendly and not stressful at all.
I applied online. I interviewed at Adobe (San Jose, CA) in Mar 2023
Interview
· What is your favourite Product? Why?
· How would you Build/Design a Product/Product feature on…
· How would you monitor/measure the metrics (KPIs) / success of your Product?
· How would you improve your Product?
How would your Product increase overall Revenue?
I applied through college or 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)