Angular Interview Questions You Should Know

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024

ความคิดเห็น • 62

  • @MonsterlessonsAcademy
    @MonsterlessonsAcademy  3 ปีที่แล้ว +2

    WATCH NEXT: Angular Interview Questions and Answers - Dominate Your Next Interview - th-cam.com/video/5A_YKlVWMPo/w-d-xo.htmlsi=2DCn7yspEAAJ2H6l

  • @__meilleur
    @__meilleur 2 ปีที่แล้ว +67

    Me panic watching this 30 minutes before my interview

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  2 ปีที่แล้ว +13

      Imho any learning before the interview is useless. You need to go with the knowledge that you have and processed.

    • @cyrillius123
      @cyrillius123 หลายเดือนก่อน

      ⁠@@MonsterlessonsAcademy alright bro

  • @AndreyKarpovich
    @AndreyKarpovich 3 หลายเดือนก่อน +4

    Inacuraccy on 6 min: the first implemented hook during comp creation (after class constructor) is ngOnChanges, it could grab inputs if comp has. After that ngOnInit
    In the question about data-sharing are missed event emmiters (from child to parent components) and also we can pass some data when routing between components + with usage of injection tokens

  • @d.bachmann6798
    @d.bachmann6798 ปีที่แล้ว +4

    Have watched several videos with this Author (name?). This is something real high quality. I am an experienced programmer and have even worked with Angular for some time and still this was very much worth watching. He has a God given talent of making coding videos.
    This series should have 1000s of likes.. really amazing well explained . Very well edited everything is not too long and not too short.. It is a real pleasure to watch and learn from. Also by following these videos you pick up good coding practices with an understanding of why!

  • @mauricearida9001
    @mauricearida9001 3 ปีที่แล้ว +2

    let's grow this channel come on people !on it

  • @eva_space
    @eva_space ปีที่แล้ว

    Your pronunciation is amazing. I can improve my English and Angular level at the same time. Thanks a lot!!!

  • @ВладимирКовалёв-у1ф
    @ВладимирКовалёв-у1ф ปีที่แล้ว

    Я angular разработчик и я записался на курсы английского специально чтобы смотреть тебя, очень полезный контент делаешь)

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว +1

      Отличная идея, имхо хороший английский важнее чем хороший уровень программирования. Приятного просмотра!

  • @gsacul1434
    @gsacul1434 2 ปีที่แล้ว +1

    Noted everything, great stuff thank you!!

  • @BGivo
    @BGivo 2 ปีที่แล้ว +1

    Thank you. This was really helpful.

  • @zlozlozlo
    @zlozlozlo 2 ปีที่แล้ว +4

    Hey man, amazing video! One bit of feedback, for question 6 (and 9) you seem to conflate the terms observable and stream, and then you say stream where I think you mean observable. Streams and observables are pretty similar, but there are crucial differences between the concepts.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  2 ปีที่แล้ว +3

      Hi, I think you are right. I rechecked my knowledge with google.
      In RxJS we don't have streams like in Java at all. And yes there is a bunch of differences between stream and observable if we compare rxjs observable and java stream.

    • @javi5296
      @javi5296 2 ปีที่แล้ว

      This shouod be pinned. Anyway, nice vids, just subscribed!

  • @AbdulRahman-wg1dd
    @AbdulRahman-wg1dd ปีที่แล้ว +1

    In Angular life cycle hook topic, ngOnChanges executes first. Only after that ngoninit.

  • @gabrieldelosrios811
    @gabrieldelosrios811 ปีที่แล้ว +3

    Hi Oleksander I came to this video because I'm about to have a test about angular, I think you have made a mistake when listing the components lifecycle methods as for what I know (and I have experimented) ngOnChanges runs even before ngOnInit, I think it is because that way it can know the inputs we are passing to the component before mounting it, maybe I'm mistaken but I'm almost sure thats how it works, greetings and thanks for all your amazing videos 👍

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว +1

      Hi Gabriel, you are totally right. ngOnChanges is called even before ngOnInit.

    • @SilviuIT-tn3dn
      @SilviuIT-tn3dn ปีที่แล้ว

      Hi Gabriel. how was your test? can you share it with us? What questions, expectations? What salary offer? and so on

  • @МихаилЯровенко-ф7ч
    @МихаилЯровенко-ф7ч 2 ปีที่แล้ว

    Than you for all your educational content, it hepled me a lot!!!

  • @crickey.
    @crickey. 3 ปีที่แล้ว

    Great video, concise and to the point

  • @moomoomamoo
    @moomoomamoo ปีที่แล้ว +1

    The majority of the answers to these questions are incredibly poorly answered. Half of the stuff said is incorrect. Please only take the questions from these videos and look for other resources for answers

  • @nagendradevara1
    @nagendradevara1 3 ปีที่แล้ว +1

    Great video , Can you please make video on Writing Reusable code in Angular and other advanced topics in Angular

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  3 ปีที่แล้ว +1

      Thanks for the idea. Will add it to the list of future videos!

    • @nagendradevara1
      @nagendradevara1 3 ปีที่แล้ว

      @@MonsterlessonsAcademy Thank you 🙂

  • @sergeymigel4680
    @sergeymigel4680 ปีที่แล้ว

    Thank you!

  • @jynxycats
    @jynxycats ปีที่แล้ว

    06:35 Promises also have to complete, whereas an Observable can be unsubscribed to when you maybe no longer care about the result.

  • @tarasshevchuk8477
    @tarasshevchuk8477 ปีที่แล้ว

    Very nice !!!

  • @vijayansivaraman7923
    @vijayansivaraman7923 2 ปีที่แล้ว

    Very informative video, Can you pls post creation of simple project using angular covering all topics and what's new in angular latest verison ?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  2 ปีที่แล้ว

      I have a full course about creating a real project using Angular and NgRx and it covers all topics to do that.
      monsterlessons-academy.com/courses/angular-and-ngrx-building-real-project-from-scratch

  • @gigakvachakhia4777
    @gigakvachakhia4777 3 ปีที่แล้ว +1

    still waiting for that nestjs angular combination course xDD

  • @hamza201183
    @hamza201183 3 ปีที่แล้ว +2

    Hi Oleksandr, what would you recommend for testing big enterprise Angular apps? Jest or Karma?
    Which one suits well for integration testing and for CI/CD? (I use Jenkins but as a backend developer).
    Thanks for the video.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  3 ปีที่แล้ว +1

      Hi Hamza, I normally use only Jest. It has more features, more often updated, faster because it doesn't use real browser.

    • @hamza201183
      @hamza201183 3 ปีที่แล้ว

      @@MonsterlessonsAcademy Many thanks for the reply! Ok I'll check that.

  • @anacseq
    @anacseq 3 ปีที่แล้ว

    Another awesome video, thanks!

  • @sureshsuresh-xk5bi
    @sureshsuresh-xk5bi ปีที่แล้ว

    hi sir,
    due to some backlogs i'm relaeaved in 2020, now i want to learn angular course, and trying to jobs as a fresher is it possible or not

  • @nazar9796
    @nazar9796 2 ปีที่แล้ว

    top

  • @ml_serenity
    @ml_serenity 3 หลายเดือนก่อน +1

    Sorry, but if I was your interviewer and you were answering questions like that for any position higher than junior, you'd not pass it. For example, JIT is NOT transpiling TS in the browser.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  3 หลายเดือนก่อน

      Loading in JIT is slower than the AOT because it needs to compile your application at runtime. Loading in AOT is much quicker than the JIT because it already has compiled your code at build time.
      This is the quote from official website.

  • @mikhailratner4649
    @mikhailratner4649 ปีที่แล้ว +1

    Very informative, thanks!

  • @guicercal
    @guicercal 2 ปีที่แล้ว

    Amazing content!! you earn a new subscriber!
    just a small observation 7:02 i guess you mean: "... it's not triggered once like a PROMISE"

  • @LunarWaffle
    @LunarWaffle 3 ปีที่แล้ว

    Thanks , Alexander I love your videos ❤️ ty for such great bangers

  • @Ezvalt
    @Ezvalt ปีที่แล้ว +3

    As a junior dev, I find this video extremely helpful and super easy to understand, thank you for that. Great job!