One leetcode question
Front End Engineer Interview Questions
14,983 front end engineer interview questions shared by candidates
How can you optimize this Angular template? ``` <div ng-bind="name"></div> <div ng-bind="age"></div> <div ng-bind="accountValue"></div> ```
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 } }
Square an array of sorted numbers
Here are the requirements, 1. It should allow users to create a new Google Meet meeting and quickly share the meeting link with others. 2. It should allow users to choose which email to create meetings if they have multiple Google Accounts signed in. 3. Cache the selected email for further meetings. 4. Make it easy to create and share new meeting links only using Keyboard shortcuts.
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.
Perguntaram várias perguntas técnicas, sobre minhas experiências anteriores e tecnologias que eu havia usado, como também algumas perguntas sobre rotina, dia a dia e coisas que faço fora trabalho.
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.
what is array and types what is array and types
Viewing 861 - 870 interview questions