Fresher's Frontend | Javascript 🎉 | ReactJs Interview (Mock) [Most Asked Questions -2022]
ฝัง
- เผยแพร่เมื่อ 2 ก.พ. 2025
- Join Telegram group -
t.me/Reactjs_I...
Instagram - / dev.roshan_
#reactjs #frontend #javascript
react js interview questions for experienced
react js interview questions for senior developer
react js interview questions for 1 years experience
react js interview questions 2022
react js interview-questions github
react js interview questions pdf
react js interview questions for freshers
react hooks interview questions
front-end interview questions
front end interview questions and answers
front-end interview questions github
front end interview preparation
front-end interview handbook pdf
front end interview reddit
faang front-end interview questions
front end interview questions pdf
HCL technologies Frontend Interview 👇👇👇🎉
th-cam.com/video/BG1fDZbrBDU/w-d-xo.html
Join our Telegram group
t.me/Reactjs_Interview
Watch other real Interviews videos 👇
th-cam.com/play/PLqBFzB0Lw6GDyaqLvsGKkUNqZgX4cHyN0.html
To book a free Mock interview
topmate.io/roshan
1.What are sematic tags
2.Position relative and postion absolute
3.What is flexbox
4.What is boxModel
5.What is Eventloop
6.What is DOM
7.What is Hoisting
8.What is closure
9.What is Callback Hell
10.How many argument hold Promise
11.What is Map, Filter And Reduce
12.How many scopes are in Javascript
13.What is Call,Apply and Bind
14.What is This Keyword
15.What is Diffrence b/w Normal function & Arrow Function
16.What is Memoization
17.What is spread Operator and Rest Operator
18.O/p question (spread operator with object)
19.O/p Question (Based on Promise)
20 .O/P Quesiton (Based on In and Of)
21.What is virtual DOM
22.Advantage of ReactJs
23.What is one-way DataBinding
24.How Redux work
25.What is Higher Order Component
26.Lifecycle Method of Reactjs
27.How do you handle lifecycle method in functional component
Thanks Buddy for sharing ✌
Thanks bhai
@@SlayerBhai 🙃
Thanks for sharing this question
Thanks
Not all heroes wear capes
It's not about the easy or hard question asked by the interviewer bt the way she explained the answers was really awesome 👏
Exactly same from myside as well rest all great 👍
Frontend interview question
1 . what is symentic tag in HTML
2.What is position Absolute and position relative
3.What is flex box
4.What is box model in CSS
JS
5.What is Event loop
6.What will get result fast promise or setTimeOut
7.What is DOM
8.What is Hoisting in JS
9.What is closer
10.What is Callback Hell
11.What is Map Filter and reduce
12.How many scopes are in the JS
13.What is Call apply and bind
14.What is this Keyword
15.What is the difference between arrow function and normal function
16.What is Memorisation
17.What is spread operator and Rest operator
18.let arr = {1,2,3,4,5}
let obj = {…arr}
Console.log(arr)
React JS
19.What is Virtual DOM
20.Advantages of React JS
21.What is one Way Data Binding
22.How we can say data to the Different components
23.How Redux works
24.What is Higher order component
25.Life cycle method in react js
Bro ,,will you help me give some important question about js and react js
sir , this video is one of the best in terms of answering questions!! Bring someone who has good knowledge so that we can also get more benefit and can learn NOT WHO DOES'T KNOW !!!!
She does not sound like Fresher but if she is then wow she is on Fire✨✨✨✨✨✨✨✨✨✨✨✨
20:45 answer is wrong by the interviewer . arr is been used before created that's a syntax error but the interviewer is answering the question as if arr is defined first and then iterated
for(i in arr){
console.log(i)
}
for(i of arr) {
console.log(i)
}
const arr = [3,4,5,6]
arr.foo = "hi"
00:07 Semantic elements in HTML, position relative and absolute, flexbox, and box model in CSS, and the event loop in JavaScript.
03:53 Callbacks have a higher priority than promises in execution.
07:15 JavaScript function execution context and variable scope
10:52 JavaScript function methods and concepts
14:27 Sprint and rest operators have common use cases
19:48 React uses virtual DOM to improve performance and makes application rendering faster.
23:41 React features include one-way data binding, easy to learn and use, and support for single page applications.
27:09 The life cycle methods in React class components
Mo Shubhan Siddiqui
I don't know why but i think she has a notes in JavaScript. 😀😀😀
20:31 in your code the arr is constant so the for loop will gives the error of undefined, so if you use the arr on top, then you will get this answer from the first loop: 0,1,2,3
And from the second loop you will get this:
3,4,5,6
I don't think so that foo do something, please correct if I am wrong..!!!
Seems like a student of Akshay Saini. Amazing answer girl 🙂
Exactly the way i was thinking.she is prepared like a regular student of saini🙂😅
I think she is reading it from notes 😂
Yeah absolutely completed each video of akshay Saini 😀
@@akeditz4428 I thought the same
bro thats what i thought
That output question of for of and in will throw error as arr is used before it's initialisation.
Awesome interview 🎉
Thanks
For each explanation he was saying that's fine.. I would say brilliant..🙃
I was watching the video for preparation of my mock interview and simultaneously I asked the same question from Chat-Gpt , you guys wouldn't believe the response given by this lady is exact similar to chat-gpt word by word.
agree
Fun fact: The lady is ChatGPT itself, but with an Indian accent! 😂
She does not sound like Fresher but if she is then wow she is on fire man....🔥
hmm she really sound basics
Wow she just memorized the answers !!!!
Arrow vs regular function in context to this keyword.
She says the opposite
12:42
I am learning HTML,CSS by this video
she is reading from the script. all the questions and answers were given to her in advance. but as it was a mock interview no issues there.
Akshay Saini rocks everywhere in every JavaScript interview . i think she is student of Namste javascript
the candidate is giving good answers. Very Helpful video.
Such a adorable interview as I have ever listened
This type of video helps a lot 👍
In the last javascript program the output cannot access arr before initialization
sir ishme aapka foo wala question 20 jo hai ushme jo aapne bataya hai ans wo galat araha hai or first to ye down me arry declartion ke chalte ishme run time hi galati araha hai phir last me agar arr or foo ko top me declare karte hai to
O/P = 0 , 1 , 2 , 3 , foo, 3 ,4,5,6 ye arhaa hai please explain my concern sir
in the question of for in & for of it will give reference error: arr is not defined
data can be sent from child to parent if you pass a function to a child component and then pass the data as argument from child you will recieve the data in parent component function
explained answer in very good way
21:33 the answer was wrong and the answer will be can't access arr before its initialization
Initialization cannot be hoist only declaration part can be hoist
this is very helpful, thank you for making this
These are actually good question and very well explained. Good content!!
Thanks 👍
Agar freshers se itne question kr rhe hai to startup is the only option
Nicely answered all questions.
this girl are good on theory but practically she is not good and the ques. no. 3 will throw error before initialazation can't access arr .
Helpful video thanks 🙂🙏
This video is very helpful for me 💞🥰💞🥰💞🥰
Thanks a lot. Keep sharing supporting 😊
isnt the question at 21:04 will through all error coz of hoisting ? i can be wrong do correct me
you are not wrong. because arr variable is hoisted. The result is reference error.
Interview is wrong at 21:30 first thing is const don't support Hoisting and second thind for in return index as well with foo like 0,1,2,3,foo.
Const is also hoisted but it goes into the temporal dead zone where we can't use the variable declared with const before initialisation
Thank you for sharing such type of interview video , it help us alot
Owesome perfect
for Promise based question answer will be
2
4
undefined
8
finally will be executed in the order where it has placed
she is good answer writer.
Naa. This for 2year exp. Fresher mostly coding and basics
Hey Aditya , why does in for of () loop , it doesn't give 5,6,7,8,"Hi" ????? Why hi is not shown even though we have set it. 🤔🤔
we have passed hi value in an object not in an array
Because for of not works for objects ....
Almost each and every oquestion have an answer so google baba is actively helioing her 😂😂😂
as a fresher interview question kaha se padu??? kya kya basic question puchte hai
I done many interviews before it's very hard to understand what's see is saying I had to play the video a few times. Also they over completed the question they just could of put it in comment and let the coder code.
Hope it'll boost your confidence
She was just doing google search lmao and that was the reason is was unable to frame the statements properly as she was just saying keywords after reading them on the google. But anyways questions were good.
she is reading it from somewhere. It can be clearly seen. Her pronunciation is very bad, still she is able to speak so fluently.
I m 100% sure she is student of Akshay Saini, I used to answer in the same way
if i am not wrong she is reading from google ...
Well explained 👏
Thank you
Nice Interview Delicious Dishes :)
1:10 isn't it the reverse..Position absolute is according to browser and position relative is according to ancestor element.
Nope
at the code question 21:33 referance error will happen.
Please upload Full video of interview
She's soo awesome
very nice.
Where should I apply like this apportunity.
Thanks for sharing ;)
Keep supporting & sharing
i can bet she master js from namaste javascript , i have catch her by answering closure defincation exactly same line she told
Will it be this extensive for an front end developer intern...
Yup
@@DevAditya bruh for real?
Really helpful
Thankyou
actully she knew everything in theroy like me in pratical part she is weak .... u should pratice more
Is this for fresher? Or experienced?
Company??
For Experienced
18:02
Why this looks like a pre defined questions and answers 😂😂😂😂😂😂,,
absolutely bro
Akshay Saini bhai ki jai ho 😁🙌🏼
Thanku so much
Bruh JavaScript is so weird fr and their documentation is so poor . They should atleast write a proper documentation covering JS concepts so the beginner or intermediate developer writes a proper code and not have weird bugs
Really helpful for beginner.
Are u selected or rejected.
✅
bhai itna suune ke baad kiska naho hoga hum yaya 2 line se jyada ka answer nhi dee pate our ye bandi to samne walo ko chup kara gyi
How much salary she can expect for her knowledge
these are very ez questions still good for her she has everything inside her head like a computer.
This video is for preparation of frontend. Don't think it's real 😅
Definitely akshay saini
🤝🏻
madam pura notes leke padh di
How much experience is this
How much package you got??
Moc interview hai
I think answers were way too long
If I take an interview I can't select
Instead of judging, would be better if you explain what went wrong that will help others.
@@DevAditya bro i think she's trying to say that she can't clear this interview 😂
@@Ritesh_2401 might be 😂
Iam fresher Can i get job as a react js developer
lol this sounds more like front-end interrogation
Interviewer does not have very much knowledge about this question that is the reason after any answer given by the candidate interview er say next question at least you have to discuse some time in a particular question for some clearity .and for candidate it uncomparable just mind blowing , when ever I go for an interview I just hear her answer how she aquire so much knowledge ..
Thanks for your suggestions
Live coding?
Reading from book
Yeah i also thought that
Company name?
how much CTC offered??
I think around 5 LPA
@@meghansharma7740 😂
1cr🤣🤣
Please put here questions
@18.03 ,
const promise = new Promise((res)=>res(2));
promise.then((v)=>{
console.log(v);
return v*2;
}).then((v)=>{{
console.log(v);
return v*2;
}}).finally((v)=>{
console.log(v);
return 0;
}).then((v)=>{
console.log(v);
})
output 0
We want more videos
Thankyou Keep sharing & supporting 😊
Is this real interview or mock interview??
Mock
Bhai video on kar k bolna hota h n ??
It Depends on interviewer
Basically Basically Basically and Basically
Done - 26 Dec, 2024
Done - Dec 25, 2024
Delicious Dishes
experience ?
This girl is selected