Confluent Senior Frontend Phone Screen

Confluent - Senior Frontend Engineer - Phone Screen

Level: Senior
Years of Experience: 6
Questions Asked:
Write a memoization function, like React.memo, and implement it.

Handle cases where there are arguments provided and additional follow-ups with multiple arguments.

Vanilla memoization (create a memoize function that memoizes a function)
or literally implement React.memo?