Front end Flashcards

1
Q

Describe how you would create a responsive web layout using CSS. What techniques do you use to ensure compatibility across different devices?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Can you explain how you would optimize the performance of a React or Angular application?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe a scenario where you had to use JavaScript to manipulate the DOM directly. How did you ensure the solution was efficient and maintainable?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. What are Angular modules, and why are they important?
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. Explain the purpose of NgModule.
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. What is a component in Angular, and how is it defined?
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. How does Angular handle data binding?
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. What is the difference between @Input() and @Output()?
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. What is the purpose of Angular CLI?
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. How does Angular implement dependency injection?
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. Explain the lifecycle hooks of an Angular component.
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  1. What is the difference between a service and a factory in Angular?
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  1. How do Angular pipes work, and how do you create a custom pipe?
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  1. What is the difference between Observable and Promise in Angular?
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  1. What are Angular Forms, and how do template-driven forms differ from reactive forms?
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  1. How do you optimize the performance of an Angular application?
17
Q
  1. What is lazy loading in Angular, and how is it implemented?
18
Q

Why use react?

19
Q

Tell me about reusable code you’ve writen in angular