Yahoo Frontend Interview IC3

Yahoo Frontend Interview

[Yahoo] - [Software Engineer 2] - [Tech Screen]

Description Template:
Level: IC3
Education: MS
Years of Experience: 5
Questions Asked:

  • A plain js based question about an array of objects where the each object was for a company and what size of ad they have and and how much they will pay to show an ad. The goal was to sort the list based on first the size of the ad. So all the 300x250 ads come first and then 500x500 and so on. And the highest paying should be shown first. So basically [highest 300x250, second highest 300x250, third highest 300x250, highest 500x500, second highest 500x500] and so on.