Uvm scoreboard OOO

Hi, I came across a interview question to write a scoreboard for for a design which has input id is out of order while output is in order? How do we approach this problem? Should we know the expected first id in this case and just check the id of each packet coming up of output side?

In reply to svq:

A lot of interview questions are not looking for a particular answer; rather how you approach the problem. Do you have enough information to accomplish the task? How is order defined? When do you know if the test has succeeded or failed?

Thanks Dave for the response. Yes, you are right, question is vague and need more details. I was trying to make sure I wasn’t missing some basics of scoreboard.