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

Top cred interview questions

Real interview questions from Cred 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 purpose of the 'this' keyword in JavaScript?

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

What is the purpose of the 'let' and 'const' keywords in JavaScript?

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

What is the purpose of the 'bind' method in JavaScript?

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

What is the purpose of the 'Promise' object in JavaScript?

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

What is the purpose of the 'Map' object in JavaScript?

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

What is the purpose of the 'filter' method in JavaScript?

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

What is the purpose of the 'reduce' method in JavaScript?

What is the difference between a 'callback' and a 'promise' in JavaScript?

What is the purpose of the 'async/await' syntax in JavaScript?

What is the difference between a 'class' and a 'function' in JavaScript?

What is the purpose of the 'extends' keyword in JavaScript?

What is the difference between 'super' and 'this' in JavaScript?

What is the purpose of the 'static' keyword in JavaScript?

What is the difference between a 'static' method and an 'instance' method in JavaScript?

What is the purpose of the 'get' and 'set' keywords in JavaScript?

What is the difference between a 'getter' and a 'setter' 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 find the first duplicate in an array

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

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

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

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

Write a JavaScript function to find the minimum window that contains all elements of another array

Write a JavaScript function to find the maximum length of a subarray with a given sum