* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37
  • axlpoa: hi
    19 de Outubro de 2024, 22:24
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    19 de Outubro de 2024, 11:31
  • j.s.: ghyt74 a todos  4tj97u<z
    18 de Outubro de 2024, 09:33
  • JPratas: try65hytr Pessoal  4tj97u<z classic k7y8j0
    18 de Outubro de 2024, 03:28
  • schmeagle: iheartradio
    17 de Outubro de 2024, 22:58
  • j.s.: dgtgtr a todos  4tj97u<z
    17 de Outubro de 2024, 18:09

Autor Tópico: Angular interview questions with answers  (Lida 219 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115395
  • Karma: +0/-0
Angular interview questions with answers
« em: 14 de Junho de 2020, 08:47 »


Angular interview questions with answers
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + .srt | Duration: 5 lectures (1h 39m) | Size: 675.6 MB
Angular interview questions with answers

What you'll learn:
How to answer basic questions around directives, CLI,Component , Modules, Decorator,Annotations, Types of Bindings and SPA.
Tackling Advanced interview questions around routing,Lazy Loading, Services & Dependency Injection .
To the point answers around ViewChild,ViewChildren,ContentChild , ContentChildren & Content projection.
Giving crystal clear answers on constructor vs ngonInit() and Angular component life cycle.
Simple lucid answers to Http calls, Routing , Pipes and Error handling questions.
Different ways of passing data in Angular and how to answer the question with best practices.

Requirements
Javascript and Angular basics is needed. If you have not done Angular please check out my Angular step by step course on Udemy.

Description
Knowing Angular and still not able to crack interviews , then you are at the right place. :-)

This course focuses on revising most asked interview questions around Angular. Interview is all about expressing your answers in a precise and proper way. You can have tons of knowledge , you must have done tons of coding but cracking interview is a different ball game.

This course is revision course where i have focused on what kind of questions are asked and how to answer them in a elaborate way. Please note this course does not teach Angular , if you want to learn Angular please check my Learn Angular step by step video series.

Below are the questions covered in this course, Happy learning , Happy job hunting.

Question no: 1 :- Whats the use of Angular ?
Question no: 2 :- What are directives in Angular ?
Question no: 3 :- Explain the different types of Angular directives ?
Question no: 4 :- Explain the importance of NPM and Node_Modules folder ?
Question no: 5 :- Explain the importance of Package.json file in Angular ?
Question no: 6 :- What is typescript and why do we need it ?
Question no: 7 :- Explain importance of Angular CLI ?
Question no: 8 :- Explain the importance of Component and Modules ?
Question no: 9 :- What is a decorator in Angular ?
Question no: 10 :- What are Annotation or MetaData ?
Question no: 11 :- What is a template ?
Question no: 12 :- Explain the four types of Data bindings in Angular ?
Question no: 13 :- Explain architecture of Angular ?
Question no: 14 :- What is SPA in Angular ?
Question no: 15 :- How to implement SPA in Angular ?
Question no: 16 :- How to implement routing in Angular ?
Question no: 17 :- Explain Lazy Loading ?
Question no: 18 :- How to implement Lazy Loading in Angular ?
Question no: 19 :- Define Services ?
Question no: 20 :- What is Dependency Injection ?
Question no: 21 :- How to implement Dependency Injection ?
Question no: 23 :- Whats the benefit of Dependency Injection ?
Question no: 24 :- Differentiate between ng serve and ng build ?
Question no: 25 :- Explain the --prod parameter in ng build ?
Question no: 26 :- Explain ViewChild and ViewChildren ?
Question no: 27 :- Why do we need Template reference variables ?
Question no: 28 :- What is ContentProjection ?
Question no: 29 :- Explain Content projection Slot ?
Question no: 30 :- What is ContentChild and ContentChildren?
Question no: 31 :- ViewChild vs ViewChildren vs ContentChild vs ContentChildren ?
Question no: 32 :- Explain the importance of Component life cycle ?
Question no: 33 :- Explain events and sequence of component life cycle ?
Question no: 34 :- constructor vs ngOnInit() ?
Question no: 35 :- How to make HTTP calls using Angular ?
Question no: 36 :- What is the need of Subscribe function ?
Question no: 37 :- How to handle errors when HTTP fails ?
Question no: 38 :- How to pass data between components ?
Question no: 39 :- What are input , output and event emitters ?
Question no: 40 :- How to pass data during routing ?
Question no: 41 :- Is it a good practice to pass data using services ?
Question no: 42 :- What is the need of Angular Pipes ?
Question no: 43 :- Can you name some built-in Angular pipes ?
Question no: 44 :- How to create Custom pipes in Angular ?

Who this course is for
Students who are looking to crack Angular Interviews.
Students who know Angular but not able to crack Angular interviews.
For last minute revision before going to Angular Interviews.

Screenshots


Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction