Adobe Interview experience CS-1 frontend
Summary
Interview experience for Adobe CS-1 frontend position involving JS fundamentals, DSA, system design, and behavioral rounds. Rejected in the final director round.
Full Experience
Experience 4 years.
Round 1: Js code & fundamentals
Q1: question based on binary search.
Q2: concat numbers to form the largest number.
some questions on JS, try catch
Round 2: JS code & DSA
Q1: all permutations of array.
some questions on js like debounce, throttling,
Round3: HM round
discussion on work,
given a single page application in react, refactoring it by route based, application wise,
Round4: Director round
again deep discussion on work,
focussed on UI performance optimisations, web service workers, BFF layer,
Result: rejected in last round.
Interview Questions (2)
Concatenate Numbers to Form Largest Number
Given a list of non-negative integers, arrange them such that they form the largest number and return it as a string.
All Permutations of Array
Generate all possible permutations of a given array of distinct integers.