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

Top zepto interview questions

Real interview questions from Zepto 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 var, let, and const keywords in JavaScript?

What is a promise in JavaScript?

What is the difference between a synchronous and asynchronous function in JavaScript?

What is a callback function in JavaScript?

What is the purpose of the this keyword in JavaScript?

What is a higher-order function in JavaScript?

What is the difference between a function declaration and a function expression in JavaScript?

What is a recursive function in JavaScript?

What is memoization in JavaScript?

What is a design pattern in JavaScript?

What is the Singleton pattern in JavaScript?

What is the Factory pattern in JavaScript?

What is the Observer pattern in JavaScript?

What is the difference between a class and an object in JavaScript?

What is inheritance in JavaScript?

What is polymorphism in JavaScript?

What is encapsulation in JavaScript?

What is abstraction in JavaScript?

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

What is the purpose of the break statement in JavaScript?

What is the purpose of the continue statement in JavaScript?

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

Write a JavaScript function to reverse a string

Write a JavaScript function to check if a number is prime

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

Write a JavaScript function to find the missing number in an array

Write a JavaScript function to check if a binary tree is balanced

Write a JavaScript function to find the lowest common ancestor of two nodes in a binary tree

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

Write a JavaScript function to find the maximum sum of a subarray

Write a JavaScript function to check if a number is a power of two

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

Write a JavaScript function to check if two strings are anagrams