Como eu arquitetaria um projeto de um "middleman" responsável por chavear as chamadas do "core" dos serviços do Gympass num processo onde está sendo realizada uma transição do serviço legado para um novo, mas só parte dele estaria no novo core...
Front End Engineer Interview Questions
Front End Engineer Interview Questions
A front end engineer is focused on the user experience of software or an app. During an interview, you will need to demonstrate that you understand UX/UI design principles, a commitment to clean code optimized for the product offering, and a willingness to work with backend engineers to solve problems. Expect to be asked about your technical experience, as well as your people management and design skills.
Top Front End Engineer Interview Questions & How to Answer
Question #1: What is your preferred workflow/management style?
Question #2: How do you manage testing, reviews and version control?
Question #3: What excites you most about the UX/UI space?
21,133 front end engineer interview questions shared by candidates
Why did you leave your last job?
Whats one thing unique about yourself that makes you a good fit for the job?
I was tasked with Evaluating my Teams performance and creating a program to increase our efficiency, delegation responsibilities and resolution times. In addition to that project, I created a Knowledge base as well as a video series for both Staff and Clients that allowed our team to respond to clients needs in a fraction of the time they previously did. I was able to both manage and monitor our efficiency improvements project as well as complete the Knowledgebase and video series personally.
What was a time that you made a mistake and fixed the situation?
How would you handle aggressive customers? Are you good at multitasking?
Why do you want this job?
what hours are you available
1st technical: Problem solving round - Write down steps on how to get a certain amount of water from two different sized jugs (problem from Die Hard 3 I guess). Write a function to automate steps. 2nd technical: Code a timer using JS and DOM manipulation. Hook up timer value and start, pause, and reset buttons.
const arrInput = [1, 4, 6, 8, 9, 10]; const result = 6; //25;//24; // 8*1 = 8 < 24 // 8*4 = 24 == 24 // 8*9 // 8*10 // Find a pair whose multiplication is x*y = result // function should take 2 parameters: arr of numbers - arrInput , number - result
Viewing 851 - 860 interview questions