Tip 1: You must have at least 3 web development projects.
Tip 2: Practice HTML and CSS Basic questions.
Tip 3 : Core knowledge of JavaScript.
Tip 1: Have at least three projects based on Reactjs
Tip 2: Add GitHub Links for your projects
It was a video interview with a senior SDE where he asked me questions related to web development.
How to optimize a website?
Tip 1: Learn about the optimization of the website.
Tip 2: Read about the React optimization hooks
Write a code to create a Modal Component.
STEP 1: I created a simple box component using a div tag.
STEP 2: Added two props as open, setOpen to handle the state of the Modal Component.
STEP 3: I added some CSS to make a Modal look beautiful.
What is React Virtual DOM?
A virtual DOM is a lightweight JavaScript representation of the Document Object Model (DOM) used in declarative web frameworks. Updating the virtual DOM is comparatively faster than updating the actual DOM (via JavaScript).
It was a round with VP Engineer where we discussed about the work culture and technologies.
Why do you want to join Parentune?
Tip 1: Read about the company before the cultural fit round
Tip 2: Do practice of English speaking in front of mirror
What is your expectation from the company when you join the Team?
Tip 1: Clear communication with me about my tasks and work
Tip 2: Opportunities for growth and development
Tip 3: Flexible work hours.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?