Print the deepest value in a nested object. The object structure can be anything. eg. Input: let x = { a: { b: { c: { d: { e: { name: "John", age: 32 } }, f: ['Hindi', 'English'] } }, g: { email: 'john@doe.com' } } }; Expected output: John 32
Junior Frontend Developer Interview Questions
10,726 junior frontend developer interview questions shared by candidates
What will be the output of this code? Please explain the flow or reasoning behind it. console.log(1) setTimeout( () => console.log(2) ) setTimeout( () => console.log(3) ) Promise.resolve().then( () => setTimeout( () => console.log(4) ) ) Promise.resolve().then(() => console.log(5) ) setTimeout( () => console.log(6), 0 ) console.log(7)
Creat a small app using react.
Tell me about your experience etc
- Frontend challenge - Sytem design a feature related to the field
Explain about your project, role and why are you looking for a change
Q: How will you handle a timeline of solving a particular engineering problem in a team?
Why personio? What is your definition of done?
- System design question (very close to a real life scenario that I might face in the job). - Questions about how I handled certain situations in previous jobs. - Questions related to hooks-based React.
"Quels sont les hooks que tu utilises le plus en React, et pourquoi ?"
Viewing 9801 - 9810 interview questions