Tip 1 : Be consistent
Tip 2 : Prepare for the role, not the interview
Tip 3 : Keep your basics clear before moving on to the advance topics
Tip 1 : Keep it concise, keep white space less
Tip 2 : Highlight the important points
The call was setup for afternoon in the weekday and I was given a particular problem to be solved in Angular. They started with basics of JavaScript and levelled up in questions.
Write a directive so that XSS attacks cannot be done in the input tag of the form. In short, remove the angular brackets from the input
Tip 1: Think of agnostic approach
Tip 2: think out aloud
Tip 3: know the basics of JavaScript as well as Angular basics thoroughly
To fetch data from an API and display in the template
Made a service, wrote code for API and fetched the data in the component and using data interpolation and ngFor I presented the data in the template.



Can you solve each query in O(logN) ?

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