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

Question 1

Domanda 1: Qual è il flusso di lavoro o lo stile di gestione che preferisci?

How to answer
Come rispondere: Descrivi quali strumenti e metodologie usi durante lo sviluppo di un prodotto. Parla delle strategie che usi per lavorare con un'ampia varietà di stakeholder, tra cui clienti, reparto vendite e marketing e back-end engineer. Usa esempi specifici per mostrare come il tuo flusso di lavoro ha avuto successo ed esprimi anche la volontà di adattarti e cambiare se necessario.
Question 2

Domanda 2: Come gestisci le fasi di test, le revisioni e il controllo delle versioni?

How to answer
Come rispondere: Gran parte del ruolo di Front end engineer riguarda quei dettagli minuziosi che rendono fluida l'esperienza dell'utente. Evidenzia che capisci l'importanza di un codice pulito e corretto, dei protocolli di test e della gestione delle versioni. Usa esempi di metodologie che hai implementato e fornisci dettagli sui problemi che sei stato in grado di gestire o risolvere.
Question 3

Domanda 3: Cosa ti entusiasma di più nell'area UX/UI?

How to answer
Come rispondere: Una domanda come questa ti offre l'opportunità di dimostrare che sei appassionato di ingegneria front end. Spiega come integri il design centrato sull'utente nei tuoi progetti e le filosofie a cui ti ispiri. Specifica i libri o gli articoli che hai letto e di cui hai apprezzato i contenuti. Se possibile, parla dei cambiamenti che prevedi e di come secondo te il design e la tecnologia si adatteranno a questi cambiamenti.

21,103 front end engineer interview questions shared by candidates

1) In first-round everything went well from basic js to writing some code on the question asked from the panel on a video call - Result of the call was 50 - 50 2) As the result was 50 - 50 I received an assignment on Friday and the deadline was on Monday. I have successfully completed the assignment on Sunday itself and sent it. 3) Hr arranged further rounds with CTO as I think they are OK with my assignment. So that round also went well with basic js, roles, current projects, etc. Than received message from HR "we liked your profile but we taking assignment round of other candidates also we will get back to you soon(in the week)" Till the day I'm writing this I have never heard back from HR. So I genuinely want to tell the company if you don't want to select the candidate to update him immediately it will not take much time and effort. It will only help the candidate to improve only. My experience was bad I don't recommend this company.
avatar

Front End Developer

Interviewed at MangoApps

1.8
Nov 19, 2019

1) In first-round everything went well from basic js to writing some code on the question asked from the panel on a video call - Result of the call was 50 - 50 2) As the result was 50 - 50 I received an assignment on Friday and the deadline was on Monday. I have successfully completed the assignment on Sunday itself and sent it. 3) Hr arranged further rounds with CTO as I think they are OK with my assignment. So that round also went well with basic js, roles, current projects, etc. Than received message from HR "we liked your profile but we taking assignment round of other candidates also we will get back to you soon(in the week)" Till the day I'm writing this I have never heard back from HR. So I genuinely want to tell the company if you don't want to select the candidate to update him immediately it will not take much time and effort. It will only help the candidate to improve only. My experience was bad I don't recommend this company.

// What does this code return? var Foo = function (a) { this.bar = () => { return a; } var baz = function () { return a; }; }; Foo.prototype = { biz: () => { return this.bar(); } }; var f = new Foo(7); f.bar(); //=> f.baz(); //=> f.biz(); //=>
avatar

Front End Developer

Interviewed at LinkedIn

3.8
Jan 8, 2019

// What does this code return? var Foo = function (a) { this.bar = () => { return a; } var baz = function () { return a; }; }; Foo.prototype = { biz: () => { return this.bar(); } }; var f = new Foo(7); f.bar(); //=> f.baz(); //=> f.biz(); //=>

Asked me to write a throttle function in javascript. Well, essentially...he wanted me to write a function that would call another function, but not if it had been called within a certain set time, which is essentially what a throttle function is. I completely flailed, but it's a useful function to have...probably why they put it in the underscore library which is what I based this answer on.
avatar

Front End Web Developer

Interviewed at Google

4.4
Aug 15, 2014

Asked me to write a throttle function in javascript. Well, essentially...he wanted me to write a function that would call another function, but not if it had been called within a certain set time, which is essentially what a throttle function is. I completely flailed, but it's a useful function to have...probably why they put it in the underscore library which is what I based this answer on.

Viewing 111 - 120 interview questions

Glassdoor has 21,103 interview questions and reports from Front end engineer interviews. Prepare for your interview. Get hired. Love your job.