Impetus - Frontend Engineer - Technical Screen

Title:
Impetus - Frontend Engineer - Technical Screen

Description:
Education: Bachelor’s Degree
Years of Experience (YOE): 4

Questions Asked:

  1. Two Sum Problem:
  • Input: nums = [2,7,11,15], target = 9
  • Output: [0,1]
  • Explanation: nums[0] + nums[1] == 9, so the output is [0, 1].
  1. Implement a function to debounce an input event in JavaScript.
  2. Explain the difference between var, let, and const in JavaScript.
  3. Build a simple React component that fetches data from an API and displays it.

are you preparing for the onsite @anon_750161

nope. i simply gave interview