Intervue featured on Shark TankIntervue featured on Shark Tank - mobile banner

Top meesho interview questions

Real interview questions from Meesho company. Includes theoretical concepts and coding problems.

What is the difference between null and undefined in JavaScript?

What is a closure in JavaScript?

What is the difference between the '==' and '===' operators in JavaScript?

What is a promise in JavaScript?

What is the difference between a for loop and a while loop in JavaScript?

What is a callback function in JavaScript?

What is the difference between the 'var', 'let', and 'const' keywords in JavaScript?

What is a higher-order function in JavaScript?

What is a recursive function in JavaScript?

What is memoization in JavaScript?

What is a design pattern in JavaScript?

What is the difference between a factory function and a constructor function in JavaScript?

What is the difference between the 'prototype' and '__proto__' properties in JavaScript?

What is the difference between the 'call' and 'apply' methods in JavaScript?

What is the difference between the 'bind' method and the 'arrow function' syntax in JavaScript?

What is a generator function in JavaScript?

What is the difference between a 'for...of' loop and a 'for...in' loop in JavaScript?

What is the difference between the 'Map' and 'Set' data structures in JavaScript?

What is the difference between the 'filter' and 'reduce' methods in JavaScript?

What is the difference between the 'some' and 'every' methods in JavaScript?

What is the difference between the 'find' and 'findIndex' methods in JavaScript?

What is the difference between the 'includes' and 'indexOf' methods in JavaScript?

What is the difference between the 'slice' and 'splice' methods in JavaScript?

What is the difference between the 'sort' and 'reverse' methods in JavaScript?

What is the difference between the 'join' and 'split' methods in JavaScript?

What is the difference between the 'concat' and 'push' methods in JavaScript?

What is the difference between the 'unshift' and 'shift' methods in JavaScript?

What is the difference between the 'pop' and 'push' methods in JavaScript?

What is the difference between the 'forEach' and 'map' methods in JavaScript?

What is the difference between the 'filter' and 'map' methods in JavaScript?

What is the difference between the 'some' and 'filter' methods in JavaScript?

What is the difference between the 'every' and 'filter' methods in JavaScript?

What is the difference between the 'find' and 'filter' methods in JavaScript?

What is the difference between the 'includes' and 'filter' methods in JavaScript?

What is the difference between the 'indexOf' and 'filter' methods in JavaScript?

Write a JavaScript function to find the maximum value in an array.

Write a JavaScript function to find the minimum value in an array.

Write a JavaScript function to reverse a string.

Write a JavaScript function to check if a string is a palindrome.

Write a JavaScript function to find the first duplicate in an array.

Write a JavaScript function to find the missing number in an array of consecutive integers.

Write a JavaScript function to find the longest common prefix in an array of strings.

Write a JavaScript function to find the maximum sum of a subarray in an array.

Write a JavaScript function to find the minimum window substring that contains all characters of another string.

Write a JavaScript function to find the first non-repeating character in a string.

Write a JavaScript function to find the maximum frequency of a character in a string.