* Cantinho Satkeys

Refresh History
  • j.s.: dgtgtr a todos  4tj97u<z
    07 de Julho de 2025, 13:50
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    06 de Julho de 2025, 11:43
  • j.s.: [link]
    05 de Julho de 2025, 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    05 de Julho de 2025, 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    05 de Julho de 2025, 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35

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

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

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • 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