Tip 1: Have strong understanding of RXJS.
Tip 2: Have 3-4 frontend projects with live APIs.
Tip 1: Mention the projects you have built.
Tip 2: Add any certifications you have received from any source.



Given an array of integers arr of size n, the task is to rotate the array elements to the left by d positions.
Step 1 - I first did it with concat in JS, interviewer asked me not to use such easy methods.
Step 2 - I used a temp array, If we left rotate the array by d positions, the last n - d elements will be at the front and the first d elements will be at the end.
How do you provide auth for hierarchy type view?
Tip 1: You should know canActivate.
Tip 2: Should have knowledge of interceptors.
It was a normal telephonic conversation with the HR asking my goals and how I will be an asset to the company.

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