Meesho | Frontend Dev - 1 | Bangalore | Sept. 2024 [Rejected]
Anonymous User
1145

Status: 1 YOE
Current Position: SDE1
Current Location: Bangalore
Date: Sep, 2024

Round 1 (JavaScript) (60 Mins)

  1. What is Hoisting? Show examples and applications
  2. What happens when we do the following:-
    	const a = {};
    	const b = a;
    	
    	b.value = 1;
    	
    	console.log(a, b);
    • Deep Copy
      • Different ways to deep copy
  3. var, let, const (Scopes)
  4. Closures
  5. Make a high-order function which the memoized version of the given function
  6. Make flattenArray using reduce method of array
    ... some other minor questions

Round 2 (React + Problem Solving + Practical Knowledge) (60 Mins)

  1. React setState batching (Before v18 vs After v18)
  2. https://leetcode.com/problems/missing-number/
  3. Given an tree in a tree form, convert it to an adjacency list
  4. How to immutably update any complex value?
  5. Questions around Redux
    ... some other minor questions

After this I was told that my application will be fast-tracked

Round 3 (Hiring Manager)

This project revolved around my primary skill-set and resume

  1. What is FCP?
  2. How next.js boosts FCP?
  3. How does next.js work? I started by explaning the new React Server Components and Next 13 architecture . Even after explaining him everything correctly, he still had doubts and in the end asked about getServerSideProps which made be think that he wanted to hear about Next.js 12
  4. What is SSR?
  5. What is CSR?
  6. Project Discussion

I was rejected after 2 days citing the reason that my experience or skills doesn't align with what they are looking for

Comments (3)