Is there anything in your life that the company needs to know? e.g. We have an employee that needs to visit a doctor once a month.
End Developer Junior Front Interview Questions
16,956 end developer junior front interview questions shared by candidates
Why choose Trengo? Technical challenges and how you overcame them? Basic questions about javascript data types and array manipulation
what will be printed? console.log('a'); setTimeout(console.log('b'), 0); Promise.resolve().then(() => console.log('c')); console.log('d'); what is a promise, why it exists? how does the event loop work? what is the difference between: useEffect(()=>{ setX(x +1); setX(x +1); setX(x +1); }) and useEffect(()=>{ setX((x) => x +1); setX((x) => x +1); setX((x) => x +1); })
Did you work with TypeScript? Tell me why i should use it in my project
All basics from HTML, CSS, JS, DB, OOP, and other topics.
What is react and what is unique in react?
2. What is Redux pattern and why to use it.
Previous Experience. If you could define your perfect role, what would it entail?
Can you use absolute positioning for mobile devices?
They asked the basic questions about JS, React and CSS and testing.
Viewing 8791 - 8800 interview questions