What si redux and how to implement it
React Developer Interview Questions
3,484 react developer interview questions shared by candidates
Project-based assessment, where they have an open-end submission period.
Js questions including react and es6
What web tech stack are you most familiar with? What frontend frameworks have you used? What CSS frameworks have you used?
What did you do when you missed a deadline?
Tecnologias que já trabalhei e projetos que sinto orgulho em compartilhar
Do FizzBuzz into an array. I did this with a shared screen in VSCode and was allowed to test the code in the Chrome console.
Q: What is the ideal way of organising sprints and time-estimation.
Sort the following in ascending order of libraryID: var library = [ { title: 'The Road Ahead', author: 'Bill Gates', libraryID: 1254 }, { title: 'Walter Isaacson', author: 'Steve Jobs', libraryID: 4264 }, { title: 'Mockingjay: The Final Book of The Hunger Games', author: 'Suzanne Collins', libraryID: 3245 }]; =========== 2nd Round Interview Questions are as follows: (Q1) Print the following pattern using the JavaScript.: ********* ******* ***** *** * *** ***** ******* ********* (Q2) What will be the output of the following: var a = 4; function infobellit() { b = 'hello'; console.log(b); var b; } infobellit(); console.log(b); (Q3) Using any online React.JS compiler, make an API call (https://reactnative.dev/movies.json) and print the movie list. (Q4) What is hoisting in JavaScript?
Design a grid component using React JS/Angular based on the skill you are applying for.
Viewing 371 - 380 interview questions