Round 1
Questions:
-
Problem 1: Vendor Phone Directory
Implement search and add and validation of form using just vanilla JS and HTML. -
Problem 2: Accordion
Implement close/open functionality. Implement close/open when multiple checkboxes are checked. Icon needs to toggle when clicking on each panel header.
Candidate's Approach
- For the Vendor Phone Directory, I focused on creating a form that allows users to add new entries and search through existing ones. I ensured that the form included validation to check for proper input formats.
- For the Accordion, I implemented the functionality to open and close panels based on user interaction. I also made sure that the icon toggled correctly when each panel header was clicked, and handled the case where multiple checkboxes could be checked at once.
Interviewer's Feedback
No feedback provided.