Senior frontend engineer sollicitatievragen
1K
Sollicitatievragen voor Senior Frontend Engineer 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

Given a broken page template, fix all UI bugs and rebuild data, so it is suitable for displaying (tree-like structure).
2 antwoorden↳
With a pure joy and confidence
↳
How long did it take them to get back to you after you submit the coding challenge? Minder

From a given array and a set of rules, create a linked list - kind of structure and present it in console.
2 antwoorden
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

Print the strings in dictionary match with Regex matching word in dictionary a*b, ab*, abc -> ["abc", "abb" abdd" ] * can have values - single char, -, . but not empty
2 antwoorden↳
Regexp or string match way. Regex implementation was wanted
↳
This is really difficult, two lc hard problems

HR interview includes basic questions like : Why Raisin ? What is your goal ? Things like that
2 antwoorden↳
Hi Can you please tell me after finishing your skype interview, when they sent you a technical challenge ? Minder
↳
There's quite an extended back and forth in actual interviews for questions like this, so nothing quite like real practice. The Prepfully Raisin Senior Frontend 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 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)

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.