Angular Interview Questions You Should Know

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024

Комментарии • 62

  • @MonsterlessonsAcademy
    @MonsterlessonsAcademy  3 года назад +2

    WATCH NEXT: Angular Interview Questions and Answers - Dominate Your Next Interview - ruclips.net/video/5A_YKlVWMPo/видео.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

  • @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!

  • @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!

  • @mauricearida9001
    @mauricearida9001 3 года назад +2

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

  • @ВладимирКовалёв-у1ф

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

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Год назад +1

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

  • @AbdulRahman-wg1dd
    @AbdulRahman-wg1dd Год назад +1

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

  • @gsacul1434
    @gsacul1434 2 года назад +1

    Noted everything, great stuff thank you!!

  • @BGivo
    @BGivo 2 года назад +1

    Thank you. This was really helpful.

  • @nagendradevara1
    @nagendradevara1 3 года назад +1

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

  • @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

  • @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.

  • @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.

  • @gigakvachakhia4777
    @gigakvachakhia4777 3 года назад +1

    still waiting for that nestjs angular combination course xDD

  • @nazar9796
    @nazar9796 2 года назад

    top

  • @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

  • @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

  • @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

  • @mikhailratner4649
    @mikhailratner4649 Год назад +1

    Very informative, thanks!

  • @LunarWaffle
    @LunarWaffle 3 года назад

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

  • @eva_space
    @eva_space Год назад

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

  • @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"

  • @МихаилЯровенко-ф7ч
    @МихаилЯровенко-ф7ч 2 года назад

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

  • @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

  • @tarasshevchuk8477
    @tarasshevchuk8477 Год назад

    Very nice !!!

  • @Ezvalt
    @Ezvalt Год назад +3

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

  • @crickey.
    @crickey. 3 года назад

    Great video, concise and to the point

  • @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.

  • @anacseq
    @anacseq 3 года назад

    Another awesome video, thanks!