๐๐ Go & Watch now! ๐ฅณ
VISA ReactJs Frontend Interview
โ Selected โ
๐๐
https://youtu.be/T6R-M_GaQos
๐๐
๐๐
๐ฅ Don't forget to Subscribe ๐ฅ
.
VISA ReactJs Frontend Interview
โ Selected โ
๐๐
https://youtu.be/T6R-M_GaQos
๐๐
๐๐
๐ฅ Don't forget to Subscribe ๐ฅ
.
๐2
Frontend Interview Questions ๐ฎ๐ณ | ReactJs | NodeJs | JavaScript | HTML/CSS
๐๐ Go & Watch now! ๐ฅณ VISA ReactJs Frontend Interview โ
Selected โ
๐๐ https://youtu.be/T6R-M_GaQos ๐๐ ๐๐ ๐ฅ Don't forget to Subscribe ๐ฅ .
There was some issues that's why it was private for sometime
Now It is Republished
You can now watch it
๐๐
https://youtu.be/T6R-M_GaQos
๐๐
.
.
Now It is Republished
You can now watch it
๐๐
https://youtu.be/T6R-M_GaQos
๐๐
.
.
YouTube
VISA Frontend Interview | ๐ Selected | ReactJs & JavaScript
This is just the interview experience and If you know the right answers please comment below which can also help others.
Join Telegram group - https://t.me/Reactjs_Interview
Incase you need any Support & career guidance
book a Slot ๐ https://topmate.io/roshanโฆ
Join Telegram group - https://t.me/Reactjs_Interview
Incase you need any Support & career guidance
book a Slot ๐ https://topmate.io/roshanโฆ
๐2
If you guys want any kind of help, career guidance or Free mock interview from me you can book a slot from here. ๐งโ๐ป
https://topmate.io/roshan
๐๐
https://topmate.io/roshan
๐๐
topmate.io
Roshan Kr.
Software Engineer (Frontend Engineer)
Some important links to prepare for your next Interview (Frontend/React)
1. https://www.frontendinterviewhandbook.com
2. https://github.com/sudheerj/reactjs-interview-questions
3. http://www.developer-cheatsheets.com/react
4. https://www.thatjsdude.com/interview/js2.html
5. https://github.com/mbeaudru/modern-js-cheatsheet
Sharing is Caring ๐
https://t.me/Reactjs_Interview
1. https://www.frontendinterviewhandbook.com
2. https://github.com/sudheerj/reactjs-interview-questions
3. http://www.developer-cheatsheets.com/react
4. https://www.thatjsdude.com/interview/js2.html
5. https://github.com/mbeaudru/modern-js-cheatsheet
Sharing is Caring ๐
https://t.me/Reactjs_Interview
โค11๐7
One of the most Asked question in MNCs (Capgemini).
What will be the Output?
Join Discussion group ๐
https://t.me/React_JS_India
What will be the Output?
Join Discussion group ๐
https://t.me/React_JS_India
๐6
Hello Guys ๐
Planning to make an App for the Interview preparation Questions & Answers.
It'll be open source, anyone can contribute.
It'll be developed from scratch using ReactNative, you'll learn lot's of things.
๐ You are free to share any ideas.
If anyone is interested DM me. ๐
๐ @Mr_RXN (Dev Roshan)
โ ๏ธ Note: I'll not be paying & taking any charges to anyone, every content will be free ๐ค for everyone.
Top contributors will get the rewards. ๐
Planning to make an App for the Interview preparation Questions & Answers.
It'll be open source, anyone can contribute.
It'll be developed from scratch using ReactNative, you'll learn lot's of things.
๐ You are free to share any ideas.
If anyone is interested DM me. ๐
๐ @Mr_RXN (Dev Roshan)
โ ๏ธ Note: I'll not be paying & taking any charges to anyone, every content will be free ๐ค for everyone.
Top contributors will get the rewards. ๐
โค13๐7
Frontend Interview Questions ๐ฎ๐ณ | ReactJs | NodeJs | JavaScript | HTML/CSS
What will be the Output?
var a={}, b='123', c=123;
a[b]='b';
a[c]='c';
console.log(a[b]);
------------------------------------------
The Right Answer is : C
a[b]='b';
a[c]='c';
console.log(a[b]);
------------------------------------------
The Right Answer is : C
๐4
๐ Someone shared his Interview Experience of Deloitte
Company
๐Deloitte Consulting - USI (Deloitte Digital)
Position
Consultant
Years of Experience
3
Company Location
Bangalore
Interview Experience
There were 3 rounds:
1) React & JavaScript round | 90 mins
- Asked to create a todo application
- Two APIs were given: GET to get all the existing todo list and display it in a table format
POST : to add new todo
- Each row should have 2 icons : edit and delete.
- After that interviewer asked to perform 2 task : sort the table based on todo task name (ascending order) and then there was a button on click of which the table should get sorted acc to the todo task whose due date is approaching. 70 mins for the task.
- Some JS questions like: Difference between forEach & Map, prototypal inheritance, diff between spread and rest op.,
2) JS & HTML/CSS round | 60-70 mins
Questions like:
-Sort an array without using inbuilt function and only 1 loop
- Remove duplicate integers from array of integers
- Find 2nd maximum number from array of integers with duplicate numbers
- Write a function to create a prototype for adding 3 numbers
- Questions based on object.freeze
- var, let, const, hoisting
- promises, event loop
- closures, setTimeout
- What happen if we don't use docType
- What happen if we declare footer first then aside then header tag in an html file
- flexbox, box shadow, aligning questions, transition, animation
3) Techno managerial round | 45 mins
- Questions based on Agile like difference between agile and waterfall
- What you like about agile development
- what will you like to change while working in agile development mode
- Your biggest success/achievement
- Your weakness which made you better developer
- Describe your projects in detail and what challenges you faced and how you resolved
- 2-3 puzzle questions
Company
๐Deloitte Consulting - USI (Deloitte Digital)
Position
Consultant
Years of Experience
3
Company Location
Bangalore
Interview Experience
There were 3 rounds:
1) React & JavaScript round | 90 mins
- Asked to create a todo application
- Two APIs were given: GET to get all the existing todo list and display it in a table format
POST : to add new todo
- Each row should have 2 icons : edit and delete.
- After that interviewer asked to perform 2 task : sort the table based on todo task name (ascending order) and then there was a button on click of which the table should get sorted acc to the todo task whose due date is approaching. 70 mins for the task.
- Some JS questions like: Difference between forEach & Map, prototypal inheritance, diff between spread and rest op.,
2) JS & HTML/CSS round | 60-70 mins
Questions like:
-Sort an array without using inbuilt function and only 1 loop
- Remove duplicate integers from array of integers
- Find 2nd maximum number from array of integers with duplicate numbers
- Write a function to create a prototype for adding 3 numbers
- Questions based on object.freeze
- var, let, const, hoisting
- promises, event loop
- closures, setTimeout
- What happen if we don't use docType
- What happen if we declare footer first then aside then header tag in an html file
- flexbox, box shadow, aligning questions, transition, animation
3) Techno managerial round | 45 mins
- Questions based on Agile like difference between agile and waterfall
- What you like about agile development
- what will you like to change while working in agile development mode
- Your biggest success/achievement
- Your weakness which made you better developer
- Describe your projects in detail and what challenges you faced and how you resolved
- 2-3 puzzle questions
โค12๐9
Hello everyone!
I am opening up 1:1 sessions for everyone on my network who wish to connect with me for any help or guidance around my areas of expertise.
Pick a time slot at your convenience from
https://topmate.io/roshan and weโre good to go!
Looking forward to have insightful and interesting conversations with you guys!
- Dev Aditya (Dev Roshan)
.
I am opening up 1:1 sessions for everyone on my network who wish to connect with me for any help or guidance around my areas of expertise.
Pick a time slot at your convenience from
https://topmate.io/roshan and weโre good to go!
Looking forward to have insightful and interesting conversations with you guys!
- Dev Aditya (Dev Roshan)
.
๐5๐ฉ1