Angular Developer Interview Questions

1,606 angular developer interview questions shared by candidates

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 }
avatar

Angular Developer

Interviewed at Perfios Software

3.9
May 30, 2024

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 }

Merge two lists with streams Get max number in list with streams Write singleton class What is the default server in spring boot and how to change it? How to name my spring boot application and how to use it in java class? What are the spring boot annotations I use and the difference between component and configuration? Angular questions about package.json and lock.json and some of javascript and html with css
avatar

Fullstack (Java+Angular) Developer

Interviewed at Itlize Global

4.1
Jun 15, 2023

Merge two lists with streams Get max number in list with streams Write singleton class What is the default server in spring boot and how to change it? How to name my spring boot application and how to use it in java class? What are the spring boot annotations I use and the difference between component and configuration? Angular questions about package.json and lock.json and some of javascript and html with css

Viewing 871 - 880 interview questions

Glassdoor has 1,606 interview questions and reports from Angular developer interviews. Prepare for your interview. Get hired. Love your job.