{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Front end Flashcards

(19 cards)

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