Tip 1 : Be strong with JS basics
Tip 2 : Practice coding questions without and with using built-in JS function
Tip 3 : Explain project well
Tip 1 : Mention two or three project with proper description
Tip 2 : Don't add personal details in resume
They provided one portal where we can see the description of interview details. First round scheduled at afternoon



Step 1 : First create an array with five elements
Step 2 : Filter the array using filter function of JS
Mostly they have asked about Angular related question like how to share the data between the two components and then how to build and optimize the angular application
How to create an register form in Angular?
How to share the data between the angular components?
Explain the lifecycle methods in Angular?
Tip 1 : I have created the register form using reactive form modules in Angular
Tip 2 : By using Input and Output directives can share the data between components
Tip 3 : Explain the nine lifecycle methods with short description
Asked me about previous organization challenges?
Reason to shift the company?
What is your strength and weakness?

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