How can you optimize this Angular template? ``` <div ng-bind="name"></div> <div ng-bind="age"></div> <div ng-bind="accountValue"></div> ```
Software Front End Interview Questions
21,133 software front end interview questions shared by candidates
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.
Why do you want to work at Kmart?
What's your availability like?
"What are key qualities you feel every manager should have?"
Very basic, what threw me off was having to wait an hour an a half then having two people ask you the same questions twice.
Viewing 1341 - 1350 interview questions