They ask me about Design System
Full Stack Developer Interview Questions
19,409 full stack developer interview questions shared by candidates
With what kind of technologies have you worked.
Show your code to solve challenging problem
Tell me about yourself. Do you have experience in X, Y and Z technologies.
How many years of experience working as an Angular developer do you have?
How do you handle new features during continous intergration and deployment.
Given an array of numbers where every number >= 0. The items need to be connected. If no answer exists return maxInt example 1: arr = [1, 4, 45, 6, 0, 19] target = 51 output -> 3 because sum([4, 45, 6]) > 51 example 2: arr = [1, 10, 5, 2, 7] target = 9 output -> 1 because sum([10]) > 9
What is the use of triple equality sign in js used for?
Pure and impure pipes in angular
There was an additional question that was also unrepresentative of a real world scenario but I cannot remember the details.
Viewing 111 - 120 interview questions