Q2. Take the web application you wrote in Q1 and re-write it using the framework(s) of your choice.
Software Engineer Front End Interview Questions
13,481 software engineer front end interview questions shared by candidates
what is your work experience?
When to chose React and when to chose Angular.
How was my relationship with my friends and ex-workmates
Questions were on experience and scenarios, but again, like a conversation and not a back and forth deal. It was like I was part of the team and we were hashing out ideas and a best path forward for various scenarios.
One leetcode question
Code snippet, something like: what would you see in the DOM? @Component({ selector: 'cmp', template: '{{value}}' }) export class Cmp implements OnInit, onChanges { value = 10; ngOnInit() { this.value += 5 } ngOnchanges(){ this.value += 1 } }
How to check for duplicates in an array in the most time efficient way(JS)
1. Implement a password check. Essentially, evaluate if a string contains one uppercase, one lowercase, one digit, and one "special character". I had to ask for clarification on what a "special character" is here and was told anything that does not fall in the above. 2. Refactor a React component from the existing lifecycle methods into a functional component with hooks. This also came up multiple times in step 2, which was a bit of a yellow flag for me as they really honed in on this relatively simple problem. 3. Center a div inside its parent. 4. A tooltip is appearing inside a div, move it outside.
There were no trick questions -- just a few questions about relevant experience and knowledge. The interview came after a skills test, so they didn't ask follow up questions about my knowledge. It seemed more of test to see if I was a fit with the team.
Viewing 731 - 740 interview questions