What are the build blocks in Angular 4
Angular Developer Interview Questions
1,436 angular developer interview questions shared by candidates
Default questions: experience, motivation, what demotivates
Difference between var let and const
1. Angular life cycle 2. Difference between var, let, const. 3. Data sharing between components. 4. Observables and promises
Standard Angular Questions and some DSA.
What are Angular services, and how do you use them in your application?
Angular framework questions and javascript questions
Angular signal, HTTP request and NgRx + RxJs operators
Redux, React vs Angular, Testing, rxjs
3 question programming the interviewer asked three problem questions 1. sort two array function concatArray(arr) { let result = []; let output = []; result = arr.slice(arr.length/2); let firstArr = arr.slice(0,arr.length - result.length); for(let i=0; i< firstArr.length; i++ ) { output.push(firstArr[i]); output.push(result[i]); } return output } 2. Question is sort array var a = [1,3,5], b = [6,3,4,7,8] var concatArr = [...a ,...b]; function sortArray(concatArr) { for(let i=0;i concatArr[j+i]){ var temp = concatArr[j]; concatArr[j] = concatArr[j+i]; concatArr[j+i] = temp; } } } return concatArr }
Viewing 751 - 760 interview questions