If you have 500 revisions of a program, write a program that will find and return the FIRST bad revision given a isBad(revision i) function.
Front End Engineer Interview Questions
Front End Engineer Interview Questions
Un Front end engineer si occupa dell'esperienza utente di un software o di un'app. Durante un colloquio, dovrai dimostrare di comprendere i principi del UX/UI design, di voler contribuire alla realizzazione di un codice ottimizzato per l'offerta di prodotti e di voler collaborare con i back-end engineer alla risoluzione dei problemi. Aspettati domande sulla tua esperienza tecnica e di design, nonché sulle tue competenze di gestione dei membri del team.
Domande tipiche dei colloqui per Front end engineer e come rispondere
Domanda 1: Qual è il flusso di lavoro o lo stile di gestione che preferisci?
Domanda 2: Come gestisci le fasi di test, le revisioni e il controllo delle versioni?
Domanda 3: Cosa ti entusiasma di più nell'area UX/UI?
21,103 front end engineer interview questions shared by candidates
Would you have any problems with wearing the kroger uniform?
Design a data structure to store sparse 2D matrix which contains only 0 or 1. then write function to add 2 such matrix.
Why should we choose you?
Given a list of schedules, provide a list of times that are available for a meeting Example input: [ [[4,5],[6,10],[12,14]], [[4,5],[5,9],[13,16]], [[11,14]] ] Example Output: [[0,4],[11,12],[16,23]]
Find the Kth hisghest element in a given array.
How many times would `addEventListener('scroll', handleScroll);` run as the user looks at their News Feed? And what would be user experience if the `handleScroll` function takes 100ms to execute.
Can you write a function that deeply flattens an array?
write a function and return true or false if there is a pair of number that sum up as 10.
Write a basic template engine class
Viewing 21 - 30 interview questions