Amazon Frontend OA

Amazon - Software Engineer (Frontend) - OA
Education: Master’s
Years of Experience (YOE): 4
Questions Asked:

Use JavaScript, HTML, and CSS to build an accordion.

  1. First accord by default expanded
  2. Clicking on the title of an expanded item collapses it.
  3. Clicking on the title of a collapsed item expands it
    // while collapsing any other expanded item.
  4. However, if multiple checkbox is clicked,
    // allow multiple expanded items at same time.
  5. Both expanded and collapsed icons should
    // at title’s rightmost corner
    // Get all the accordion containers