Angular Developer Interview Questions

1,605 angular developer interview questions shared by candidates

Given a list of N students, every student is marked for M subjects. Each student is denoted by an index value. Their teacher, Ms. Margaret, must ignore the marks of any 1 subject for every student. For this she decides to ignore the subject which has the lowest class average. Your task is to help her find that subject, calculate the total marks of each student in all the other subjects and then finally return the array of the total marks scored by each student. const students = 3 const subjects = 5 const arr = [ [75, 76, 65, 87, 87], [78, 76, 68, 56, 89], [67, 87, 78, 77, 65] ]
avatar

Angular Developer

Interviewed at Nagarro

3.9
Mar 18, 2024

Given a list of N students, every student is marked for M subjects. Each student is denoted by an index value. Their teacher, Ms. Margaret, must ignore the marks of any 1 subject for every student. For this she decides to ignore the subject which has the lowest class average. Your task is to help her find that subject, calculate the total marks of each student in all the other subjects and then finally return the array of the total marks scored by each student. const students = 3 const subjects = 5 const arr = [ [75, 76, 65, 87, 87], [78, 76, 68, 56, 89], [67, 87, 78, 77, 65] ]

different ways to provide services. dependency injection. forChild vs forRoot how to create reusable components. how two sibling components send data to each other reactive form, valuechange, how to reach to the control which has an error in UI.
avatar

Angular Developer

Interviewed at Nagarro

3.9
Nov 15, 2021

different ways to provide services. dependency injection. forChild vs forRoot how to create reusable components. how two sibling components send data to each other reactive form, valuechange, how to reach to the control which has an error in UI.

Viewing 1431 - 1440 interview questions

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