Senior frontend developer sollicitatievragen
746
Sollicitatievragen voor Senior Frontend Developer gedeeld door sollicitantenMeest gestelde sollicitatievragen

In two hours build a take-home challenge that fetches a list of items from the server, displays them on a page, and allows the user to click into an item-detail page. Bonuses: write tests, write an items-refresh loop, write a list filter, provide details on visual choices
2 antwoorden↳
I completed the challenge as well as two of the 'bonus; categories. My submission was not visually stunning or refactored - but it should have passed. Minder
↳
I had a similar experience with Twitch. Very biased when it comes to technology choices. Frankly, the hiring manager I was dealing with seemed rather inexperienced as a hiring manager. I recommend Twitch examine their hiring process if they're looking for the best talent. Minder

Developer going to the board and writing some html: "if you had to generate 200 items, how would you do this? Please write the code on the board" .
2 antwoorden↳
Me already asking myself if this is really serious... Writing code on a white board? Minder
↳
It depends... what is the purpose? 200 is a hard limit, or are we expecting more element to be loaded? Where will the code be used? First viable product, refactoring or optimization? Do we already have a utility library, or this is a one-off case? Without context it would be easiest to write the for(i=0;i<200;i++)(//code) JS. Minder

What will be the result? console.log(a); var a; and here? a; const a;
2 antwoorden↳
In general, I'm not sure about the answer, since I never do that, since the IDE will always highlight the error and I will fix it. But I think in the first case "undefined" and in the second case "error". Minder
↳
1. What will be the result? console.log(a); var a; Answer: you will get an error as you are trying to console a property before declaring it . 2. a; const a; Answer: here if you are declaring this "a" property in a component you will get error you are not defining type or initial value to it. second for "const a" you will also receive an error as, while declaring const you should pass a initial value to it. which can not be changed after that. Minder

A question about a technical problem they were having. A form validation exercise. A mathematical logic problem.
1 antwoorden↳
I discussed the observations, and likely origin of the cause as client vs. backend. Completed the validation exercise with some bug fixes and optimizations. Worked through the logic problem with backend developer to arrive at a solution. Minder

Q: why you should use default function instead of arrow?
1 antwoorden↳
(I would say always use arrow but he wanted other)

create a Todo app with Vuejs and Tell us how the Vuejs does the work.
1 antwoorden↳
Then you create the app and they check your code and your understanding of JS technology Minder

I were asked about my technical experience, tools which I use, my last projects.
1 antwoorden↳
I answered to all questions which I was asked.

State manadement in a React application
1 antwoorden↳
Usually I have lots of local state because I don't like globals and dependencies. But with the right statemanagement tools I guess it can work. Minder

Can you describe a feature you've implemented in the past?
1 antwoorden↳
More of a reply to your post than an answer. This company seems like a sinking ship too. The actual service they provide seems like its crap. They can have the best app in the world, if the service sucks, it doesn't matter. Minder

Tell me in layman terms about a recent project or feature you built or launched. What was the purpose, results and impact?
1 antwoorden↳
She suggested one of your most proudest projects you completed.