Frontend Developer Interview Questions

5K

Frontend Developer interview questions shared by candidates

Top Interview Questions

Sort: Relevance|Popular|Date
Apisero
Frontend Developer was asked...27 August 2020

Easy quant and java questions

7 Answers

How long do they take to announce results of quiz round?

As soon as you submit the quiz u will get the mail... May be if you get shortlisted otherwise i don't know Less

Ty for your response. Do they confirm if I'm selected or not selected by mail?

Show more responses
Wix

1. about 2. javascript typescript babel es5 es6 3. test driven development, unit-testing, continuous integration 4. react-redux, modern JS frameworks, JS closures 5. function sum(){/*add code here*/};console.log (sum(3)(5)(7)(3)()); // 18

4 Answers

function sum(x) { return function(y) { return function(z){ return function(w){ return function(){ return x + y + z + w; } } } } } Less

var sum = (n) => { let result = n; const fn = (n) => { if (n == null) { return result; } result += n; return fn; } return fn; } Less

const sum = (n, res = 0) => ( n == null ? res : (x) => sum(x, res + n) ); Less

Show more responses
LOVOO

Experiences in angular and bootstrap

3 Answers

Positive

Only that's been asked ;) you even did not read the resume.

Thanks for highly interesting in my skills

Quovantis Technologies

Q What if I use var inside Contstructor function? function Person(firstName, lastName, age){this.firstName=firstName;this.lastName = lastName; var a = 5;}; What will console.log(a); print?

2 Answers

It will give compile time error, as you are using a variable outside of its scope. Less

I was not able to answer this

Globant

Write a polyfill (fallback function) for filter method for arrays

2 Answers

Array.prototype.myFilter = function(callback){ var filteredArray = []; for(var i=0;i{ return el % 2 === 0 }) console.log(filteredArray) Less

While adding answer to this question it was added incompletely. Hence adding here again Array.prototype.filter = null; if (!Array.prototype.filter) { Array.prototype.filter = function (callback) { var filtered = []; for (var i = 0; i el % 2 === 0); console.log(filteredArr) Less

LinkedIn

The interview followed a standard format, where an input was given, and certain outputs expected. The inputs were presented in a file on the disk. As a javascript engineer, this was awkward, as javascript is rarely used to read/write directly to the hard drive. Due to NDA, I cannot disclose the specifics of the question itself.

2 Answers

I explained that although the challenge ideally required writing to/from disk for a "perfect solution", Javascript typically gets it's data input via HTTP, and displays its output via the browser, so that was how I would proceed with my solution. Less

Node

EPAM Systems

In JS in an AND condition if the first part is false, would the second get evaluated?

2 Answers

No

No for AND both conditions should be true.

Thoughtworks

Are you available to travel to and from the airport regularly (on a weekly basis)?

2 Answers

I was not able to meet this requirement because of my current location.

Yes...

Atlassian

Build a custom UI and debug.

2 Answers

There's quite an extended back and forth in actual interviews for questions like this, so nothing quite like real practice. The Prepfully Atlassian Frontend Software Engineer experts have actually worked in this role, so they're able to do an honest-to-God accurate mock, which really puts you through the paces. prepfully.com/practice-interviews Less

Do projects with a framework for your choice. Understand how to use the debugger and browser tools. Less

payever

codility test with 3 tasks for 2 hours. Tasks are to implement small angular application, small jquery application and nodejs application. after that the 'trial day'

2 Answers

I was able to complete the codility test for 1 hour.

I applied for different position, but the outcome is the same. Very unprofessional communication, they state that they are start-up and many parts are not perfect, but they were founded in 2013. Acrually, I am thinking, how they still work? They have only bad reviews. Less

Viewing 1 - 10 of 5,195 interview questions

See Interview Questions for Similar Jobs

front end developerinteractive developerweb developerfrontend engineerui developercreative developer

Glassdoor has 5,195 interview questions and reports from Frontend developer interviews. Prepare for your interview. Get hired. Love your job.