Interview process is having total 5 rounds as explained by the recruiter:
1st round Online test consisting mix of html, css and javascript question with moderate difficulty. It also had two programming questions:
2nd round HR interview , asked the motivation for the role and tour current work experience
3rd phone interview that was taken by 2 interviewers to test both frontend and backend skills.
render list of objects e.g., var rooms = [{'name': 'abc', 'facilities': ['f1', 'f2'], 'price': 12}, {'name': 'def', 'facilities': ['f4', 'f2'], 'price': 5}];
tbody was given, you need to call the already implemented renderHotel by passing each object from the array.
also based on selection of number of room, calculate the total price
unfortunately, I did not pass this exercise since it has been a long time to work on javascript
4th 5th , onsite interviews for frontend and backend respectively