Пікірлер
@mylifeinpixel1276
@mylifeinpixel1276 3 күн бұрын
Interview level: Easy
@Suhas_reddy112
@Suhas_reddy112 8 күн бұрын
I have noticed one thing about interviewers in India- They asks candidate to turn on the camera but sometimes they don't show up. That's common sense, interview should be interactive and it's two way thing. Just because candidate is desperate for job so you can't take that granted for.
@chethankumar8570
@chethankumar8570 19 күн бұрын
This guy with 3 years of experince great 🤣🤣🤣
@merajali938
@merajali938 20 күн бұрын
your videos are informative, but pls add compnay name and whether selected or rejected so that we can understand the outcome of your hardwork/responses given in interview. Thank you for your good work, please continue.
@merajali938
@merajali938 23 күн бұрын
Please mention how many YOE experience does the candidate has in your Titles. Thank you.
@merajali938
@merajali938 23 күн бұрын
@TheLearner please add the JS/React coding questions which youve asked in this interview. Because the screen was not shared, we're not able to view all questions. Keep up the good work, thank you for your help sir.
@arunjiid
@arunjiid Ай бұрын
Thanks for sharing
@damien9255
@damien9255 Ай бұрын
What is the correct answer for storing the user details other than store and if not localstorage ?
@rishabh8480
@rishabh8480 25 күн бұрын
context api (react way) or redux store or session storage
@damien9255
@damien9255 25 күн бұрын
@rishabh8480 in the interview the store the guy mentioned is redux store only and for sessions when you refresh the page its gone. Only option left would be context
@venkatamanoj5611
@venkatamanoj5611 2 ай бұрын
Super sir
@harishankerreddy631
@harishankerreddy631 2 ай бұрын
bro is sleeping on bed
@thelearner8809
@thelearner8809 2 ай бұрын
@@harishankerreddy631 He is Tide
@thelearner8809
@thelearner8809 2 ай бұрын
#react React Js Online Training | Fees Rs. 1000 full course | Contact @7842713813 Whatsup. group chat.whatsapp.com/EVr1fu6xSTR1r3sw7gmhGl
@kritidas2140
@kritidas2140 2 ай бұрын
let users= [ {user : "Sateesh", address: "Hyd", count:10}, {user : "Ranjith", address: "Delhi", count:20}, {user : "Mahesh", address: "Pune", count:30}, {user : "Karan", address: "Kolkata", count:40} ]; function filterByUser(val){ let filteredCount= users.filter((x)=>{ return x.user==val; }) if(filteredCount.length>0){ filteredCount.map((y)=>{ console.log(y.count); }) } else{ console.log("No users found"); } } filterByUser('Karan');
@Issueswithme
@Issueswithme 2 ай бұрын
Do you crack the interview
@thelearner8809
@thelearner8809 2 ай бұрын
Yes
@dhanurdarsahhu8659
@dhanurdarsahhu8659 3 ай бұрын
It's a real time interview
@thelearner8809
@thelearner8809 2 ай бұрын
Yes
@balindra
@balindra 3 ай бұрын
All ans are good but one thing mistak in data comparison like null==undefined answer will be true
@gururaviteja
@gururaviteja 3 ай бұрын
I think last question is about ngOnChanges
@thelearner8809
@thelearner8809 2 ай бұрын
I will cross check
@unknownartist9220
@unknownartist9220 3 ай бұрын
Infosys 😂
@BruceWayne1996-1
@BruceWayne1996-1 4 ай бұрын
i am experiencing stress while listening to it
@austinraj2800
@austinraj2800 3 ай бұрын
Same🙂
@rakeshkranjani
@rakeshkranjani 4 ай бұрын
Appreciate your work
@rushikeshkalwaghe2047
@rushikeshkalwaghe2047 4 ай бұрын
Bro is just saying one sentence in active and passive voice and just repeating the same multiple times 😂
@K.K965
@K.K965 4 ай бұрын
he could have speak clearly.
@dilip4987
@dilip4987 4 ай бұрын
😂😂😂
@NatsuLufi
@NatsuLufi 4 ай бұрын
2 4 undefined 8
@siddhis6406
@siddhis6406 4 ай бұрын
Y they not asked any offer holding
@tunirsaha
@tunirsaha 4 ай бұрын
function getCount(arr, name) { return arr?.filter(i => i.user === name)[0]?.count || 'Not Found' }
@sivaDHADA
@sivaDHADA 5 ай бұрын
4.5 to 9.5 😮
@tarundev1990
@tarundev1990 5 ай бұрын
After Javascript, i’m learning his language. Wtf he is even talking about. No meaning of what he said just blabbering javascript whatever comes in his mind
@arhamkhanvlog
@arhamkhanvlog 5 ай бұрын
Bhai kese samajh rahe hai yrr ye logg 😂😂
@Tips4YouPro
@Tips4YouPro 5 ай бұрын
Interviewee voice is not so clear and interviewer voice very clear 😢
@vijrah3600
@vijrah3600 5 ай бұрын
Deleted the video
@thelearner8809
@thelearner8809 5 ай бұрын
@@vijrah3600 why what happened?
@vijrah3600
@vijrah3600 5 ай бұрын
@@thelearner8809 the interview which you took for 3 year react js dev Meeru delete chesaru
@thelearner8809
@thelearner8809 5 ай бұрын
@@vijrah3600 yes
@vijrah3600
@vijrah3600 5 ай бұрын
@@thelearner8809 epudu upload chestaru very informative
@paradoxk3184
@paradoxk3184 5 ай бұрын
Bro, whatsapp chats kanipisthunnai video lo, upload chesemundhu konchem chooskondi
@zee8320
@zee8320 5 ай бұрын
another approch just in case: const disMap = { 1: "1", }; const addToDish = (word, mining) => { if (disMap[word]) { console.log( `word "${word} "and its minig "${mining}" is present it will update with new mining` ); } disMap[word] = mining; return disMap[word]; }; const getMinig = (word) => { return disMap[word] ? disMap[word] : `Mining for ${word} is not found`; }; console.log(addToDish("1", "mining1")); console.log(addToDish("2", "mining2")); console.log(addToDish("3", "mining3")); console.log("getMinig for 1:", getMinig("1")); console.log("getMinig for 5:", getMinig("5"));
@TestAcc-lu5cn
@TestAcc-lu5cn 5 ай бұрын
bruh, how do you not know mcafee
@vijrah3600
@vijrah3600 5 ай бұрын
Super interview ana
@kaushalendrapateriya8492
@kaushalendrapateriya8492 6 ай бұрын
DArling HEHEHE lol
@vijrah3600
@vijrah3600 6 ай бұрын
Thanks to you long time sir
@Snagesh3770
@Snagesh3770 6 ай бұрын
async function asyncTaskFunction(){ let valueA = await async_functionA(); let valueB = await functionB(valueA); let valueC = await functionC(valueB); let valueD = await functionD(valueC); return valueD; }
@ArshSingh-l1k
@ArshSingh-l1k 7 ай бұрын
1) Can you quickly introduce yourself and your skills? 2) What versions of Angular have you worked on? 3) What's the difference between JavaScript and TypeScript? 4) Can you tell me the features of Angular 8? 5) What are the building components of an Angular application? 6) What are the different types of directives in Angular? 7) What is the purpose of ngOnDestroy? What is a selector in Angular? Can you write a code snippet in Angular to display different divs based on the selection of radio buttons? How can we handle multiple API calls and make another call based on their responses? What is the difference between observable and promise in JavaScript? Can you transform a list of employee objects to include only name and ID using RxJS? What steps would you take to address performance issues in an Angular application? How do you handle authentication while routing to another component in Angular? How do you inject services into a component in Angular? How do you handle communication between two components where actions in one component affect another component?
@purinibrahmaiah3098
@purinibrahmaiah3098 Ай бұрын
Great
@Suman-j6g3g
@Suman-j6g3g 7 ай бұрын
Totla sala
@4444-c4s
@4444-c4s 7 ай бұрын
He isn't seems to be 3+ years in Angular. He might have total 3+ years experience, but definitely not in Angular. Also he might have worked with Angular way before, it seems.
@saumyajoshi9044
@saumyajoshi9044 6 ай бұрын
Can you explain why 😅
@4444-c4s
@4444-c4s 7 ай бұрын
Interviewee kya bol raha hai..kuch samaj me nahi aa raha
@viv9041
@viv9041 7 ай бұрын
Nice share
@jagdishmarathe8684
@jagdishmarathe8684 8 ай бұрын
Brother is from Kerala I guess
@jagdishmarathe8684
@jagdishmarathe8684 8 ай бұрын
Brother is from Kerala I guess
@kavyamurali3479
@kavyamurali3479 4 ай бұрын
No. I think he is from Tamil Nadu or any other south indian state other than kerala
@nitinakuch4973
@nitinakuch4973 8 ай бұрын
These are fresher level questions.
@ChennaiCineFlicks
@ChennaiCineFlicks 8 ай бұрын
BHARTH MATRIMONY INTERVIEW?
@pranitEdits
@pranitEdits 8 ай бұрын
U got selected?
@simplysane5446
@simplysane5446 8 ай бұрын
Did you pass?
@binod8351
@binod8351 3 ай бұрын
May be You also working in angular?