Escriba 5 modelos de arquitectura web
Frontend Engineer Interview Questions
12,702 frontend engineer interview questions shared by candidates
Build upon an existing React application with several features of increasing complexity. Practical.
Create a Mine Game using React Js
Encountered a bug in my assignment during the 3rd stage. They asked to fix it together on the spot.
They asked me what piqued my interest to apply.
What is box size model?
While you're throttling your requests, suppose a high priority API call needs to be made, how would you manage it?
const map = ['a', 'b', 'c'].map.bind([1, 2, 3]).bind([4,5,6]); map(el => console.log(el));
An array of links is given: ["url1", "url2", ...] and a limit of simultaneous queries, we need to implement a function, which polls the url and calls the callback with an array of responses ["url1_answer", "url2_answer"] so that no more than limit is executed at any time, i.e. we need to implement a bus with width equal to limit. Requirements: The order in the answer array must match the order in the reference array The function must memoize (not interrogate the same url twice). Errors should not be handled. Use fetch
Same as the others in here, cron job thing.
Viewing 161 - 170 interview questions