Tip 1 : First learn the concepts of Javascript, Later start with React. Majority devs go in reverse order, which lead to confusion.
Tip 2 : Even if your current organisation is not using centralised data store like Redux, do learn its concepts for interview purpose.
Tip 3 : Attend lot of online coding tests.
Tip 1: Career objective section is usually neglected. So, don't add it if your resume is lengthy.
Tip 2: Highlight your skills in a separate section at the beginning of the page.
Given a nested JSON, convert it to simplified array.
Input: {address:{house_number: 8, street: "Church street", area: "Bellandur", city: {name: "Bangalore", pincode: 560064}. Output should be [8, "Church street", "Bellandur", "Bangalore", 560064]
Open book round. Can refer to Documentations. Create a chrome extension, which lists all the email address present in the current website. Add controls to search, sort the email IDs. Scale it to list the emails present in multiple websites as and when opened in browser.
How do you build a scalable frontend architecture?
What was your role in previous organization?
What was the challenging task you worked in in your previous organization?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the purpose of the < title > tag in HTML?