Preguntas de entrevistas para Senior Full Stack Engineer

1.780 Preguntas de entrevista compartidas por los candidatos | senior full stack engineer

recreating "lodash"-like functions: Implementing some(arr, func) to return TRUE if some elements in the array satisfy the function. Creating a neg(func)(value) function that takes a function and returns a negated version. Using both some() and neg() to implement every(arr, func).
avatar

Senior Full Stack Developer

Entrevista realizada en Wix

4.1
22 de ene de 2025

recreating "lodash"-like functions: Implementing some(arr, func) to return TRUE if some elements in the array satisfy the function. Creating a neg(func)(value) function that takes a function and returns a negated version. Using both some() and neg() to implement every(arr, func).

Given an array of numbers where every number >= 0. The items need to be connected. If no answer exists return maxInt example 1: arr = [1, 4, 45, 6, 0, 19] target = 51 output -> 3 because sum([4, 45, 6]) > 51 example 2: arr = [1, 10, 5, 2, 7] target = 9 output -> 1 because sum([10]) > 9
avatar

Senior Full Stack Developer

Entrevista realizada en Sayata

4.5
2 de jul de 2023

Given an array of numbers where every number >= 0. The items need to be connected. If no answer exists return maxInt example 1: arr = [1, 4, 45, 6, 0, 19] target = 51 output -> 3 because sum([4, 45, 6]) > 51 example 2: arr = [1, 10, 5, 2, 7] target = 9 output -> 1 because sum([10]) > 9

Viendo 1 - 10 de preguntas de entrevista

Consultar preguntas de entrevista para empleos similares

Glassdoor cuenta con 1.780 preguntas e informes de entrevistas obtenidos de entrevistas de Senior full stack engineer. Prepárate para la tuya. Obtén un empleo. Ama tu empleo.