Preguntas técnicas acerca de angular, pero sin tener que hacer ningún test
Senior Front End Developer Interview Questions
1,443 senior front end developer interview questions shared by candidates
Explain micro and macro tasks by browser
Algorithm questions that shouldn't be hard if you have been practicing on leetcode. I, personally, do not like algorithm coding questions for a front end role but hey, some do and some don't.
We went over JavaScript and JQuery details and I was asked how I utilized those skills in various applications.
Core Javascript, online coding questions on javascript, React js internal Fundamentals, system design for File storage application such as Dropbox, Google drive etc.
Introduce yourself, salary expectation and HR questions
What does it mean when we say that Javascript is a multiparadigm language? Have you checked the latest React released features (React 18)? Are you familiar with them? What are your thoughts in Typescript?
Using flexbox, align the elements in the locations shown below.
The object of this exercise is to write a custom JavaScript logger. The only markup needed will be a div with an ID attribute of “result” - where the logger will append its output. Write an object that has the following characteristics: 1. It should be a function that accepts any log level defined at runtime (e.g. debug, warn, etc.) and a corresponding color to apply to the log message (e.g. gray, orange, red, etc.) as arguments. 2. This function should return a new function that takes a message as its argument and appends it to the resultant DOM element. Use this to create loggers for debug, warn, and info levels. 3. Each appended log message should be prepended by the name of its associated level and displayed in the corresponding color. Note: Do NOT hard code the log levels, colors, or resultant DOM element information in the JavaScript functions. Example Output: [debug] This is my debug message!!!! [error] Whoops we got an error! [myCustomLog] This is my custom output log message.
"Build this UI widget from scratch in Codepen while I watch you do it."; "You have 25 minutes total to make it work"; "You stopped typing. Tell me what are you thinking"; "We have 5 more minutes" ...
Viewing 901 - 910 interview questions