Angular Mock Interview | Interview Questions for Senior Angular Developers

  Рет қаралды 21,428

Turing

Turing

Күн бұрын

Пікірлер: 39
@jynxycats
@jynxycats 2 жыл бұрын
As an NG dev for the last 5 years, none of these really tell me an engineer could make great components/features to an App though. It's just high level definitions of a few concepts, and some that are just out of date, or not used by default in the current Angular releases anymore. When we interview, I want to see their thought process of how to utilize services, smart/dummy components, how they utilize subscriptions, their RXJS knowledge, etc.
@Victor-gj7pi
@Victor-gj7pi Жыл бұрын
i think the interviewer in not an Angular dev.
@jeffchicao
@jeffchicao Жыл бұрын
Thank you for this content! Suggestion: Next time a low cut would be nice, to bring more clarity since some mics have a lot of bass boost;
@Turingcom
@Turingcom Жыл бұрын
Sorry about that, will keep this in mind for the next video! :)
@AdamFiregate
@AdamFiregate 2 ай бұрын
Next time, please use an external audio interface like Universal Audio Volt 1 with a Shure SM58 mic. That's about the entry-level studio quality.
@jeffchicao
@jeffchicao 2 ай бұрын
@@AdamFiregate a simple lowcut would do the job in this case 🙂
@orz5516
@orz5516 11 ай бұрын
I think that on the impure and pure pipe question, you should ask about the fact that each time the component is checked after each CD cycle the impure pipe will be called.
@huuquocdattran2877
@huuquocdattran2877 2 жыл бұрын
Thanks a lot , i think we used input to custom compnent (reusable)
@rammagadheeran8414
@rammagadheeran8414 2 жыл бұрын
For security we use authguard, he would have mentioned that,
@soumikmajumder1909
@soumikmajumder1909 2 жыл бұрын
Really helpful for budding developers. Great job! 👏
@princeowusu9854
@princeowusu9854 2 жыл бұрын
Not a fun for angular (reactjs) but these are tips that we'd surely consider in the future. When I first wanted to start learning a front end framework, I compared these frameworks Vue, React, Angular, and realized that React looks more of JavaScripts but Angular and Vue looks more of new sets of HTML, so well, I choose React.
@nejiraito2730
@nejiraito2730 2 жыл бұрын
Thanks a lot, this video helpped me prepare for an interview quite well !
@Turingcom
@Turingcom 2 жыл бұрын
Glad it helped! :)
@lucasmuryllo9418
@lucasmuryllo9418 Жыл бұрын
This interview is like juniors level's? or Seniors?
@ARUN_RP
@ARUN_RP 2 жыл бұрын
Kindly make an interview video for Devops engineer jobs as well, Much appreciated.
@Turingcom
@Turingcom 2 жыл бұрын
Thank you for your feedback, Arun! We'll make note of this and be sure to include this in our future videos. Please subscribe to the channel so you get notified of more such videos! 😄
@aaqibhamdule73
@aaqibhamdule73 Жыл бұрын
I have cleared all the test and had a intro call . the interviewer asked me reschedule intro call as i am planning to move back to my home country. Is there a time limit within which i have to complete my intro call and vetting process ?
@Turingcom
@Turingcom Жыл бұрын
Hi @aaqibhamdule73 😃 Please write to us at support@turing.com Our team will help you out on priority! Regards, Turing
@patrickrodrigues9949
@patrickrodrigues9949 2 жыл бұрын
Nice !!! Love those videos !! I miss those in courses that I've been doing online. I mean I learn fast the practical stuff but the theory is not a topic that much teachers touch too much. Where is a good source to study and be more prepared, please ?
@Turingcom
@Turingcom 2 жыл бұрын
Glad you like them, Patrick! We will definitely make more of these videos in the future! 🌟 Here's a list of resources that might help you to improve your skills. Coursera - www.coursera.org/learn/algorithmic-thinking-1 Hackerrank - https:/hackerrank.com/ Codility - app.codility.com/demo/take-sample-test/ Khan Acadamy - www.khanacademy.org/computing/computer-science/algorithms Data structures and algorithms - leetcode.com System Design - github.com/donnemartin/system-design-primer OOP & Design Patterns - kzbin.info/aero/PLF206E906175C7E07 Git - git-scm.com/book/en/v2 w3schools- www.w3schools.com/ Good luck! Regards, Turing
@patrickrodrigues9949
@patrickrodrigues9949 2 жыл бұрын
@@Turingcom Guys, I did pass a lot of tests and spent months practicing in Leet code and other websites to pass....and now you say I've copied the coding challenge ??? I just did the way i've learned...I cannot believe this is happening
@shaheershukur
@shaheershukur 2 жыл бұрын
Thank you so much for this 🙌🏻❤️
@Turingcom
@Turingcom 2 жыл бұрын
We're glad you found this video insightful ⭐ Please subscribe & stay tuned to our page! We'll be sure to share more helpful videos 😄
@setondenougbodohoue
@setondenougbodohoue Жыл бұрын
Great!!!! I love. Thanks a lot!!!
@Turingcom
@Turingcom Жыл бұрын
Glad you like it!
@anikgtx
@anikgtx 2 жыл бұрын
What's the difference between BehaviorSubject vs Observservable in "Angular" ? , The question seems inappropriate, to me, Those two things are purely Rxjs things, they have no special traits in the context of angular, you could simply ask their differences without the "in Angular" part, then it would make sense.
@m1c4hm4n
@m1c4hm4n 2 жыл бұрын
BehaviorSubject starts with a default value, nothing needs to be pushed to the stream for downstream subscribers to receive it. The initial value is delivered when a subscription is initialized. Otherwise it behaves as any other Subject. Observables are simply what they say, "Observe" you cannot push any values to an Observable but only subscribe to it. Subjects you can both subscribe and push values to.
@anikgtx
@anikgtx 2 жыл бұрын
@@m1c4hm4n The fact I wanted to highlight is that he said BehaviorSubject vs Observservable in "Angular" ? not their difference in general
@m1c4hm4n
@m1c4hm4n 2 жыл бұрын
@@anikgtx I see that now reading it closely. Well hopefully my comment helps someone out there anyways. Cheers.
@adiscivgin
@adiscivgin 2 жыл бұрын
Hi all, can someone explain is this initial interview, I am expecting if you pass this one you have to do live coding challenge, or what it is going, please let me know about process. Thanks
@Turingcom
@Turingcom 2 жыл бұрын
Hi, Thank you for reaching out to us! 😊 You can start the process by visiting us at developers.turing.com Turing’s vetting process consists of four steps: 1. Upload resume and setup profile help.turing.com/hc/en-us/articles/360004377355-How-can-I-set-up-my-Turing-profile- 2. Work experience survey (MCQ test) help.turing.com/hc/en-us/articles/360004271136-How-can-I-take-the-work-experience-survey- 3. Coding challenge (Real-time coding test) help.turing.com/hc/en-us/articles/360004377855-How-can-I-take-the-Coding-Challenge- 4. Tech stack tests (MCQ test) help.turing.com/hc/en-us/articles/360004271316-How-do-I-take-the-tech-stack-tests- To know more about our job roles, visit: www.turing.com/jobs For FAQs: turing.com/KrDKoE For any other queries, contact us at support@turing.com We will get back to you ASAP. Regards, Turing
@thechef1010
@thechef1010 11 ай бұрын
The guy on the right can be a mumble rapper lol I didn't even notice he was the interviewee at first he barely open his mouth lol
@misterV123
@misterV123 4 ай бұрын
It's defenetly not the Senior level questions. The Interviewer didn't ask any of clarifying question in order to understand how deep the candidate knows the subject. I hate these type of questions, the only goal they have is to check your momery and not your skills.
@phoolherreracondezo2841
@phoolherreracondezo2841 8 ай бұрын
i appreciate it
@atulparab007
@atulparab007 4 ай бұрын
He is just reading from book
@themudreco
@themudreco Жыл бұрын
This needs subtitles.
@Turingcom
@Turingcom Жыл бұрын
Thank you for your feedback, @themudreco! We'll note this and be sure to include this in our future videos. Please subscribe to the channel, so you get notified of more such videos!
@PooriaHana
@PooriaHana 5 ай бұрын
Is this real?! If I sit on the interviewer's chair, the low energy of this candidate is a thumbs down for me. He does not speak clearly and mumbling, He does not look straight to the camera. not good impression. AND if I sit on the candidate's chair, I would ask questions about his past challenges and how he approached those challenges, if he cannot mention a specific scenario, I make up something and ask him how he would approach Component architecture, writing reusable code in Angular, API calls (Using Interceptors, Observables...) and such. This is such a bad example for a Senior Angular developer!
@vijayansivaraman7923
@vijayansivaraman7923 9 ай бұрын
Worst voice of the candidate. Not clear
TOP 5 Angular Interview Questions and Answers (for experienced, 2020)
21:50
Yay😃 Let's make a Cute Handbag for me 👜 #diycrafts #shorts
00:33
LearnToon - Learn & Play
Рет қаралды 117 МЛН
Как Я Брата ОБМАНУЛ (смешное видео, прикол, юмор, поржать)
00:59
Senior Angular Developer Interview (theory)
41:57
WeCoded
Рет қаралды 29 М.
Angular Interview Questions You Should Know
10:01
Monsterlessons Academy
Рет қаралды 61 М.
ВЕСЬ ANGULAR ЗА ЧАС
1:09:47
ДЖАВАСКРИПТИЗЕРЫ | КИРИЛЛ ПОЗДНЯКОВ
Рет қаралды 7 М.
Yay😃 Let's make a Cute Handbag for me 👜 #diycrafts #shorts
00:33
LearnToon - Learn & Play
Рет қаралды 117 МЛН