Coding challenge was to integrate the Imgur API and create a view of all the images in a thumbnail displaying few metadata fields of each image/video. Another view was to display the original image/video with all the metadata relevant to it.
Front End Engineer Interview Questions
Front End Engineer Interview Questions
Der Schwerpunkt der Tätigkeit eines Front End Engineers liegt auf der Benutzerfreundlichkeit einer Software oder App. Beim Vorstellungsgespräch müssen Sie zeigen, dass Sie mit den Grundlagen des UX/UI-Designs vertraut sind und sich zu sauberem und für das jeweilige Produktangebot optimiertem Code bekennen. Außerdem müssen Sie die Bereitschaft haben, gemeinsam mit Back End Engineers an der Lösung von Problemen zu arbeiten. Rechnen Sie mit Fragen nach Ihrer technischen Erfahrung sowie nach Ihren Fähigkeiten bei Mitarbeiterführung und Design.
Typische Bewerbungsfragen als Front End Engineer und wie Sie diese beantworten
Frage 1: Was ist Ihr bevorzugter Arbeitsablauf oder Managementstil?
Frage 2: Wie verwalten Sie Tests, Reviews und die Versionskontrolle?
Frage 3: Was reizt Sie am meisten am Bereich UX/UI?
21,103 front end engineer interview questions shared by candidates
Very easy interview. Ask basic questions like name a time you went above and beyond on a job.
Difference between ID and Class
Why did you leave these last jobs ?
What is a function that calls its own function inside of it
Build a git status web app that list out all dependencies, status and vulnerabilities.
Moved on to the take-home challenge. The challenge asked to take html and represent the html as a folder/file tree, and to display it as closely as possibly to the image included with the challenge.
Create a JS code that is possible generate a car and a motorcycle, a car must have 4 wheels and 2 lamps, and a motorcycle must have 2 wheels and one lamp. Write a function to make this vehicles run while have fuel.
I am going to spoil the interview for the front end position b/c 1. Essentially reverse a sentence. Very simple and they allow the Array.prototype.reverse(). There is punctuation but it doesn't impact the overall words because the first question you split on the space. 2. Question two is a variation on the first question, but requires you to remove the punctuation. String.prototype.replace(regex) will accomplish this. 3. This is where the test jumped from easy to unnecessarily difficult. The question again built on the theme of manipulating a string, but now you're given a string and told to reverse the words but maintain the punctuation, both of arbitrary length. So a very simple example say str = "I'm the man, Sam said." => output is "said Sam, man the Im." Pretty tricky for being on the spot. The trick is two mapping functions: 1. that spit out the punctuation by themselves and then 2. an array of the words and then finally mapping them a concatenated version of the two. "bonus" question: This was by far the most absurd question and where I lost confidence and asks you for some stupid type of HTML markup that targets random characters in the middle of words and is just a mess and so unlike any semantic markup that it borders on the absurdity. Terrible question and indicative of gotcha style interviewing instead of actual skills relevant in day to day work. Also an anti-pattern
Describe a time when you had a conflict in the workplace and how you handled it.
Viewing 211 - 220 interview questions